-
Notifications
You must be signed in to change notification settings - Fork 0
/
Euler.sln
37 lines (37 loc) · 2.03 KB
/
Euler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Euler", "Euler\Euler.csproj", "{2B7A804B-EA28-4E63-A48F-D28261276DBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Euler.Common", "Euler.Common\Euler.Common.csproj", "{AEFDB58B-4A89-476E-8F7A-F5CA3BFDCE27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Euler.Common.Tests", "Euler.Common.Tests\Euler.Common.Tests.csproj", "{2C057ECE-6F88-40F7-AA28-9AFA5E2453EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B7A804B-EA28-4E63-A48F-D28261276DBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B7A804B-EA28-4E63-A48F-D28261276DBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B7A804B-EA28-4E63-A48F-D28261276DBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B7A804B-EA28-4E63-A48F-D28261276DBA}.Release|Any CPU.Build.0 = Release|Any CPU
{AEFDB58B-4A89-476E-8F7A-F5CA3BFDCE27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEFDB58B-4A89-476E-8F7A-F5CA3BFDCE27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEFDB58B-4A89-476E-8F7A-F5CA3BFDCE27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEFDB58B-4A89-476E-8F7A-F5CA3BFDCE27}.Release|Any CPU.Build.0 = Release|Any CPU
{2C057ECE-6F88-40F7-AA28-9AFA5E2453EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C057ECE-6F88-40F7-AA28-9AFA5E2453EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C057ECE-6F88-40F7-AA28-9AFA5E2453EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C057ECE-6F88-40F7-AA28-9AFA5E2453EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52E67719-7F79-4861-9F7E-8E4C0309339D}
EndGlobalSection
EndGlobal