-
Notifications
You must be signed in to change notification settings - Fork 0
/
XWebAPI.sln
55 lines (55 loc) · 3.47 KB
/
XWebAPI.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XWebAPI", "XWebAPI\XWebAPI.csproj", "{7D13A864-7561-4B9B-8645-298B580EBCE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{47099B61-691E-4AB8-87B9-04B9EEDA5909}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositories", "Repositories\Repositories.csproj", "{EF24638E-18A6-4D08-A66F-B3F3A9E9EBF5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{D0941234-7D8B-4AE4-8D1E-90A6A13F37E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Presentation", "Presentation\Presentation.csproj", "{16CBF318-48A5-4EE3-A310-16E3A1228FF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XWebAPI.Tests", "XWebAPI.Tests\XWebAPI.Tests.csproj", "{9E754561-3B3A-45B7-930B-8E52126A087A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D13A864-7561-4B9B-8645-298B580EBCE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D13A864-7561-4B9B-8645-298B580EBCE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D13A864-7561-4B9B-8645-298B580EBCE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D13A864-7561-4B9B-8645-298B580EBCE2}.Release|Any CPU.Build.0 = Release|Any CPU
{47099B61-691E-4AB8-87B9-04B9EEDA5909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47099B61-691E-4AB8-87B9-04B9EEDA5909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47099B61-691E-4AB8-87B9-04B9EEDA5909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47099B61-691E-4AB8-87B9-04B9EEDA5909}.Release|Any CPU.Build.0 = Release|Any CPU
{EF24638E-18A6-4D08-A66F-B3F3A9E9EBF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF24638E-18A6-4D08-A66F-B3F3A9E9EBF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF24638E-18A6-4D08-A66F-B3F3A9E9EBF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF24638E-18A6-4D08-A66F-B3F3A9E9EBF5}.Release|Any CPU.Build.0 = Release|Any CPU
{D0941234-7D8B-4AE4-8D1E-90A6A13F37E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0941234-7D8B-4AE4-8D1E-90A6A13F37E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0941234-7D8B-4AE4-8D1E-90A6A13F37E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0941234-7D8B-4AE4-8D1E-90A6A13F37E1}.Release|Any CPU.Build.0 = Release|Any CPU
{16CBF318-48A5-4EE3-A310-16E3A1228FF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16CBF318-48A5-4EE3-A310-16E3A1228FF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16CBF318-48A5-4EE3-A310-16E3A1228FF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16CBF318-48A5-4EE3-A310-16E3A1228FF2}.Release|Any CPU.Build.0 = Release|Any CPU
{9E754561-3B3A-45B7-930B-8E52126A087A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E754561-3B3A-45B7-930B-8E52126A087A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E754561-3B3A-45B7-930B-8E52126A087A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E754561-3B3A-45B7-930B-8E52126A087A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DBC7836-DC1C-4DA9-9BE2-394B8DA05BF5}
EndGlobalSection
EndGlobal