-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathwide_decimal.sln
34 lines (34 loc) · 1.56 KB
/
wide_decimal.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wide_decimal", "wide_decimal.vcxproj", "{E8006465-B814-49F0-B17C-5CC35591686D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{67024DAA-EB45-4603-8B77-A834C6A9CDF2}"
ProjectSection(SolutionItems) = preProject
.clang-tidy = .clang-tidy
CMakeLists.txt = CMakeLists.txt
codecov.yml = codecov.yml
LICENSE_1_0.txt = LICENSE_1_0.txt
sonar-project.properties = sonar-project.properties
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
wide-decimal-debug|x64 = wide-decimal-debug|x64
wide-decimal-release|x64 = wide-decimal-release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8006465-B814-49F0-B17C-5CC35591686D}.wide-decimal-debug|x64.ActiveCfg = wide-decimal-debug|x64
{E8006465-B814-49F0-B17C-5CC35591686D}.wide-decimal-debug|x64.Build.0 = wide-decimal-debug|x64
{E8006465-B814-49F0-B17C-5CC35591686D}.wide-decimal-release|x64.ActiveCfg = wide-decimal-release|x64
{E8006465-B814-49F0-B17C-5CC35591686D}.wide-decimal-release|x64.Build.0 = wide-decimal-release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86125F66-3207-4137-970A-AEF86CF9E05E}
EndGlobalSection
EndGlobal