-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRectLib.sln
34 lines (34 loc) · 1.94 KB
/
RectLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25029.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "RectLib", "RectLib\RectLib.fsproj", "{4B5C681A-0241-4DD6-B31B-750B41B7AAAC}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "RectLib.PropertyTests", "RectLib.PropertyTests\RectLib.PropertyTests.fsproj", "{1ACF1D26-3DC7-4E19-8355-B02D64018982}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RectLib.CSharpExamples", "RectLib.CSharpExamples\RectLib.CSharpExamples.csproj", "{5A8D403C-4CDA-420B-B18B-4645A27F9F67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B5C681A-0241-4DD6-B31B-750B41B7AAAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B5C681A-0241-4DD6-B31B-750B41B7AAAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B5C681A-0241-4DD6-B31B-750B41B7AAAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B5C681A-0241-4DD6-B31B-750B41B7AAAC}.Release|Any CPU.Build.0 = Release|Any CPU
{1ACF1D26-3DC7-4E19-8355-B02D64018982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ACF1D26-3DC7-4E19-8355-B02D64018982}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ACF1D26-3DC7-4E19-8355-B02D64018982}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ACF1D26-3DC7-4E19-8355-B02D64018982}.Release|Any CPU.Build.0 = Release|Any CPU
{5A8D403C-4CDA-420B-B18B-4645A27F9F67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A8D403C-4CDA-420B-B18B-4645A27F9F67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A8D403C-4CDA-420B-B18B-4645A27F9F67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A8D403C-4CDA-420B-B18B-4645A27F9F67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal