-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDemo.sln
40 lines (40 loc) · 2.39 KB
/
Demo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{64489FBF-7321-4247-A120-DE86AC898FA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Models", "Models\Models.csproj", "{7A59588B-4BF0-4148-B7A2-CAD982194A0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{5566ACB4-F635-4F13-91D9-3F17E16983E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestPersistence", "TestPersistence\TestPersistence.csproj", "{AAE35757-BD81-44F9-BE97-CFB96C508E91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64489FBF-7321-4247-A120-DE86AC898FA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64489FBF-7321-4247-A120-DE86AC898FA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64489FBF-7321-4247-A120-DE86AC898FA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64489FBF-7321-4247-A120-DE86AC898FA7}.Release|Any CPU.Build.0 = Release|Any CPU
{7A59588B-4BF0-4148-B7A2-CAD982194A0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A59588B-4BF0-4148-B7A2-CAD982194A0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A59588B-4BF0-4148-B7A2-CAD982194A0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A59588B-4BF0-4148-B7A2-CAD982194A0D}.Release|Any CPU.Build.0 = Release|Any CPU
{5566ACB4-F635-4F13-91D9-3F17E16983E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5566ACB4-F635-4F13-91D9-3F17E16983E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5566ACB4-F635-4F13-91D9-3F17E16983E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5566ACB4-F635-4F13-91D9-3F17E16983E6}.Release|Any CPU.Build.0 = Release|Any CPU
{AAE35757-BD81-44F9-BE97-CFB96C508E91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAE35757-BD81-44F9-BE97-CFB96C508E91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAE35757-BD81-44F9-BE97-CFB96C508E91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAE35757-BD81-44F9-BE97-CFB96C508E91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal