-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathSynVer.sln
120 lines (120 loc) · 6.4 KB
/
SynVer.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
109
110
111
112
113
114
115
116
117
118
119
120
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.lock = paket.lock
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "SynVer.Lib", "src\SynVer.Lib\SynVer.Lib.fsproj", "{EE8B6B01-F243-4DBF-A3B6-9FEB7E151F70}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{83F16175-43B1-4C90-A1EE-8E351C33435D}"
ProjectSection(SolutionItems) = preProject
docs\tools\generate.fsx = docs\tools\generate.fsx
docs\tools\templates\template.cshtml = docs\tools\templates\template.cshtml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8E6D5255-776D-4B61-85F9-73C37AA1FB9A}"
ProjectSection(SolutionItems) = preProject
docs\content\index.fsx = docs\content\index.fsx
docs\content\tutorial.fsx = docs\content\tutorial.fsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ED8079DD-2B06-4030-9F0F-DC548F98E1C4}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "SynVer.Tests", "tests\SynVer.Tests\SynVer.Tests.fsproj", "{26D49AE5-F879-4321-A1AA-E7C35B60C874}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ExampleProjects", "ExampleProjects", "{346C49A0-8F00-4D70-8FE0-28EDFEAB06A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B448E2FC-4840-4585-BD6D-C808337065F4}"
ProjectSection(SolutionItems) = preProject
tests\ExampleProjects\src\AssemblyInfo.cs = tests\ExampleProjects\src\AssemblyInfo.cs
tests\ExampleProjects\src\AssemblyInfo.fs = tests\ExampleProjects\src\AssemblyInfo.fs
tests\ExampleProjects\src\Csharp.cs = tests\ExampleProjects\src\Csharp.cs
tests\ExampleProjects\src\Csharp2.cs = tests\ExampleProjects\src\Csharp2.cs
tests\ExampleProjects\src\Csharp3.cs = tests\ExampleProjects\src\Csharp3.cs
tests\ExampleProjects\src\Csharp3.txt = tests\ExampleProjects\src\Csharp3.txt
tests\ExampleProjects\src\CsharpWithAttribute.cs = tests\ExampleProjects\src\CsharpWithAttribute.cs
tests\ExampleProjects\src\Enum.cs = tests\ExampleProjects\src\Enum.cs
tests\ExampleProjects\src\Enum2.cs = tests\ExampleProjects\src\Enum2.cs
tests\ExampleProjects\src\Enum2.txt = tests\ExampleProjects\src\Enum2.txt
tests\ExampleProjects\src\Enum3.cs = tests\ExampleProjects\src\Enum3.cs
tests\ExampleProjects\src\Enum3.txt = tests\ExampleProjects\src\Enum3.txt
tests\ExampleProjects\src\Fsharp.fs = tests\ExampleProjects\src\Fsharp.fs
tests\ExampleProjects\src\Fsharp2.fs = tests\ExampleProjects\src\Fsharp2.fs
tests\ExampleProjects\src\Fsharp2.txt = tests\ExampleProjects\src\Fsharp2.txt
EndProjectSection
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "SynVer", "src\SynVer\SynVer.fsproj", "{1B3E522B-739C-48FA-B2A7-9599CDFC5748}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE814481-EA18-4DF6-BBA7-0D037E600210}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "SynVer.FAKE", "src\SynVer.FAKE\SynVer.FAKE.fsproj", "{54D5F73D-DF58-430E-9A14-034DC2C6CD2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE8B6B01-F243-4DBF-A3B6-9FEB7E151F70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE8B6B01-F243-4DBF-A3B6-9FEB7E151F70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE8B6B01-F243-4DBF-A3B6-9FEB7E151F70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE8B6B01-F243-4DBF-A3B6-9FEB7E151F70}.Release|Any CPU.Build.0 = Release|Any CPU
{26D49AE5-F879-4321-A1AA-E7C35B60C874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26D49AE5-F879-4321-A1AA-E7C35B60C874}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26D49AE5-F879-4321-A1AA-E7C35B60C874}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26D49AE5-F879-4321-A1AA-E7C35B60C874}.Release|Any CPU.Build.0 = Release|Any CPU
{1B3E522B-739C-48FA-B2A7-9599CDFC5748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B3E522B-739C-48FA-B2A7-9599CDFC5748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B3E522B-739C-48FA-B2A7-9599CDFC5748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B3E522B-739C-48FA-B2A7-9599CDFC5748}.Release|Any CPU.Build.0 = Release|Any CPU
{54D5F73D-DF58-430E-9A14-034DC2C6CD2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54D5F73D-DF58-430E-9A14-034DC2C6CD2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54D5F73D-DF58-430E-9A14-034DC2C6CD2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54D5F73D-DF58-430E-9A14-034DC2C6CD2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83F16175-43B1-4C90-A1EE-8E351C33435D} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{8E6D5255-776D-4B61-85F9-73C37AA1FB9A} = {A6A6AF7D-D6E3-442D-9B1E-58CC91879BE1}
{26D49AE5-F879-4321-A1AA-E7C35B60C874} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
{346C49A0-8F00-4D70-8FE0-28EDFEAB06A4} = {ED8079DD-2B06-4030-9F0F-DC548F98E1C4}
{B448E2FC-4840-4585-BD6D-C808337065F4} = {346C49A0-8F00-4D70-8FE0-28EDFEAB06A4}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.TabWidth = 2
$1.IndentWidth = 2
$1.scope = text/x-fsharp
$1.TabsToSpaces = True
$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
$3.__added = 0
$2.scope = text/x-fsharp
EndGlobalSection
EndGlobal