This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDemoApp.sln
49 lines (49 loc) · 3.01 KB
/
DemoApp.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 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp.Web", "src\DemoApp.Web\DemoApp.Web.csproj", "{ABC3ABC3-51F1-46ED-B24A-93418D8858A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp", "src\DemoApp\DemoApp.csproj", "{F8D07286-9521-4E8F-9B16-17C70E8A5FFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp.Tests", "tests\DemoApp.Tests\DemoApp.Tests.csproj", "{1FC42AC5-8411-45BB-B386-6F8732FB6FD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp.Migrator", "src\DemoApp.Migrator\DemoApp.Migrator.csproj", "{5954CDB7-E5EA-44FC-8878-94097DEE0A1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoApp.E2E.Tests", "tests\DemoApp.E2E.Tests\DemoApp.E2E.Tests.csproj", "{19D42920-58EB-4681-A0BF-714F21CB8D48}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABC3ABC3-51F1-46ED-B24A-93418D8858A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABC3ABC3-51F1-46ED-B24A-93418D8858A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABC3ABC3-51F1-46ED-B24A-93418D8858A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABC3ABC3-51F1-46ED-B24A-93418D8858A0}.Release|Any CPU.Build.0 = Release|Any CPU
{F8D07286-9521-4E8F-9B16-17C70E8A5FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8D07286-9521-4E8F-9B16-17C70E8A5FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8D07286-9521-4E8F-9B16-17C70E8A5FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8D07286-9521-4E8F-9B16-17C70E8A5FFD}.Release|Any CPU.Build.0 = Release|Any CPU
{1FC42AC5-8411-45BB-B386-6F8732FB6FD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FC42AC5-8411-45BB-B386-6F8732FB6FD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FC42AC5-8411-45BB-B386-6F8732FB6FD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FC42AC5-8411-45BB-B386-6F8732FB6FD2}.Release|Any CPU.Build.0 = Release|Any CPU
{5954CDB7-E5EA-44FC-8878-94097DEE0A1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5954CDB7-E5EA-44FC-8878-94097DEE0A1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5954CDB7-E5EA-44FC-8878-94097DEE0A1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5954CDB7-E5EA-44FC-8878-94097DEE0A1B}.Release|Any CPU.Build.0 = Release|Any CPU
{19D42920-58EB-4681-A0BF-714F21CB8D48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D42920-58EB-4681-A0BF-714F21CB8D48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D42920-58EB-4681-A0BF-714F21CB8D48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D42920-58EB-4681-A0BF-714F21CB8D48}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5412C98-1B87-4396-B853-E4264C8F07A9}
EndGlobalSection
EndGlobal