-
Notifications
You must be signed in to change notification settings - Fork 1
/
big-prime-number.sln
42 lines (42 loc) · 2.25 KB
/
big-prime-number.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F8E10B0B-CE65-402B-ABB2-F55C9122CF35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F315359-E2A0-4674-B6D3-986C106FF392}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "big-prime-number", "src\big-prime-number\big-prime-number.xproj", "{8D9EF6E4-F335-418C-A283-9C5218EC70C7}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "big-prime-number-tests", "src\tests\big-prime-number-tests\big-prime-number-tests.xproj", "{DC8D6B9D-0CDD-48B9-B8DD-A96615CBD2F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5DE0E9F0-4BBD-4938-8FF6-A4AE780788B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D9EF6E4-F335-418C-A283-9C5218EC70C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D9EF6E4-F335-418C-A283-9C5218EC70C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D9EF6E4-F335-418C-A283-9C5218EC70C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D9EF6E4-F335-418C-A283-9C5218EC70C7}.Release|Any CPU.Build.0 = Release|Any CPU
{DC8D6B9D-0CDD-48B9-B8DD-A96615CBD2F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC8D6B9D-0CDD-48B9-B8DD-A96615CBD2F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC8D6B9D-0CDD-48B9-B8DD-A96615CBD2F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC8D6B9D-0CDD-48B9-B8DD-A96615CBD2F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8D9EF6E4-F335-418C-A283-9C5218EC70C7} = {F8E10B0B-CE65-402B-ABB2-F55C9122CF35}
{DC8D6B9D-0CDD-48B9-B8DD-A96615CBD2F5} = {5DE0E9F0-4BBD-4938-8FF6-A4AE780788B5}
{5DE0E9F0-4BBD-4938-8FF6-A4AE780788B5} = {F8E10B0B-CE65-402B-ABB2-F55C9122CF35}
EndGlobalSection
EndGlobal