2016-04-25 15:20:19 +03:00
|
|
|
|
|
|
|
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
|
|
|
# Visual Studio 14
|
|
|
|
|
VisualStudioVersion = 14.0.24720.0
|
|
|
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
|
|
|
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Angara.Flow", "src\Angara.Flow\Angara.Flow.fsproj", "{EA4027DE-6620-4655-A2C6-377E7793685B}"
|
|
|
|
|
EndProject
|
|
|
|
|
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Angara.Flow.Tests", "tests\Angara.Flow.Tests\Angara.Flow.Tests.fsproj", "{C144AEF1-C0F1-42CC-9FA1-7B4CD54623CC}"
|
|
|
|
|
EndProject
|
|
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{FF13012E-F27D-4B95-8FFD-105E95E0F615}"
|
|
|
|
|
ProjectSection(SolutionItems) = preProject
|
|
|
|
|
paket.dependencies = paket.dependencies
|
|
|
|
|
paket.lock = paket.lock
|
|
|
|
|
EndProjectSection
|
|
|
|
|
EndProject
|
|
|
|
|
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
|
2016-04-27 12:21:38 +03:00
|
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{AC7F7811-EC75-4706-9AD2-740C6BFD69EA}"
|
|
|
|
|
ProjectSection(SolutionItems) = preProject
|
|
|
|
|
docs\content\Execution.md = docs\content\Execution.md
|
2016-05-06 19:12:07 +03:00
|
|
|
|
Flow.fsx = Flow.fsx
|
|
|
|
|
UseCases - Wheat.fsx = UseCases - Wheat.fsx
|
2016-04-27 12:21:38 +03:00
|
|
|
|
EndProjectSection
|
|
|
|
|
EndProject
|
2016-04-25 15:20:19 +03:00
|
|
|
|
Global
|
|
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
|
|
Debug|Any CPU = Debug|Any CPU
|
|
|
|
|
Release|Any CPU = Release|Any CPU
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
|
|
|
{EA4027DE-6620-4655-A2C6-377E7793685B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
|
{EA4027DE-6620-4655-A2C6-377E7793685B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
|
{EA4027DE-6620-4655-A2C6-377E7793685B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
|
{EA4027DE-6620-4655-A2C6-377E7793685B}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
|
|
{C144AEF1-C0F1-42CC-9FA1-7B4CD54623CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
|
{C144AEF1-C0F1-42CC-9FA1-7B4CD54623CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
|
{C144AEF1-C0F1-42CC-9FA1-7B4CD54623CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
|
{C144AEF1-C0F1-42CC-9FA1-7B4CD54623CC}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
|
|
|
HideSolutionNode = FALSE
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(NestedProjects) = preSolution
|
|
|
|
|
{C144AEF1-C0F1-42CC-9FA1-7B4CD54623CC} = {77799A03-4722-461A-AF78-6C311D239F31}
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
EndGlobal
|