-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProductApi.sln
31 lines (31 loc) · 1.6 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.808.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApi", "ProductApi\ProductApi.csproj", "{0AC377E7-735B-4B5E-BC4E-032908296C75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApi.Tests", "ProductApi.Tests\ProductApi.Tests.csproj", "{4822CB8F-5F5E-44A5-BC38-25D62E08FF97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AC377E7-735B-4B5E-BC4E-032908296C75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AC377E7-735B-4B5E-BC4E-032908296C75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AC377E7-735B-4B5E-BC4E-032908296C75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AC377E7-735B-4B5E-BC4E-032908296C75}.Release|Any CPU.Build.0 = Release|Any CPU
{4822CB8F-5F5E-44A5-BC38-25D62E08FF97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4822CB8F-5F5E-44A5-BC38-25D62E08FF97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4822CB8F-5F5E-44A5-BC38-25D62E08FF97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4822CB8F-5F5E-44A5-BC38-25D62E08FF97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD75353D-DCC5-4D93-AB30-EE6934201A3F}
EndGlobalSection
EndGlobal