-
Notifications
You must be signed in to change notification settings - Fork 0
/
Flinter.sln
56 lines (56 loc) · 2.68 KB
/
Flinter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Flinter", "src\Flinter\Flinter.fsproj", "{E2C81B68-3B5E-4460-817F-12676D7EBEDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F92C55DD-2AC4-4242-91D2-5B69F18FE566}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
Directory.Build.props = Directory.Build.props
RELEASE_NOTES.md = RELEASE_NOTES.md
.gitattributes = .gitattributes
.gitignore = .gitignore
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Flinter.Tests", "src\Flinter.Tests\Flinter.Tests.fsproj", "{6E2C370E-5F93-4B2C-8814-16B19825B84B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{16C1E666-5A58-458D-B8DF-095F19CD1122}"
ProjectSection(SolutionItems) = preProject
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{6D6F1D5F-FD19-4507-960D-8A1EE6E67403}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2C81B68-3B5E-4460-817F-12676D7EBEDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2C81B68-3B5E-4460-817F-12676D7EBEDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2C81B68-3B5E-4460-817F-12676D7EBEDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2C81B68-3B5E-4460-817F-12676D7EBEDC}.Release|Any CPU.Build.0 = Release|Any CPU
{6E2C370E-5F93-4B2C-8814-16B19825B84B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E2C370E-5F93-4B2C-8814-16B19825B84B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E2C370E-5F93-4B2C-8814-16B19825B84B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E2C370E-5F93-4B2C-8814-16B19825B84B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {155C34DA-A581-4BDE-B1A0-55F65C49A8F2}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{16C1E666-5A58-458D-B8DF-095F19CD1122} = {F92C55DD-2AC4-4242-91D2-5B69F18FE566}
{6D6F1D5F-FD19-4507-960D-8A1EE6E67403} = {16C1E666-5A58-458D-B8DF-095F19CD1122}
EndGlobalSection
EndGlobal