-
Notifications
You must be signed in to change notification settings - Fork 4
/
starling.sln
40 lines (40 loc) · 1.42 KB
/
starling.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "starling", "starling.fsproj", "{FB248950-5C1B-4AE6-B7AE-E167C623D60F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB248950-5C1B-4AE6-B7AE-E167C623D60F}.Debug|x86.ActiveCfg = Debug|x86
{FB248950-5C1B-4AE6-B7AE-E167C623D60F}.Debug|x86.Build.0 = Debug|x86
{FB248950-5C1B-4AE6-B7AE-E167C623D60F}.Release|x86.ActiveCfg = Release|x86
{FB248950-5C1B-4AE6-B7AE-E167C623D60F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = starling.fsproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-fsharp
$0.FSharpFormattingPolicy = $2
$2.DefaultFormat = $3
$3.IndentOnTryWith = False
$3.ReorderOpenDeclaration = False
$3.SpaceAfterComma = True
$3.SpaceAfterSemicolon = True
$3.SpaceAroundDelimiter = True
$3.SpaceBeforeArgument = True
$3.SpaceBeforeColon = True
$2.scope = text/x-fsharp
EndGlobalSection
EndGlobal