-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSBOLTests.sln
More file actions
31 lines (31 loc) · 1.48 KB
/
FSBOLTests.sln
File metadata and controls
31 lines (31 loc) · 1.48 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSBOLTests", "FSBOLTests\FSBOLTests.fsproj", "{ADCD6321-9780-4C8D-B112-39973629765A}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSBOL", "FSBOL\FSBOL.fsproj", "{D3E2946B-5290-4CA5-810C-DFBC423B731B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ADCD6321-9780-4C8D-B112-39973629765A}.Debug|x64.ActiveCfg = Debug|Any CPU
{ADCD6321-9780-4C8D-B112-39973629765A}.Debug|x64.Build.0 = Debug|Any CPU
{ADCD6321-9780-4C8D-B112-39973629765A}.Release|x64.ActiveCfg = Release|Any CPU
{ADCD6321-9780-4C8D-B112-39973629765A}.Release|x64.Build.0 = Release|Any CPU
{D3E2946B-5290-4CA5-810C-DFBC423B731B}.Debug|x64.ActiveCfg = Debug|Any CPU
{D3E2946B-5290-4CA5-810C-DFBC423B731B}.Debug|x64.Build.0 = Debug|Any CPU
{D3E2946B-5290-4CA5-810C-DFBC423B731B}.Release|x64.ActiveCfg = Release|Any CPU
{D3E2946B-5290-4CA5-810C-DFBC423B731B}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E556AB0C-893C-40AB-94D1-5196AC38F2E0}
EndGlobalSection
EndGlobal