-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGinseng8.sln
37 lines (37 loc) · 2.03 KB
/
Ginseng8.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29403.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ginseng.Mvc", "Ginseng8.Mvc\Ginseng.Mvc.csproj", "{28871BC1-5418-4459-A442-CBA660E6847A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ginseng.Models", "Ginseng8.Models\Ginseng.Models.csproj", "{9CC40F0A-F350-4E82-85C9-3EF815FEC86B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testing", "Testing\Testing.csproj", "{F5B10892-9336-4230-BDEE-9D78E48B0336}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28871BC1-5418-4459-A442-CBA660E6847A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28871BC1-5418-4459-A442-CBA660E6847A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28871BC1-5418-4459-A442-CBA660E6847A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28871BC1-5418-4459-A442-CBA660E6847A}.Release|Any CPU.Build.0 = Release|Any CPU
{9CC40F0A-F350-4E82-85C9-3EF815FEC86B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CC40F0A-F350-4E82-85C9-3EF815FEC86B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CC40F0A-F350-4E82-85C9-3EF815FEC86B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CC40F0A-F350-4E82-85C9-3EF815FEC86B}.Release|Any CPU.Build.0 = Release|Any CPU
{F5B10892-9336-4230-BDEE-9D78E48B0336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5B10892-9336-4230-BDEE-9D78E48B0336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5B10892-9336-4230-BDEE-9D78E48B0336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5B10892-9336-4230-BDEE-9D78E48B0336}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {668F9FF3-2ECA-4128-BF0E-958404B9D822}
EndGlobalSection
EndGlobal