-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAlgEff.sln
38 lines (38 loc) · 1.81 KB
/
AlgEff.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AlgEff", "AlgEff\AlgEff.fsproj", "{2C8DB95E-6AC7-4744-91FC-623D9F9C6710}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AlgEff.Test", "AlgEff.Test\AlgEff.Test.fsproj", "{239C9B12-F70F-4377-8FDF-C7CC9AAFA130}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE965F9B-6256-4639-B84B-177D02CF60B5}"
ProjectSection(SolutionItems) = preProject
Icon.png = Icon.png
License = License
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C8DB95E-6AC7-4744-91FC-623D9F9C6710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C8DB95E-6AC7-4744-91FC-623D9F9C6710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C8DB95E-6AC7-4744-91FC-623D9F9C6710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C8DB95E-6AC7-4744-91FC-623D9F9C6710}.Release|Any CPU.Build.0 = Release|Any CPU
{239C9B12-F70F-4377-8FDF-C7CC9AAFA130}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{239C9B12-F70F-4377-8FDF-C7CC9AAFA130}.Debug|Any CPU.Build.0 = Debug|Any CPU
{239C9B12-F70F-4377-8FDF-C7CC9AAFA130}.Release|Any CPU.ActiveCfg = Release|Any CPU
{239C9B12-F70F-4377-8FDF-C7CC9AAFA130}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E181BEE7-668D-4F1A-8885-525CDA318A73}
EndGlobalSection
EndGlobal