-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargoBotSolver.sln
62 lines (62 loc) · 2.25 KB
/
CargoBotSolver.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CargoBotSolver", "CargoBotSolver\CargoBotSolver.csproj", "{6D48FA69-FF3C-412F-A809-7C2E7D9F7827}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D48FA69-FF3C-412F-A809-7C2E7D9F7827}.Debug|x86.ActiveCfg = Debug|x86
{6D48FA69-FF3C-412F-A809-7C2E7D9F7827}.Debug|x86.Build.0 = Debug|x86
{6D48FA69-FF3C-412F-A809-7C2E7D9F7827}.Release|x86.ActiveCfg = Release|x86
{6D48FA69-FF3C-412F-A809-7C2E7D9F7827}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = CargoBotSolver\CargoBotSolver.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/plain
$0.VersionControlPolicy = $2
$2.inheritsSet = Mono
$0.XmlFormattingPolicy = $3
$3.inheritsSet = Mono
$3.inheritsScope = application/xml
$3.scope = application/xml
$0.CSharpFormattingPolicy = $4
$4.IndentSwitchBody = True
$4.AlignEmbeddedIfStatements = False
$4.PlaceElseOnNewLine = True
$4.PlaceCatchOnNewLine = True
$4.PlaceFinallyOnNewLine = True
$4.BeforeMethodDeclarationParentheses = False
$4.BeforeMethodCallParentheses = False
$4.BeforeConstructorDeclarationParentheses = False
$4.BeforeIndexerDeclarationBracket = False
$4.BeforeDelegateDeclarationParentheses = False
$4.AfterDelegateDeclarationParameterComma = True
$4.NewParentheses = False
$4.SpacesBeforeBrackets = False
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
$0.ChangeLogPolicy = $5
$5.inheritsSet = Mono
$0.DotNetNamingPolicy = $6
$6.DirectoryNamespaceAssociation = None
$6.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $7
$7.inheritsSet = null
$7.scope = text/x-csharp
$0.TextStylePolicy = $8
$8.inheritsSet = null
$8.scope = application/xml
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal