-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFsDeciderSolution.sln
34 lines (34 loc) · 1.87 KB
/
FsDeciderSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsDecider", "FsDecider\FsDecider.fsproj", "{D053EDDF-EF2C-4C7C-8E07-E97A2369E19D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "UnitTests", "UnitTests\UnitTests.fsproj", "{0A139C2D-FD75-4784-A0A6-19193D409934}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Examples", "Examples\Examples.fsproj", "{1A30C407-1CFB-48AE-B751-7BBB1CF0A417}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D053EDDF-EF2C-4C7C-8E07-E97A2369E19D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D053EDDF-EF2C-4C7C-8E07-E97A2369E19D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D053EDDF-EF2C-4C7C-8E07-E97A2369E19D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D053EDDF-EF2C-4C7C-8E07-E97A2369E19D}.Release|Any CPU.Build.0 = Release|Any CPU
{0A139C2D-FD75-4784-A0A6-19193D409934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A139C2D-FD75-4784-A0A6-19193D409934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A139C2D-FD75-4784-A0A6-19193D409934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A139C2D-FD75-4784-A0A6-19193D409934}.Release|Any CPU.Build.0 = Release|Any CPU
{1A30C407-1CFB-48AE-B751-7BBB1CF0A417}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A30C407-1CFB-48AE-B751-7BBB1CF0A417}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A30C407-1CFB-48AE-B751-7BBB1CF0A417}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A30C407-1CFB-48AE-B751-7BBB1CF0A417}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal