-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPetStoreDemo.sln
34 lines (34 loc) · 1.75 KB
/
PetStoreDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PetStore.Demo", "PetStore.Demo\PetStore.Demo.csproj", "{E8125EBF-D449-4148-8862-09B97AB08216}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PetStore.UnitTests.Demo", "PetStore.UnitTests.Demo\PetStore.UnitTests.Demo.csproj", "{CCBE6624-B0DD-4061-9E0D-485F99D09649}"
ProjectSection(ProjectDependencies) = postProject
{E8125EBF-D449-4148-8862-09B97AB08216} = {E8125EBF-D449-4148-8862-09B97AB08216}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8125EBF-D449-4148-8862-09B97AB08216}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8125EBF-D449-4148-8862-09B97AB08216}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8125EBF-D449-4148-8862-09B97AB08216}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8125EBF-D449-4148-8862-09B97AB08216}.Release|Any CPU.Build.0 = Release|Any CPU
{CCBE6624-B0DD-4061-9E0D-485F99D09649}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCBE6624-B0DD-4061-9E0D-485F99D09649}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCBE6624-B0DD-4061-9E0D-485F99D09649}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCBE6624-B0DD-4061-9E0D-485F99D09649}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15C138EA-70B2-438F-8E8B-1623D91EC3DB}
EndGlobalSection
EndGlobal