-
Notifications
You must be signed in to change notification settings - Fork 20
/
Iridium.sln
32 lines (32 loc) · 1.92 KB
/
Iridium.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iridium", "src\app\MathNet.Iridium\Library\Iridium.csproj", "{26FC15DE-EFDA-403A-8284-1E2A4AE8A9D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iridium.Test", "src\test\MathNet.Iridium.Test\Iridium.Test.csproj", "{5339BD38-ECD9-4EF5-9E7F-1974F4D0D181}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iridium.PerformanceAnalysis", "src\test\MathNet.Iridium.Test\PerformanceAnalysis\Iridium.PerformanceAnalysis.csproj", "{5CF8B76E-9F17-4921-9CA5-4D2F2BE32AA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26FC15DE-EFDA-403A-8284-1E2A4AE8A9D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26FC15DE-EFDA-403A-8284-1E2A4AE8A9D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26FC15DE-EFDA-403A-8284-1E2A4AE8A9D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26FC15DE-EFDA-403A-8284-1E2A4AE8A9D8}.Release|Any CPU.Build.0 = Release|Any CPU
{5339BD38-ECD9-4EF5-9E7F-1974F4D0D181}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5339BD38-ECD9-4EF5-9E7F-1974F4D0D181}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5339BD38-ECD9-4EF5-9E7F-1974F4D0D181}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5339BD38-ECD9-4EF5-9E7F-1974F4D0D181}.Release|Any CPU.Build.0 = Release|Any CPU
{5CF8B76E-9F17-4921-9CA5-4D2F2BE32AA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CF8B76E-9F17-4921-9CA5-4D2F2BE32AA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CF8B76E-9F17-4921-9CA5-4D2F2BE32AA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CF8B76E-9F17-4921-9CA5-4D2F2BE32AA4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal