-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathBigDecimal.sln
45 lines (45 loc) · 2.28 KB
/
BigDecimal.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BigDecimal", "BigDecimal\BigDecimal.csproj", "{605269CA-1534-4362-81A2-725C4EB97BCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestBigDecimal", "TestBigDecimal\TestBigDecimal.csproj", "{45B2A2DE-FD1D-4AC2-920A-2FCC4574950F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14B967DD-43D9-4797-A0B2-CD989241D463}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5DE2EF52-F343-4E24-A7E4-908BFA3F195A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projects", "Projects", "{9130442C-AC9C-47A9-A5D1-33EE6077A418}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{605269CA-1534-4362-81A2-725C4EB97BCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{605269CA-1534-4362-81A2-725C4EB97BCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{605269CA-1534-4362-81A2-725C4EB97BCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{605269CA-1534-4362-81A2-725C4EB97BCC}.Release|Any CPU.Build.0 = Release|Any CPU
{45B2A2DE-FD1D-4AC2-920A-2FCC4574950F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45B2A2DE-FD1D-4AC2-920A-2FCC4574950F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45B2A2DE-FD1D-4AC2-920A-2FCC4574950F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45B2A2DE-FD1D-4AC2-920A-2FCC4574950F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{605269CA-1534-4362-81A2-725C4EB97BCC} = {9130442C-AC9C-47A9-A5D1-33EE6077A418}
{45B2A2DE-FD1D-4AC2-920A-2FCC4574950F} = {5DE2EF52-F343-4E24-A7E4-908BFA3F195A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B78CF0AE-D183-4320-A001-92D6C5FA3E29}
EndGlobalSection
EndGlobal