-
Notifications
You must be signed in to change notification settings - Fork 5
/
denver-schedules-api.sln
69 lines (69 loc) · 2.74 KB
/
denver-schedules-api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Schedules.API", "Schedules.API\Schedules.API.csproj", "{EA3E213F-5730-4232-BF4C-09068467EB96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Schedules.API.Tests", "Schedules.API.Tests\Schedules.API.Tests.csproj", "{F7925F81-7893-480C-84BA-202F9BB451ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA3E213F-5730-4232-BF4C-09068467EB96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA3E213F-5730-4232-BF4C-09068467EB96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA3E213F-5730-4232-BF4C-09068467EB96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA3E213F-5730-4232-BF4C-09068467EB96}.Release|Any CPU.Build.0 = Release|Any CPU
{F7925F81-7893-480C-84BA-202F9BB451ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7925F81-7893-480C-84BA-202F9BB451ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7925F81-7893-480C-84BA-202F9BB451ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7925F81-7893-480C-84BA-202F9BB451ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Schedules.API\Schedules.API.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = application/config+xml
$0.XmlFormattingPolicy = $3
$3.inheritsSet = null
$3.scope = application/config+xml
$0.TextStylePolicy = $4
$4.inheritsSet = null
$4.scope = application/xml
$0.XmlFormattingPolicy = $5
$5.inheritsSet = Mono
$5.inheritsScope = application/xml
$5.scope = application/xml
$0.TextStylePolicy = $6
$6.FileWidth = 120
$6.TabWidth = 2
$6.IndentWidth = 2
$6.inheritsSet = VisualStudio
$6.inheritsScope = text/plain
$6.scope = text/plain
$0.TextStylePolicy = $7
$7.inheritsSet = null
$7.scope = text/x-csharp
$0.CSharpFormattingPolicy = $8
$8.IndentSwitchBody = True
$8.AutoPropertyFormatting = ForceOneLine
$8.ConstructorBraceStyle = DoNotChange
$8.EmbeddedStatementPlacement = DoNotCare
$8.BeforeMethodCallParentheses = False
$8.AfterDelegateDeclarationParameterComma = True
$8.SpacesBeforeBrackets = False
$8.AlignToFirstMethodCallArgument = True
$8.AlignToFirstIndexerArgument = True
$8.inheritsSet = Mono
$8.inheritsScope = text/x-csharp
$8.scope = text/x-csharp
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal