-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNumberTheory.sln
More file actions
42 lines (42 loc) · 2.34 KB
/
NumberTheory.sln
File metadata and controls
42 lines (42 loc) · 2.34 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumberTheory", "NumberTheory\NumberTheory.csproj", "{83C3C980-C917-471D-995E-D91E327C7004}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumberTheoryTests", "NumberTheoryTests\NumberTheoryTests.csproj", "{D0021046-DD30-419C-9786-010F5684E775}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumberTheoryBenchmarks", "NumberTheoryBenchmarks\NumberTheoryBenchmarks.csproj", "{A569FDCA-8FCD-6ABF-4C1F-399ACAF87FEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83C3C980-C917-471D-995E-D91E327C7004}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83C3C980-C917-471D-995E-D91E327C7004}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83C3C980-C917-471D-995E-D91E327C7004}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83C3C980-C917-471D-995E-D91E327C7004}.Release|Any CPU.Build.0 = Release|Any CPU
{D0021046-DD30-419C-9786-010F5684E775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0021046-DD30-419C-9786-010F5684E775}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0021046-DD30-419C-9786-010F5684E775}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0021046-DD30-419C-9786-010F5684E775}.Release|Any CPU.Build.0 = Release|Any CPU
{A569FDCA-8FCD-6ABF-4C1F-399ACAF87FEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A569FDCA-8FCD-6ABF-4C1F-399ACAF87FEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A569FDCA-8FCD-6ABF-4C1F-399ACAF87FEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A569FDCA-8FCD-6ABF-4C1F-399ACAF87FEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BE3F9EA-CA82-4726-95CE-9609329ECD20}
EndGlobalSection
EndGlobal