-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconf.sln
More file actions
37 lines (37 loc) · 1.8 KB
/
conf.sln
File metadata and controls
37 lines (37 loc) · 1.8 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "app", "src\app.fsproj", "{89F703D8-E75F-4989-89A5-54E4F0CF5E18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{82D5580A-C208-4BE6-8A6C-6ECA14F13A53}"
ProjectSection(SolutionItems) = preProject
src\conflicts.fsx = src\conflicts.fsx
src\experiments.fsx = src\experiments.fsx
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "tests", "tests\tests.fsproj", "{9A09AB51-171D-4910-ADF3-9DE77CBAD9B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89F703D8-E75F-4989-89A5-54E4F0CF5E18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F703D8-E75F-4989-89A5-54E4F0CF5E18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F703D8-E75F-4989-89A5-54E4F0CF5E18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F703D8-E75F-4989-89A5-54E4F0CF5E18}.Release|Any CPU.Build.0 = Release|Any CPU
{9A09AB51-171D-4910-ADF3-9DE77CBAD9B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A09AB51-171D-4910-ADF3-9DE77CBAD9B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A09AB51-171D-4910-ADF3-9DE77CBAD9B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A09AB51-171D-4910-ADF3-9DE77CBAD9B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D960C36-F4AF-4D76-BEA8-E708E0075E75}
EndGlobalSection
EndGlobal