-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEmployeeScheduler.sln
54 lines (53 loc) · 1.84 KB
/
EmployeeScheduler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "EmployeeScheduler", "EmployeeScheduler\EmployeeScheduler.fsproj", "{6F32EC45-BB5E-4A93-A819-896D3AF46E50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F32EC45-BB5E-4A93-A819-896D3AF46E50}.Debug|x86.ActiveCfg = Debug|x86
{6F32EC45-BB5E-4A93-A819-896D3AF46E50}.Debug|x86.Build.0 = Debug|x86
{6F32EC45-BB5E-4A93-A819-896D3AF46E50}.Release|x86.ActiveCfg = Release|x86
{6F32EC45-BB5E-4A93-A819-896D3AF46E50}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 20
$1.TabsToSpaces = True
$1.NoTabsAfterNonTabs = True
$1.scope = text/x-fsharp
$0.FSharpFormattingPolicy = $2
$2.DefaultFormat = $3
$3.IndentOnTryWith = True
$3.ReorderOpenDeclaration = True
$3.SpaceAfterComma = True
$3.SpaceAfterSemicolon = True
$3.SpaceAroundDelimiter = True
$3.SpaceBeforeArgument = True
$3.SpaceBeforeColon = True
$3.__added = 0
$2.scope = text/x-fsharp
$0.StandardHeader = $4
$0.DotNetNamingPolicy = $5
$5.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $6
$6.FileWidth = 80
$6.TabsToSpaces = True
$6.scope = text/plain
$0.TextStylePolicy = $7
$7.inheritsSet = null
$7.scope = application/config+xml
$0.XmlFormattingPolicy = $8
$8.inheritsSet = null
$8.scope = application/config+xml
$0.TextStylePolicy = $9
$9.inheritsSet = null
$9.scope = application/xml
$0.XmlFormattingPolicy = $10
$10.scope = application/xml
EndGlobalSection
EndGlobal