This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
forked from AngryAnt/Path-GPL
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPath.sln
71 lines (71 loc) · 2.55 KB
/
Path.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Path", "Path.csproj", "{3F07711E-6A70-4E65-B557-53616A22444A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F07711E-6A70-4E65-B557-53616A22444A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F07711E-6A70-4E65-B557-53616A22444A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F07711E-6A70-4E65-B557-53616A22444A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F07711E-6A70-4E65-B557-53616A22444A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Path.csproj
Policies = $0
$0.TextStylePolicy = $1
$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.NamespaceBraceStyle = EndOfLine
$2.ClassBraceStyle = EndOfLine
$2.InterfaceBraceStyle = EndOfLine
$2.StructBraceStyle = EndOfLine
$2.EnumBraceStyle = EndOfLine
$2.MethodBraceStyle = EndOfLine
$2.ConstructorBraceStyle = EndOfLine
$2.DestructorBraceStyle = EndOfLine
$2.IfElseBraceForcement = RemoveBraces
$2.ForBraceForcement = RemoveBraces
$2.ForEachBraceForcement = RemoveBraces
$2.WhileBraceForcement = RemoveBraces
$2.UsingBraceForcement = AddBraces
$2.FixedBraceForcement = AddBraces
$2.BeforeMethodCallParentheses = False
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeDelegateDeclarationParentheses = False
$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.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabWidth = 2
$3.NoTabsAfterNonTabs = True
$3.RemoveTrailingWhitespace = True
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
$0.StandardHeader = $4
$4.IncludeInNewFiles = False
$4.inheritsSet = MITX11License
outputpath = ..\Assets\Path
EndGlobalSection
EndGlobal