-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPreciseNumber.sln
More file actions
37 lines (37 loc) · 2.09 KB
/
Copy pathPreciseNumber.sln
File metadata and controls
37 lines (37 loc) · 2.09 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PreciseNumber", "PreciseNumber\PreciseNumber.csproj", "{95203244-849B-4127-A7EE-E2BA2B2FB892}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PreciseNumber.Test", "PreciseNumber.Test\PreciseNumber.Test.csproj", "{FEABC5CD-7CE6-42AA-8CB4-1C8108F24C1E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PreciseNumber.Benchmarks", "PreciseNumber.Benchmarks\PreciseNumber.Benchmarks.csproj", "{7D3E1B4A-2C96-4F58-9B0D-5A8E4C1F60B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95203244-849B-4127-A7EE-E2BA2B2FB892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95203244-849B-4127-A7EE-E2BA2B2FB892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95203244-849B-4127-A7EE-E2BA2B2FB892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95203244-849B-4127-A7EE-E2BA2B2FB892}.Release|Any CPU.Build.0 = Release|Any CPU
{FEABC5CD-7CE6-42AA-8CB4-1C8108F24C1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEABC5CD-7CE6-42AA-8CB4-1C8108F24C1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEABC5CD-7CE6-42AA-8CB4-1C8108F24C1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEABC5CD-7CE6-42AA-8CB4-1C8108F24C1E}.Release|Any CPU.Build.0 = Release|Any CPU
{7D3E1B4A-2C96-4F58-9B0D-5A8E4C1F60B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D3E1B4A-2C96-4F58-9B0D-5A8E4C1F60B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D3E1B4A-2C96-4F58-9B0D-5A8E4C1F60B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D3E1B4A-2C96-4F58-9B0D-5A8E4C1F60B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4593ADE8-DF0A-43D9-A3EB-A800420D3FBA}
EndGlobalSection
EndGlobal