-
Notifications
You must be signed in to change notification settings - Fork 0
/
FurtherMath.sln
43 lines (43 loc) · 2.61 KB
/
FurtherMath.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
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FurtherMath", "FurtherMath\FurtherMath.csproj", "{2E73F547-A95B-486D-8CC0-D92045858B26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FurtherMath.Tests", "FurtherMath.Tests\FurtherMath.Tests.csproj", "{2593BAB8-902F-4787-AA53-B3DED2C15CAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FurtherMath.Calculations", "FurtherMath.Calculations\FurtherMath.Calculations.csproj", "{38AE7D7C-96B6-493B-9A69-F10E143F7064}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FurtherMath.Calculations.Tests", "FurtherMath.Calculations.Tests\FurtherMath.Calculations.Tests.csproj", "{E6B52E95-536E-478C-B25F-6B7BB7CDA614}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E73F547-A95B-486D-8CC0-D92045858B26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E73F547-A95B-486D-8CC0-D92045858B26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E73F547-A95B-486D-8CC0-D92045858B26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E73F547-A95B-486D-8CC0-D92045858B26}.Release|Any CPU.Build.0 = Release|Any CPU
{2593BAB8-902F-4787-AA53-B3DED2C15CAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2593BAB8-902F-4787-AA53-B3DED2C15CAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2593BAB8-902F-4787-AA53-B3DED2C15CAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2593BAB8-902F-4787-AA53-B3DED2C15CAA}.Release|Any CPU.Build.0 = Release|Any CPU
{38AE7D7C-96B6-493B-9A69-F10E143F7064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38AE7D7C-96B6-493B-9A69-F10E143F7064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38AE7D7C-96B6-493B-9A69-F10E143F7064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38AE7D7C-96B6-493B-9A69-F10E143F7064}.Release|Any CPU.Build.0 = Release|Any CPU
{E6B52E95-536E-478C-B25F-6B7BB7CDA614}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6B52E95-536E-478C-B25F-6B7BB7CDA614}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6B52E95-536E-478C-B25F-6B7BB7CDA614}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6B52E95-536E-478C-B25F-6B7BB7CDA614}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65326D56-C4D5-4812-82F1-95E07A913C8A}
EndGlobalSection
EndGlobal