-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBioSharp.sln
More file actions
26 lines (26 loc) · 1.38 KB
/
BioSharp.sln
File metadata and controls
26 lines (26 loc) · 1.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{4925A630-B079-445d-BCD4-3A9C94FE9307}") = "BioSharp", "BioSharp\BioSharp.fsproj", "{AA107B57-EA43-42D0-A09A-5CE20AB93513}"
EndProject
Project("{4925A630-B079-445d-BCD4-3A9C94FE9307}") = "BioSharpTests", "BioSharpTests\BioSharpTests.fsproj", "{FB5EBCF0-8D6D-43CF-B27C-66B498C8F9F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA107B57-EA43-42D0-A09A-5CE20AB93513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA107B57-EA43-42D0-A09A-5CE20AB93513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA107B57-EA43-42D0-A09A-5CE20AB93513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA107B57-EA43-42D0-A09A-5CE20AB93513}.Release|Any CPU.Build.0 = Release|Any CPU
{FB5EBCF0-8D6D-43CF-B27C-66B498C8F9F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB5EBCF0-8D6D-43CF-B27C-66B498C8F9F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB5EBCF0-8D6D-43CF-B27C-66B498C8F9F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB5EBCF0-8D6D-43CF-B27C-66B498C8F9F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = BioSharpTests\BioSharpTests.fsproj
EndGlobalSection
EndGlobal