aboutsummaryrefslogtreecommitdiff
path: root/Snake/Snake_CSharp/Snake_CSharp.sln
blob: d52ffb81a29c84c2d6a8287db9947d819afbb5c6 (plain) (blame)
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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snake", "Snake\Snake.csproj", "{8D624E64-608A-47B7-B3CF-5BBB196C9DC1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8D624E64-608A-47B7-B3CF-5BBB196C9DC1}.Debug|x86.ActiveCfg = Debug|x86
		{8D624E64-608A-47B7-B3CF-5BBB196C9DC1}.Debug|x86.Build.0 = Debug|x86
		{8D624E64-608A-47B7-B3CF-5BBB196C9DC1}.Release|x86.ActiveCfg = Release|x86
		{8D624E64-608A-47B7-B3CF-5BBB196C9DC1}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(MonoDevelopProperties) = preSolution
		Policies = $0
		$0.DotNetNamingPolicy = $1
		$1.DirectoryNamespaceAssociation = PrefixedHierarchical
		$0.TextStylePolicy = $2
		$2.inheritsSet = null
		$2.scope = text/x-csharp
		$0.CSharpFormattingPolicy = $3
		$3.NewLinesForBracesInTypes = False
		$3.NewLinesForBracesInMethods = False
		$3.NewLinesForBracesInProperties = False
		$3.NewLinesForBracesInAccessors = False
		$3.NewLinesForBracesInAnonymousMethods = False
		$3.NewLinesForBracesInControlBlocks = False
		$3.NewLinesForBracesInAnonymousTypes = False
		$3.NewLinesForBracesInObjectCollectionArrayInitializers = False
		$3.NewLinesForBracesInLambdaExpressionBody = False
		$3.NewLineForMembersInObjectInit = False
		$3.NewLineForMembersInAnonymousTypes = False
		$3.SpaceWithinMethodCallParentheses = True
		$3.scope = text/x-csharp
	EndGlobalSection
EndGlobal