-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathILMath.sln
28 lines (28 loc) · 1.71 KB
/
ILMath.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILMath", "ILMath\ILMath.csproj", "{9FA18D24-8A0B-4657-AB8D-29D14724EEB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILMath.Test", "ILMath.Test\ILMath.Test.csproj", "{02F5934B-391C-4DAB-B5CA-08FA3C9D4EE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ILMath.Benchmark", "ILMath.Benchmark\ILMath.Benchmark.csproj", "{9B41011F-B80D-43C6-A5E4-DED08E66974A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FA18D24-8A0B-4657-AB8D-29D14724EEB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FA18D24-8A0B-4657-AB8D-29D14724EEB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FA18D24-8A0B-4657-AB8D-29D14724EEB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FA18D24-8A0B-4657-AB8D-29D14724EEB8}.Release|Any CPU.Build.0 = Release|Any CPU
{02F5934B-391C-4DAB-B5CA-08FA3C9D4EE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02F5934B-391C-4DAB-B5CA-08FA3C9D4EE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02F5934B-391C-4DAB-B5CA-08FA3C9D4EE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02F5934B-391C-4DAB-B5CA-08FA3C9D4EE2}.Release|Any CPU.Build.0 = Release|Any CPU
{9B41011F-B80D-43C6-A5E4-DED08E66974A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B41011F-B80D-43C6-A5E4-DED08E66974A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B41011F-B80D-43C6-A5E4-DED08E66974A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B41011F-B80D-43C6-A5E4-DED08E66974A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal