-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vkChess.net.sln
54 lines (54 loc) · 2.12 KB
/
vkChess.net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vkChess.net", "vkChess.net.csproj", "{C7D934D4-E947-4AD8-978F-D2C2A98F4508}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7D934D4-E947-4AD8-978F-D2C2A98F4508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7D934D4-E947-4AD8-978F-D2C2A98F4508}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7D934D4-E947-4AD8-978F-D2C2A98F4508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7D934D4-E947-4AD8-978F-D2C2A98F4508}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7B2C00F-9B23-4E45-B683-D21D3B873568}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $4
$1.FileWidth = 80
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.NewLinesForBracesInProperties = False
$2.NewLinesForBracesInAccessors = False
$2.NewLinesForBracesInControlBlocks = False
$2.NewLineForElse = False
$2.NewLineForCatch = False
$2.NewLineForFinally = False
$2.SpacingAfterMethodDeclarationName = True
$2.SpaceAfterMethodCallName = True
$2.scope = text/x-csharp
$2.IndentSwitchSection = False
$2.NewLinesForBracesInAnonymousMethods = False
$2.NewLinesForBracesInAnonymousTypes = False
$2.NewLinesForBracesInObjectCollectionArrayInitializers = False
$2.NewLinesForBracesInLambdaExpressionBody = False
$2.NewLineForMembersInObjectInit = False
$2.NewLineForMembersInAnonymousTypes = False
$2.NewLineForClausesInQuery = False
$2.SpaceBeforeOpenSquareBracket = True
$2.NewLinesForBracesInMethods = False
$3.FileWidth = 80
$3.scope = text/plain
$4.inheritsSet = null
$4.scope = text/x-cgsrc
EndGlobalSection
EndGlobal