-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProductApi.sln
51 lines (51 loc) · 3.18 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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductApi", "ProductApi\ProductApi.csproj", "{6D1A4C5F-F852-4F4A-9A61-B1B5326A436C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BBA5702-690B-4A55-BDE8-30F6BEA33228}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductApi.IntegrationTests", "ProductApi.Tests\ProductApi.IntegrationTests.csproj", "{419F368A-3431-4312-AD77-CD6543E9851F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApi.DAL", "ProductApi.DAL\ProductApi.DAL.csproj", "{4D7DD25E-01A4-4E77-ABD4-F2346B1A3FAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApi.Tests", "ProductApi.IntegrationTests\ProductApi.Tests.csproj", "{209BF51D-F1B4-4759-8746-1FF01845C5A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApi.Core", "ProductApi.Core\ProductApi.Core.csproj", "{9766EF54-A8A4-4964-96FD-52C77B56BF58}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D1A4C5F-F852-4F4A-9A61-B1B5326A436C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D1A4C5F-F852-4F4A-9A61-B1B5326A436C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D1A4C5F-F852-4F4A-9A61-B1B5326A436C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D1A4C5F-F852-4F4A-9A61-B1B5326A436C}.Release|Any CPU.Build.0 = Release|Any CPU
{419F368A-3431-4312-AD77-CD6543E9851F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{419F368A-3431-4312-AD77-CD6543E9851F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{419F368A-3431-4312-AD77-CD6543E9851F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{419F368A-3431-4312-AD77-CD6543E9851F}.Release|Any CPU.Build.0 = Release|Any CPU
{4D7DD25E-01A4-4E77-ABD4-F2346B1A3FAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D7DD25E-01A4-4E77-ABD4-F2346B1A3FAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D7DD25E-01A4-4E77-ABD4-F2346B1A3FAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D7DD25E-01A4-4E77-ABD4-F2346B1A3FAE}.Release|Any CPU.Build.0 = Release|Any CPU
{209BF51D-F1B4-4759-8746-1FF01845C5A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{209BF51D-F1B4-4759-8746-1FF01845C5A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{209BF51D-F1B4-4759-8746-1FF01845C5A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{209BF51D-F1B4-4759-8746-1FF01845C5A0}.Release|Any CPU.Build.0 = Release|Any CPU
{9766EF54-A8A4-4964-96FD-52C77B56BF58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9766EF54-A8A4-4964-96FD-52C77B56BF58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9766EF54-A8A4-4964-96FD-52C77B56BF58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9766EF54-A8A4-4964-96FD-52C77B56BF58}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {823F4FF7-3FCF-4242-ADA0-36780E415A71}
EndGlobalSection
EndGlobal