-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEulerProblems.sln
60 lines (60 loc) · 3.51 KB
/
EulerProblems.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solutions", "Solutions\Solutions.csproj", "{A4359C11-4E65-4D0B-AAED-D26677EEFB40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLI", "CLI\CLI.csproj", "{29D3DC5D-DAB5-4B56-9748-67534D288D37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solutions.Tests", "Solutions.Tests\Solutions.Tests.csproj", "{AF3D7E6A-500A-437A-9806-454D583B7FAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tools", "Tools\Tools.csproj", "{8B206835-778E-4D85-9727-56F82DF8ED75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8CD9750C-B96F-4DEB-9565-0F77C1EF1E83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tools.Tests", "Tools.Tests\Tools.Tests.csproj", "{0F9F74ED-5C44-4102-99BF-B58CF2883369}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8510CDC4-C0CB-4E60-87FB-CD7BD72B786B}"
ProjectSection(SolutionItems) = preProject
EulerProblems.ruleset = EulerProblems.ruleset
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4359C11-4E65-4D0B-AAED-D26677EEFB40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4359C11-4E65-4D0B-AAED-D26677EEFB40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4359C11-4E65-4D0B-AAED-D26677EEFB40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4359C11-4E65-4D0B-AAED-D26677EEFB40}.Release|Any CPU.Build.0 = Release|Any CPU
{29D3DC5D-DAB5-4B56-9748-67534D288D37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29D3DC5D-DAB5-4B56-9748-67534D288D37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29D3DC5D-DAB5-4B56-9748-67534D288D37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29D3DC5D-DAB5-4B56-9748-67534D288D37}.Release|Any CPU.Build.0 = Release|Any CPU
{AF3D7E6A-500A-437A-9806-454D583B7FAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF3D7E6A-500A-437A-9806-454D583B7FAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF3D7E6A-500A-437A-9806-454D583B7FAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF3D7E6A-500A-437A-9806-454D583B7FAB}.Release|Any CPU.Build.0 = Release|Any CPU
{8B206835-778E-4D85-9727-56F82DF8ED75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B206835-778E-4D85-9727-56F82DF8ED75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B206835-778E-4D85-9727-56F82DF8ED75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B206835-778E-4D85-9727-56F82DF8ED75}.Release|Any CPU.Build.0 = Release|Any CPU
{0F9F74ED-5C44-4102-99BF-B58CF2883369}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F9F74ED-5C44-4102-99BF-B58CF2883369}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F9F74ED-5C44-4102-99BF-B58CF2883369}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F9F74ED-5C44-4102-99BF-B58CF2883369}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AF3D7E6A-500A-437A-9806-454D583B7FAB} = {8CD9750C-B96F-4DEB-9565-0F77C1EF1E83}
{0F9F74ED-5C44-4102-99BF-B58CF2883369} = {8CD9750C-B96F-4DEB-9565-0F77C1EF1E83}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19D7B316-BC94-463F-8AE5-129DB4525E72}
EndGlobalSection
EndGlobal