-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLandauDistributionFP64.sln
80 lines (80 loc) · 5.39 KB
/
LandauDistributionFP64.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LandauDistributionFP64", "LandauDistributionFP64\LandauDistributionFP64.csproj", "{A4612BDB-6E2E-4F50-A48E-A00E48B58339}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LandauDistributionFP64Tests", "LandauDistributionFP64Tests\LandauDistributionFP64Tests.csproj", "{39A32F42-39DD-4EC8-BC0B-D75117137D06}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "LandauDistributionFP64ErrorVis", "LandauDistributionFP64ErrorVis\LandauDistributionFP64ErrorVis.pyproj", "{BCDCB51A-5870-4170-9E93-E645CEB9F8E4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LandauDistributionFP64_CPP", "LandauDistributionFP64_CPP\LandauDistributionFP64_CPP.vcxproj", "{D57EA03D-A9F2-40EC-8A1A-15214AB23FC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LandauDistributionFP128", "LandauDistributionFP128\LandauDistributionFP128.csproj", "{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LandauDistributionFP128Tests", "LandauDistributionFP128Tests\LandauDistributionFP128Tests.csproj", "{F0C970F5-6B7F-4A02-9BE7-0802EF9D1D2C}"
ProjectSection(ProjectDependencies) = postProject
{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F} = {7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4612BDB-6E2E-4F50-A48E-A00E48B58339}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4612BDB-6E2E-4F50-A48E-A00E48B58339}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4612BDB-6E2E-4F50-A48E-A00E48B58339}.Debug|x64.ActiveCfg = Debug|Any CPU
{A4612BDB-6E2E-4F50-A48E-A00E48B58339}.Debug|x64.Build.0 = Debug|Any CPU
{A4612BDB-6E2E-4F50-A48E-A00E48B58339}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4612BDB-6E2E-4F50-A48E-A00E48B58339}.Release|Any CPU.Build.0 = Release|Any CPU
{A4612BDB-6E2E-4F50-A48E-A00E48B58339}.Release|x64.ActiveCfg = Release|Any CPU
{A4612BDB-6E2E-4F50-A48E-A00E48B58339}.Release|x64.Build.0 = Release|Any CPU
{39A32F42-39DD-4EC8-BC0B-D75117137D06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39A32F42-39DD-4EC8-BC0B-D75117137D06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39A32F42-39DD-4EC8-BC0B-D75117137D06}.Debug|x64.ActiveCfg = Debug|Any CPU
{39A32F42-39DD-4EC8-BC0B-D75117137D06}.Debug|x64.Build.0 = Debug|Any CPU
{39A32F42-39DD-4EC8-BC0B-D75117137D06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39A32F42-39DD-4EC8-BC0B-D75117137D06}.Release|Any CPU.Build.0 = Release|Any CPU
{39A32F42-39DD-4EC8-BC0B-D75117137D06}.Release|x64.ActiveCfg = Release|Any CPU
{39A32F42-39DD-4EC8-BC0B-D75117137D06}.Release|x64.Build.0 = Release|Any CPU
{BCDCB51A-5870-4170-9E93-E645CEB9F8E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCDCB51A-5870-4170-9E93-E645CEB9F8E4}.Debug|x64.ActiveCfg = Debug|Any CPU
{BCDCB51A-5870-4170-9E93-E645CEB9F8E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCDCB51A-5870-4170-9E93-E645CEB9F8E4}.Release|x64.ActiveCfg = Release|Any CPU
{D57EA03D-A9F2-40EC-8A1A-15214AB23FC9}.Debug|Any CPU.ActiveCfg = Debug|x64
{D57EA03D-A9F2-40EC-8A1A-15214AB23FC9}.Debug|Any CPU.Build.0 = Debug|x64
{D57EA03D-A9F2-40EC-8A1A-15214AB23FC9}.Debug|x64.ActiveCfg = Debug|x64
{D57EA03D-A9F2-40EC-8A1A-15214AB23FC9}.Debug|x64.Build.0 = Debug|x64
{D57EA03D-A9F2-40EC-8A1A-15214AB23FC9}.Release|Any CPU.ActiveCfg = Release|x64
{D57EA03D-A9F2-40EC-8A1A-15214AB23FC9}.Release|Any CPU.Build.0 = Release|x64
{D57EA03D-A9F2-40EC-8A1A-15214AB23FC9}.Release|x64.ActiveCfg = Release|x64
{D57EA03D-A9F2-40EC-8A1A-15214AB23FC9}.Release|x64.Build.0 = Release|x64
{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}.Debug|x64.ActiveCfg = Debug|Any CPU
{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}.Debug|x64.Build.0 = Debug|Any CPU
{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}.Release|Any CPU.Build.0 = Release|Any CPU
{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}.Release|x64.ActiveCfg = Release|Any CPU
{7A7EBA58-EBB0-4463-ACE3-6CA89C851C9F}.Release|x64.Build.0 = Release|Any CPU
{F0C970F5-6B7F-4A02-9BE7-0802EF9D1D2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0C970F5-6B7F-4A02-9BE7-0802EF9D1D2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0C970F5-6B7F-4A02-9BE7-0802EF9D1D2C}.Debug|x64.ActiveCfg = Debug|Any CPU
{F0C970F5-6B7F-4A02-9BE7-0802EF9D1D2C}.Debug|x64.Build.0 = Debug|Any CPU
{F0C970F5-6B7F-4A02-9BE7-0802EF9D1D2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0C970F5-6B7F-4A02-9BE7-0802EF9D1D2C}.Release|Any CPU.Build.0 = Release|Any CPU
{F0C970F5-6B7F-4A02-9BE7-0802EF9D1D2C}.Release|x64.ActiveCfg = Release|Any CPU
{F0C970F5-6B7F-4A02-9BE7-0802EF9D1D2C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1BFF98E-DF42-4912-96AF-B09687B95262}
EndGlobalSection
EndGlobal