-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPetStoreTutorial.sln
49 lines (49 loc) · 2.91 KB
/
PetStoreTutorial.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 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API.Test", "test\API.Test\API.Test.csproj", "{47278A92-AA6F-4F3F-8119-6CD609653B37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Migrator", "src\Migrator\Migrator.csproj", "{C152AA46-829F-4442-B71C-46BECC730026}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DB", "src\DB\DB.csproj", "{6D38545A-B173-4ECB-895A-695A5D975C44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Deploy", "src\Deploy\Deploy.csproj", "{FB143819-E2A1-4C23-AB96-0F0FF613CDF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "src\API\API.csproj", "{89D0484B-2F01-4FD0-A9C9-A4482B395392}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47278A92-AA6F-4F3F-8119-6CD609653B37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47278A92-AA6F-4F3F-8119-6CD609653B37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47278A92-AA6F-4F3F-8119-6CD609653B37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47278A92-AA6F-4F3F-8119-6CD609653B37}.Release|Any CPU.Build.0 = Release|Any CPU
{C152AA46-829F-4442-B71C-46BECC730026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C152AA46-829F-4442-B71C-46BECC730026}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C152AA46-829F-4442-B71C-46BECC730026}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C152AA46-829F-4442-B71C-46BECC730026}.Release|Any CPU.Build.0 = Release|Any CPU
{6D38545A-B173-4ECB-895A-695A5D975C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D38545A-B173-4ECB-895A-695A5D975C44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D38545A-B173-4ECB-895A-695A5D975C44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D38545A-B173-4ECB-895A-695A5D975C44}.Release|Any CPU.Build.0 = Release|Any CPU
{FB143819-E2A1-4C23-AB96-0F0FF613CDF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB143819-E2A1-4C23-AB96-0F0FF613CDF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB143819-E2A1-4C23-AB96-0F0FF613CDF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB143819-E2A1-4C23-AB96-0F0FF613CDF2}.Release|Any CPU.Build.0 = Release|Any CPU
{89D0484B-2F01-4FD0-A9C9-A4482B395392}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89D0484B-2F01-4FD0-A9C9-A4482B395392}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89D0484B-2F01-4FD0-A9C9-A4482B395392}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89D0484B-2F01-4FD0-A9C9-A4482B395392}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAFDA164-1ACC-428B-971C-62A9B8A3692C}
EndGlobalSection
EndGlobal