This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Casper.sln
115 lines (115 loc) · 5.58 KB
/
Casper.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console", "Console\Console.csproj", "{CA667BDA-EB41-40CC-87CB-490802903432}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{B25EF8FD-DC9A-488F-AE5B-D6056F4FFC62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSBuild", "MSBuild\MSBuild.csproj", "{F9AB3C7A-9663-467D-9540-F1F575F006C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{B6E67DA9-81EB-47AF-AB22-1CC148901165}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnit", "NUnit\NUnit.csproj", "{42CB5134-5D5F-4564-A548-6260352C0420}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{125E3DB8-8D26-43FF-8AD3-D0C8FC0DD0E8}"
ProjectSection(SolutionItems) = preProject
build.casper = build.casper
casper = casper
casper.cmd = casper.cmd
dogfood = dogfood
dogfood.cmd = dogfood.cmd
nuget = nuget
GitVersion.yml = GitVersion.yml
appveyor.yml = appveyor.yml
.travis.yml = .travis.yml
push = push
push.cmd = push.cmd
local-nuget.config = local-nuget.config
bootstrap = bootstrap
bootstrap.cmd = bootstrap.cmd
dogfood.casper = dogfood.casper
LICENSE = LICENSE
README.md = README.md
.casper.version = .casper.version
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Integration", "Test.Integration\Test.Integration.csproj", "{3C4A6731-C785-4D14-BE04-8BDA4C4E7E33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA667BDA-EB41-40CC-87CB-490802903432}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA667BDA-EB41-40CC-87CB-490802903432}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA667BDA-EB41-40CC-87CB-490802903432}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA667BDA-EB41-40CC-87CB-490802903432}.Release|Any CPU.Build.0 = Release|Any CPU
{B25EF8FD-DC9A-488F-AE5B-D6056F4FFC62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B25EF8FD-DC9A-488F-AE5B-D6056F4FFC62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B25EF8FD-DC9A-488F-AE5B-D6056F4FFC62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B25EF8FD-DC9A-488F-AE5B-D6056F4FFC62}.Release|Any CPU.Build.0 = Release|Any CPU
{F9AB3C7A-9663-467D-9540-F1F575F006C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9AB3C7A-9663-467D-9540-F1F575F006C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9AB3C7A-9663-467D-9540-F1F575F006C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9AB3C7A-9663-467D-9540-F1F575F006C7}.Release|Any CPU.Build.0 = Release|Any CPU
{B6E67DA9-81EB-47AF-AB22-1CC148901165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6E67DA9-81EB-47AF-AB22-1CC148901165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6E67DA9-81EB-47AF-AB22-1CC148901165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6E67DA9-81EB-47AF-AB22-1CC148901165}.Release|Any CPU.Build.0 = Release|Any CPU
{42CB5134-5D5F-4564-A548-6260352C0420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42CB5134-5D5F-4564-A548-6260352C0420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42CB5134-5D5F-4564-A548-6260352C0420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42CB5134-5D5F-4564-A548-6260352C0420}.Release|Any CPU.Build.0 = Release|Any CPU
{3C4A6731-C785-4D14-BE04-8BDA4C4E7E33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C4A6731-C785-4D14-BE04-8BDA4C4E7E33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C4A6731-C785-4D14-BE04-8BDA4C4E7E33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C4A6731-C785-4D14-BE04-8BDA4C4E7E33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.EolMarker = Unix
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$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.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.NewLineBeforeConstructorInitializerColon = NewLine
$2.NewLineAfterConstructorInitializerColon = SameLine
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.scope = text/x-csharp
$2.SpaceAfterControlFlowStatementKeyword = False
$2.NewLinesForBracesInTypes = False
$2.NewLinesForBracesInMethods = False
$2.IndentSwitchSection = False
$2.NewLinesForBracesInProperties = False
$2.NewLinesForBracesInAccessors = False
$2.NewLinesForBracesInAnonymousMethods = False
$2.NewLinesForBracesInControlBlocks = False
$2.NewLinesForBracesInAnonymousTypes = False
$2.NewLinesForBracesInObjectCollectionArrayInitializers = False
$2.NewLinesForBracesInLambdaExpressionBody = False
$2.NewLineForElse = False
$2.NewLineForCatch = False
$2.NewLineForFinally = False
$2.NewLineForMembersInObjectInit = False
$2.NewLineForMembersInAnonymousTypes = False
$2.NewLineForClausesInQuery = False
$0.DotNetNamingPolicy = $3
$3.DirectoryNamespaceAssociation = PrefixedHierarchical
EndGlobalSection
EndGlobal