-
Notifications
You must be signed in to change notification settings - Fork 15
/
TrulyQuantumChess.sln
52 lines (51 loc) · 2.5 KB
/
TrulyQuantumChess.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kernel", "Kernel\Kernel.csproj", "{B4B23590-B467-4F12-929B-313A2025613E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vanilla", "Vanilla\Vanilla.csproj", "{AE55A203-1CFD-44B8-88DE-BBB9F58A90B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApp", "WebApp\WebApp.csproj", "{31354668-3E37-46C5-BE82-66F09A09D9BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4B23590-B467-4F12-929B-313A2025613E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4B23590-B467-4F12-929B-313A2025613E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4B23590-B467-4F12-929B-313A2025613E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4B23590-B467-4F12-929B-313A2025613E}.Release|Any CPU.Build.0 = Release|Any CPU
{AE55A203-1CFD-44B8-88DE-BBB9F58A90B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE55A203-1CFD-44B8-88DE-BBB9F58A90B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE55A203-1CFD-44B8-88DE-BBB9F58A90B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE55A203-1CFD-44B8-88DE-BBB9F58A90B2}.Release|Any CPU.Build.0 = Release|Any CPU
{31354668-3E37-46C5-BE82-66F09A09D9BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31354668-3E37-46C5-BE82-66F09A09D9BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31354668-3E37-46C5-BE82-66F09A09D9BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31354668-3E37-46C5-BE82-66F09A09D9BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.IndentSwitchSection = True
$3.NewLinesForBracesInTypes = False
$3.NewLinesForBracesInMethods = False
$3.NewLineForMembersInObjectInit = True
$3.NewLineForMembersInAnonymousTypes = True
$3.NewLineForClausesInQuery = True
$3.SpacingAfterMethodDeclarationName = False
$3.SpaceAfterMethodCallName = False
$3.SpaceAfterCast = True
$3.SpaceBeforeOpenSquareBracket = False
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
EndGlobalSection
EndGlobal