-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWarriorsSnuggery.sln
41 lines (41 loc) · 2.28 KB
/
WarriorsSnuggery.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WarriorsSnuggery.Game", "WarriorsSnuggery.Game\WarriorsSnuggery.Game.csproj", "{D8BAC54F-9CF7-45FD-9CBA-1240643C26FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WarriorsSnuggery.Docs", "WarriorsSnuggery.Docs\WarriorsSnuggery.Docs.csproj", "{FFAFC94E-537C-40A1-8998-022E3628C0FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WarriorsSnuggery.Scripts", "WarriorsSnuggery.Scripts\WarriorsSnuggery.Scripts.csproj", "{C763A1D1-57CC-4AF8-A64B-89965415AC2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B53B452-9062-450F-BB70-B1C5362D862F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8BAC54F-9CF7-45FD-9CBA-1240643C26FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8BAC54F-9CF7-45FD-9CBA-1240643C26FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8BAC54F-9CF7-45FD-9CBA-1240643C26FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8BAC54F-9CF7-45FD-9CBA-1240643C26FF}.Release|Any CPU.Build.0 = Release|Any CPU
{FFAFC94E-537C-40A1-8998-022E3628C0FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFAFC94E-537C-40A1-8998-022E3628C0FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFAFC94E-537C-40A1-8998-022E3628C0FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFAFC94E-537C-40A1-8998-022E3628C0FE}.Release|Any CPU.Build.0 = Release|Any CPU
{C763A1D1-57CC-4AF8-A64B-89965415AC2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C763A1D1-57CC-4AF8-A64B-89965415AC2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C763A1D1-57CC-4AF8-A64B-89965415AC2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A2F4C14-8DDC-4E51-8483-AC225DFBD28E}
EndGlobalSection
EndGlobal