-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSharpWarrior.sln
90 lines (90 loc) · 4.52 KB
/
CSharpWarrior.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{625E11D2-5DE2-4284-8FC1-FFCD464D12CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpWarrior.Web", "Source\CSharpWarrior.Web\CSharpWarrior.Web.csproj", "{D9FDFED6-2A8B-4C9D-9230-CC409143D3F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpWarrior.Web.Host", "Source\CSharpWarrior.Web.Host\CSharpWarrior.Web.Host.csproj", "{EED52CC8-07C9-49A7-AF57-92B6D05C743E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpWarrior.Server", "Source\CSharpWarrior.Server\CSharpWarrior.Server.csproj", "{A0DE5524-B5C4-474C-A73A-A876BF4D73A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{04FD85BE-BE35-4043-940E-92C8DC88CBB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpWarrior.Server.Test", "Test\CSharpWarrior.Server.Test\CSharpWarrior.Server.Test.csproj", "{EF1B280E-3D47-4856-B958-5127956DFBF0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F3E5B5D-2147-47AB-A43F-52AE11134206}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
build.sh = build.sh
GruntFile.js = GruntFile.js
package.json = package.json
dev.sh = dev.sh
README.md = README.md
push.sh = push.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0DE5524-B5C4-474C-A73A-A876BF4D73A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0DE5524-B5C4-474C-A73A-A876BF4D73A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0DE5524-B5C4-474C-A73A-A876BF4D73A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0DE5524-B5C4-474C-A73A-A876BF4D73A9}.Release|Any CPU.Build.0 = Release|Any CPU
{D9FDFED6-2A8B-4C9D-9230-CC409143D3F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9FDFED6-2A8B-4C9D-9230-CC409143D3F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9FDFED6-2A8B-4C9D-9230-CC409143D3F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9FDFED6-2A8B-4C9D-9230-CC409143D3F7}.Release|Any CPU.Build.0 = Release|Any CPU
{EED52CC8-07C9-49A7-AF57-92B6D05C743E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EED52CC8-07C9-49A7-AF57-92B6D05C743E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EED52CC8-07C9-49A7-AF57-92B6D05C743E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EED52CC8-07C9-49A7-AF57-92B6D05C743E}.Release|Any CPU.Build.0 = Release|Any CPU
{EF1B280E-3D47-4856-B958-5127956DFBF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF1B280E-3D47-4856-B958-5127956DFBF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF1B280E-3D47-4856-B958-5127956DFBF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF1B280E-3D47-4856-B958-5127956DFBF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D9FDFED6-2A8B-4C9D-9230-CC409143D3F7} = {625E11D2-5DE2-4284-8FC1-FFCD464D12CC}
{EED52CC8-07C9-49A7-AF57-92B6D05C743E} = {625E11D2-5DE2-4284-8FC1-FFCD464D12CC}
{A0DE5524-B5C4-474C-A73A-A876BF4D73A9} = {625E11D2-5DE2-4284-8FC1-FFCD464D12CC}
{EF1B280E-3D47-4856-B958-5127956DFBF0} = {04FD85BE-BE35-4043-940E-92C8DC88CBB2}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Source\CSharpWarrior.Web\CSharpWarrior.Web.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.NoTabsAfterNonTabs = True
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/plain
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.IndentSwitchBody = True
$3.BeforeMethodDeclarationParentheses = False
$3.BeforeMethodCallParentheses = False
$3.BeforeConstructorDeclarationParentheses = False
$3.BeforeIndexerDeclarationBracket = False
$3.BeforeDelegateDeclarationParentheses = False
$3.AfterDelegateDeclarationParameterComma = True
$3.NewParentheses = False
$3.IfParentheses = False
$3.WhileParentheses = False
$3.ForParentheses = False
$3.ForeachParentheses = False
$3.CatchParentheses = False
$3.SwitchParentheses = False
$3.LockParentheses = False
$3.UsingParentheses = False
$3.SpacesBeforeBrackets = False
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
EndGlobalSection
EndGlobal