-
Notifications
You must be signed in to change notification settings - Fork 4
/
SpoonCMS.sln
42 lines (42 loc) · 2.28 KB
/
SpoonCMS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpoonCMS", "SpoonCMS\SpoonCMS.csproj", "{AF5B6286-00D2-4E73-B54F-DCEB1449D64A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleCore", "ExampleCore\ExampleCore.csproj", "{31C67066-DCCF-45A9-9FC3-1EB2A4F5E703}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9389C868-71D4-410C-B645-CE115C30B756}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpoonCMSTests", "SpoonCMSTests\SpoonCMSTests.csproj", "{096FBAB2-9028-4C73-BA19-09C1922B75BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF5B6286-00D2-4E73-B54F-DCEB1449D64A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF5B6286-00D2-4E73-B54F-DCEB1449D64A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF5B6286-00D2-4E73-B54F-DCEB1449D64A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF5B6286-00D2-4E73-B54F-DCEB1449D64A}.Release|Any CPU.Build.0 = Release|Any CPU
{31C67066-DCCF-45A9-9FC3-1EB2A4F5E703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31C67066-DCCF-45A9-9FC3-1EB2A4F5E703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31C67066-DCCF-45A9-9FC3-1EB2A4F5E703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31C67066-DCCF-45A9-9FC3-1EB2A4F5E703}.Release|Any CPU.Build.0 = Release|Any CPU
{096FBAB2-9028-4C73-BA19-09C1922B75BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{096FBAB2-9028-4C73-BA19-09C1922B75BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{096FBAB2-9028-4C73-BA19-09C1922B75BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{096FBAB2-9028-4C73-BA19-09C1922B75BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{096FBAB2-9028-4C73-BA19-09C1922B75BF} = {9389C868-71D4-410C-B645-CE115C30B756}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5001995-F010-4B4A-91FD-3E1B6DD903F7}
EndGlobalSection
EndGlobal