generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDancingGoat.sln
37 lines (37 loc) · 1.92 KB
/
DancingGoat.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 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1A3B357F-DB47-4D72-97C3-9DD391847676}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DancingGoat", "src\DancingGoat\DancingGoat.csproj", "{4B086905-BD97-4CDD-B571-1FFBB7EFD69F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DancingGoat.Admin", "src\DancingGoat.Admin\DancingGoat.Admin.csproj", "{CFEBC049-817D-4FE9-A50C-BFD260C2DF84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B086905-BD97-4CDD-B571-1FFBB7EFD69F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B086905-BD97-4CDD-B571-1FFBB7EFD69F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B086905-BD97-4CDD-B571-1FFBB7EFD69F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B086905-BD97-4CDD-B571-1FFBB7EFD69F}.Release|Any CPU.Build.0 = Release|Any CPU
{CFEBC049-817D-4FE9-A50C-BFD260C2DF84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFEBC049-817D-4FE9-A50C-BFD260C2DF84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFEBC049-817D-4FE9-A50C-BFD260C2DF84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFEBC049-817D-4FE9-A50C-BFD260C2DF84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B2A20BC-F57B-4AAE-B1C2-E4DC52EFCAC5}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4B086905-BD97-4CDD-B571-1FFBB7EFD69F} = {1A3B357F-DB47-4D72-97C3-9DD391847676}
{CFEBC049-817D-4FE9-A50C-BFD260C2DF84} = {1A3B357F-DB47-4D72-97C3-9DD391847676}
EndGlobalSection
EndGlobal