-
Notifications
You must be signed in to change notification settings - Fork 0
/
ComputePi_CSharp.sln
59 lines (59 loc) · 3.38 KB
/
ComputePi_CSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputePi_CSharp", "ComputePi_CSharp.csproj", "{F90460EA-1332-4EF3-991D-3C6AFDE06B73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegerPi", "IntegerPi\IntegerPi.csproj", "{14E0D338-800E-416C-BD34-9D3190F3BE76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirichletSeries", "DirichletSeries\DirichletSeries.csproj", "{D3DEF494-0D31-4986-A5E0-261BB3508263}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParallelForLoop", "ParallelForLoop\ParallelForLoop.csproj", "{F0E2E4FB-323E-4036-8AB5-95D0EC4F0B5C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B7E2EF9-A06F-4D3A-BF18-4CE4E173DC00}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mpir.NET_ComputePi", "..\Mpir.NET_ComputePi\Mpir.NET_ComputePi.csproj", "{8BDDC3DE-62C1-4014-B9D7-F8326DD0D522}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F90460EA-1332-4EF3-991D-3C6AFDE06B73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F90460EA-1332-4EF3-991D-3C6AFDE06B73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F90460EA-1332-4EF3-991D-3C6AFDE06B73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F90460EA-1332-4EF3-991D-3C6AFDE06B73}.Release|Any CPU.Build.0 = Release|Any CPU
{14E0D338-800E-416C-BD34-9D3190F3BE76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14E0D338-800E-416C-BD34-9D3190F3BE76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14E0D338-800E-416C-BD34-9D3190F3BE76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14E0D338-800E-416C-BD34-9D3190F3BE76}.Release|Any CPU.Build.0 = Release|Any CPU
{D3DEF494-0D31-4986-A5E0-261BB3508263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3DEF494-0D31-4986-A5E0-261BB3508263}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3DEF494-0D31-4986-A5E0-261BB3508263}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3DEF494-0D31-4986-A5E0-261BB3508263}.Release|Any CPU.Build.0 = Release|Any CPU
{F0E2E4FB-323E-4036-8AB5-95D0EC4F0B5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0E2E4FB-323E-4036-8AB5-95D0EC4F0B5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0E2E4FB-323E-4036-8AB5-95D0EC4F0B5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0E2E4FB-323E-4036-8AB5-95D0EC4F0B5C}.Release|Any CPU.Build.0 = Release|Any CPU
{8BDDC3DE-62C1-4014-B9D7-F8326DD0D522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BDDC3DE-62C1-4014-B9D7-F8326DD0D522}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BDDC3DE-62C1-4014-B9D7-F8326DD0D522}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BDDC3DE-62C1-4014-B9D7-F8326DD0D522}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D302943D-30B7-4299-964A-3388629BBA1E}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal