-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSHearth.sln
65 lines (65 loc) · 2.4 KB
/
CSHearth.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
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSHearth", "CSHearth\CSHearth.csproj", "{B6B10F8D-3481-4421-9BBD-C44FE3D22F17}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6B10F8D-3481-4421-9BBD-C44FE3D22F17}.Debug|x86.ActiveCfg = Debug|x86
{B6B10F8D-3481-4421-9BBD-C44FE3D22F17}.Debug|x86.Build.0 = Debug|x86
{B6B10F8D-3481-4421-9BBD-C44FE3D22F17}.Release|x86.ActiveCfg = Release|x86
{B6B10F8D-3481-4421-9BBD-C44FE3D22F17}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = CSHearth\CSHearth.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.BeforeMethodDeclarationParentheses = False
$2.WithinMethodDeclarationParentheses = True
$2.BeforeMethodCallParentheses = False
$2.WithinMethodCallParentheses = True
$2.BeforeConstructorDeclarationParentheses = False
$2.WithinConstructorDeclarationParentheses = True
$2.BeforeIndexerDeclarationBracket = False
$2.WithinIndexerDeclarationBracket = True
$2.BeforeDelegateDeclarationParentheses = False
$2.AfterDelegateDeclarationParameterComma = True
$2.WithinDelegateDeclarationParentheses = True
$2.NewParentheses = False
$2.IfParentheses = False
$2.WhileParentheses = False
$2.ForParentheses = False
$2.ForeachParentheses = False
$2.CatchParentheses = False
$2.SwitchParentheses = False
$2.LockParentheses = False
$2.UsingParentheses = False
$2.WithinIfParentheses = True
$2.WithinWhileParentheses = True
$2.WithinForParentheses = True
$2.WithinForEachParentheses = True
$2.WithinCatchParentheses = True
$2.WithinSwitchParentheses = True
$2.WithinLockParentheses = True
$2.WithinUsingParentheses = True
$2.WithinNewParentheses = True
$2.SpacesBeforeBrackets = False
$2.SpacesAfterTypecast = True
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabsToSpaces = False
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
EndGlobalSection
EndGlobal