forked from microsoft/Angara.Flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAngara.Flow.sln
49 lines (49 loc) · 2.38 KB
/
Angara.Flow.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{937D778E-CE45-42A8-87D9-D5FF3B4F6441}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{77799A03-4722-461A-AF78-6C311D239F31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{AC7F7811-EC75-4706-9AD2-740C6BFD69EA}"
ProjectSection(SolutionItems) = preProject
docs\content\Execution.md = docs\content\Execution.md
Flow.fsx = Flow.fsx
UseCases - Wheat.fsx = UseCases - Wheat.fsx
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Angara.Flow", "src\Angara.Flow\Angara.Flow.fsproj", "{6944AA1D-C91B-484A-875D-1CE7CC8F2972}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Angara.Flow.Tests", "tests\Angara.Flow.Tests\Angara.Flow.Tests.fsproj", "{4A820FDC-16EE-4126-B823-603185EA435C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6944AA1D-C91B-484A-875D-1CE7CC8F2972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6944AA1D-C91B-484A-875D-1CE7CC8F2972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6944AA1D-C91B-484A-875D-1CE7CC8F2972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6944AA1D-C91B-484A-875D-1CE7CC8F2972}.Release|Any CPU.Build.0 = Release|Any CPU
{4A820FDC-16EE-4126-B823-603185EA435C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A820FDC-16EE-4126-B823-603185EA435C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A820FDC-16EE-4126-B823-603185EA435C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A820FDC-16EE-4126-B823-603185EA435C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4A820FDC-16EE-4126-B823-603185EA435C} = {77799A03-4722-461A-AF78-6C311D239F31}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C701C874-49C9-4B7F-B33C-BB4A1602B90F}
EndGlobalSection
EndGlobal