-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProductApi.sln
49 lines (49 loc) · 2.99 KB
/
ProductApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductWeb", "ProductWeb\ProductWeb.csproj", "{E69F15AF-9A2E-43A5-A37B-26813F70E375}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductCore", "ProductCore\ProductCore.csproj", "{22F75F3C-10C9-4F4F-BF5B-BC3CC27D211D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductDataAccess", "ProductDataAccess\ProductDataAccess.csproj", "{11DCA267-5C03-41A9-B68D-BCF6580E191A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductServices", "ProductServices\ProductServices.csproj", "{439FF14F-D002-4989-A9EC-CE939201611A}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{DEE51B6A-174A-4392-9D1A-56E4E03CBAF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E69F15AF-9A2E-43A5-A37B-26813F70E375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E69F15AF-9A2E-43A5-A37B-26813F70E375}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E69F15AF-9A2E-43A5-A37B-26813F70E375}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E69F15AF-9A2E-43A5-A37B-26813F70E375}.Release|Any CPU.Build.0 = Release|Any CPU
{22F75F3C-10C9-4F4F-BF5B-BC3CC27D211D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22F75F3C-10C9-4F4F-BF5B-BC3CC27D211D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22F75F3C-10C9-4F4F-BF5B-BC3CC27D211D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22F75F3C-10C9-4F4F-BF5B-BC3CC27D211D}.Release|Any CPU.Build.0 = Release|Any CPU
{11DCA267-5C03-41A9-B68D-BCF6580E191A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11DCA267-5C03-41A9-B68D-BCF6580E191A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11DCA267-5C03-41A9-B68D-BCF6580E191A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11DCA267-5C03-41A9-B68D-BCF6580E191A}.Release|Any CPU.Build.0 = Release|Any CPU
{439FF14F-D002-4989-A9EC-CE939201611A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{439FF14F-D002-4989-A9EC-CE939201611A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{439FF14F-D002-4989-A9EC-CE939201611A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{439FF14F-D002-4989-A9EC-CE939201611A}.Release|Any CPU.Build.0 = Release|Any CPU
{DEE51B6A-174A-4392-9D1A-56E4E03CBAF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEE51B6A-174A-4392-9D1A-56E4E03CBAF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEE51B6A-174A-4392-9D1A-56E4E03CBAF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEE51B6A-174A-4392-9D1A-56E4E03CBAF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F294BC11-8A29-4C94-9BAA-29171EF76641}
EndGlobalSection
EndGlobal