-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYamlSharp.sln
84 lines (84 loc) · 3.57 KB
/
YamlSharp.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{372B9C73-84AC-4BAB-97B0-B3B99D84E11D}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlSharp", "src\YamlSharp\YamlSharp.csproj", "{42E0CCDD-BBA5-4AF9-812B-850DE60F73F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlSharp.Test", "tests\YamlSharp.Test\YamlSharp.Test.csproj", "{54C4A824-F0B9-4291-8C5F-591830275038}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{6EA8DB24-D419-41B6-B163-99C8E2622ACA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{94AA5A7D-6030-4CD1-A4F9-D1EEE0A4F000}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42E0CCDD-BBA5-4AF9-812B-850DE60F73F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42E0CCDD-BBA5-4AF9-812B-850DE60F73F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42E0CCDD-BBA5-4AF9-812B-850DE60F73F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42E0CCDD-BBA5-4AF9-812B-850DE60F73F7}.Release|Any CPU.Build.0 = Release|Any CPU
{54C4A824-F0B9-4291-8C5F-591830275038}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54C4A824-F0B9-4291-8C5F-591830275038}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54C4A824-F0B9-4291-8C5F-591830275038}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54C4A824-F0B9-4291-8C5F-591830275038}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{54C4A824-F0B9-4291-8C5F-591830275038} = {94AA5A7D-6030-4CD1-A4F9-D1EEE0A4F000}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = src\YamlSharp\YamlSharp.csproj
Policies = $0
$0.TextStylePolicy = $4
$1.FileWidth = 120
$1.NoTabsAfterNonTabs = True
$1.RemoveTrailingWhitespace = True
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.AnonymousMethodBraceStyle = NextLine
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.EventBraceStyle = NextLine
$2.EventAddBraceStyle = NextLine
$2.EventRemoveBraceStyle = NextLine
$2.StatementBraceStyle = NextLine
$2.PlaceElseOnNewLine = True
$2.PlaceElseIfOnNewLine = True
$2.PlaceCatchOnNewLine = True
$2.PlaceFinallyOnNewLine = True
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$3.FileWidth = 120
$3.NoTabsAfterNonTabs = True
$3.RemoveTrailingWhitespace = True
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
$4.inheritsSet = null
$4.scope = application/x-yaml
EndGlobalSection
EndGlobal