-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWith.sln
108 lines (108 loc) · 5.12 KB
/
With.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26114.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "tests\Tests\Tests.csproj", "{2118C243-7A03-458E-A4E9-C9131B5FF32D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TestsFs", "tests\TestsFs\TestsFs.fsproj", "{6D3E8E1E-AAD5-4842-90AC-234DD5FA221F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8A8CDBEE-1992-4BFF-BC9D-62A570F424C0}"
ProjectSection(SolutionItems) = preProject
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{00404615-15CF-49D6-AC53-072389AFC6AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3C974E7D-2CB4-4C86-9283-85392D28A736}"
EndProject
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "Timing", "src\Timing\Timing.csproj", "{B98C5F0D-D246-421A-9BD8-4A311FC09DFA}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "With", "src\With\With.fsproj", "{3A6775C8-3975-4FD8-8D58-E4E37A4A1903}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2118C243-7A03-458E-A4E9-C9131B5FF32D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2118C243-7A03-458E-A4E9-C9131B5FF32D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2118C243-7A03-458E-A4E9-C9131B5FF32D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2118C243-7A03-458E-A4E9-C9131B5FF32D}.Release|Any CPU.Build.0 = Release|Any CPU
{6D3E8E1E-AAD5-4842-90AC-234DD5FA221F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D3E8E1E-AAD5-4842-90AC-234DD5FA221F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D3E8E1E-AAD5-4842-90AC-234DD5FA221F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D3E8E1E-AAD5-4842-90AC-234DD5FA221F}.Release|Any CPU.Build.0 = Release|Any CPU
{B98C5F0D-D246-421A-9BD8-4A311FC09DFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B98C5F0D-D246-421A-9BD8-4A311FC09DFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B98C5F0D-D246-421A-9BD8-4A311FC09DFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B98C5F0D-D246-421A-9BD8-4A311FC09DFA}.Release|Any CPU.Build.0 = Release|Any CPU
{3A6775C8-3975-4FD8-8D58-E4E37A4A1903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A6775C8-3975-4FD8-8D58-E4E37A4A1903}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A6775C8-3975-4FD8-8D58-E4E37A4A1903}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A6775C8-3975-4FD8-8D58-E4E37A4A1903}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2118C243-7A03-458E-A4E9-C9131B5FF32D} = {3C974E7D-2CB4-4C86-9283-85392D28A736}
{6D3E8E1E-AAD5-4842-90AC-234DD5FA221F} = {3C974E7D-2CB4-4C86-9283-85392D28A736}
{B98C5F0D-D246-421A-9BD8-4A311FC09DFA} = {00404615-15CF-49D6-AC53-072389AFC6AF}
{3A6775C8-3975-4FD8-8D58-E4E37A4A1903} = {00404615-15CF-49D6-AC53-072389AFC6AF}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.scope = text/x-csharp
$1.FileWidth = 80
$1.TabsToSpaces = True
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.IndentBlocksInsideExpressions = True
$2.AnonymousMethodBraceStyle = NextLine
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.EventBraceStyle = NextLine
$2.EventAddBraceStyle = NextLine
$2.EventRemoveBraceStyle = NextLine
$2.StatementBraceStyle = NextLine
$2.ElseNewLinePlacement = NewLine
$2.CatchNewLinePlacement = NewLine
$2.FinallyNewLinePlacement = NewLine
$2.WhileNewLinePlacement = DoNotCare
$2.ArrayInitializerWrapping = DoNotChange
$2.ArrayInitializerBraceStyle = NextLine
$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.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
$2.SpacingAfterMethodDeclarationName = True
$2.SpaceAfterMethodCallName = True
$2.SpaceBeforeOpenSquareBracket = True
$0.TextStylePolicy = $3
$3.scope = text/plain
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal