-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathZombieLand.sln
55 lines (55 loc) · 2.25 KB
/
ZombieLand.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
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZombieLand", "Source\ZombieLand.csproj", "{34AA2AF2-8E82-4C5B-8ABA-9AC53DA7C110}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34AA2AF2-8E82-4C5B-8ABA-9AC53DA7C110}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34AA2AF2-8E82-4C5B-8ABA-9AC53DA7C110}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34AA2AF2-8E82-4C5B-8ABA-9AC53DA7C110}.Debug|x64.ActiveCfg = Debug|Any CPU
{34AA2AF2-8E82-4C5B-8ABA-9AC53DA7C110}.Debug|x64.Build.0 = Debug|Any CPU
{34AA2AF2-8E82-4C5B-8ABA-9AC53DA7C110}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34AA2AF2-8E82-4C5B-8ABA-9AC53DA7C110}.Release|Any CPU.Build.0 = Release|Any CPU
{34AA2AF2-8E82-4C5B-8ABA-9AC53DA7C110}.Release|x64.ActiveCfg = Release|Any CPU
{34AA2AF2-8E82-4C5B-8ABA-9AC53DA7C110}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56478D89-07B3-4C4D-9FB8-A55403305359}
BuildVersion_StartDate = 2000/1/1
BuildVersion_IncrementBeforeBuild = False
BuildVersion_ConfigurationName = Any
BuildVersion_DetectChanges = False
BuildVersion_BuildVersioningStyle = None.None.None.None
BuildVersion_UpdateAssemblyVersion = False
BuildVersion_UpdateFileVersion = False
BuildVersion_UseGlobalSettings = False
BuildVersion_UseUniversalClock = False
BuildVersion_ReplaceNonNumerics = False
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.TabWidth = 3
$2.IndentWidth = 3
$2.EolMarker = Unix
$2.scope = text/x-csharp
$2.NoTabsAfterNonTabs = True
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$3.LabelPositioning = NoIndent
EndGlobalSection
EndGlobal