-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSlimMathVS2010.sln
34 lines (34 loc) · 1.77 KB
/
SlimMathVS2010.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlimMathVS2010", "SlimMath\SlimMathVS2010.csproj", "{820FE441-822F-4519-994B-04F1DE27FF15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlimMathManagedTests", "SlimMathManagedTests\SlimMathManagedTests.csproj", "{6D043394-29CB-4612-861B-31B1060B801F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC26B28A-882F-40CC-8CE9-D43A07E78E21}"
ProjectSection(SolutionItems) = preProject
SlimMathVS2010.vsmdi = SlimMathVS2010.vsmdi
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = SlimMathVS2010.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{820FE441-822F-4519-994B-04F1DE27FF15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{820FE441-822F-4519-994B-04F1DE27FF15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{820FE441-822F-4519-994B-04F1DE27FF15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{820FE441-822F-4519-994B-04F1DE27FF15}.Release|Any CPU.Build.0 = Release|Any CPU
{6D043394-29CB-4612-861B-31B1060B801F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D043394-29CB-4612-861B-31B1060B801F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D043394-29CB-4612-861B-31B1060B801F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D043394-29CB-4612-861B-31B1060B801F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal