-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDivideSharp.sln
43 lines (43 loc) · 2.56 KB
/
DivideSharp.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 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DivideSharp", "DivideSharp\DivideSharp.csproj", "{1A19484D-F867-4AEB-9428-2545130359CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DivisionBenchmark", "DivisionBenchmark\DivisionBenchmark.csproj", "{1CDD1309-CC52-4F1F-AE1F-416A90754C4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DivideSharp.Tests", "DivideSharp.Tests\DivideSharp.Tests.csproj", "{426AEE2B-B5BC-4ABA-9989-360625985E22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAndBenchmarkUtils", "TestAndBenchmarkUtils\TestAndBenchmarkUtils.csproj", "{86D1604C-8053-4EFD-AA65-ECF479F5972B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A19484D-F867-4AEB-9428-2545130359CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A19484D-F867-4AEB-9428-2545130359CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A19484D-F867-4AEB-9428-2545130359CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A19484D-F867-4AEB-9428-2545130359CD}.Release|Any CPU.Build.0 = Release|Any CPU
{1CDD1309-CC52-4F1F-AE1F-416A90754C4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CDD1309-CC52-4F1F-AE1F-416A90754C4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CDD1309-CC52-4F1F-AE1F-416A90754C4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CDD1309-CC52-4F1F-AE1F-416A90754C4F}.Release|Any CPU.Build.0 = Release|Any CPU
{426AEE2B-B5BC-4ABA-9989-360625985E22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{426AEE2B-B5BC-4ABA-9989-360625985E22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{426AEE2B-B5BC-4ABA-9989-360625985E22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{426AEE2B-B5BC-4ABA-9989-360625985E22}.Release|Any CPU.Build.0 = Release|Any CPU
{86D1604C-8053-4EFD-AA65-ECF479F5972B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86D1604C-8053-4EFD-AA65-ECF479F5972B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86D1604C-8053-4EFD-AA65-ECF479F5972B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86D1604C-8053-4EFD-AA65-ECF479F5972B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A81FCBF-6C36-473D-9801-65E8C2D6DAF4}
EndGlobalSection
EndGlobal