-
Notifications
You must be signed in to change notification settings - Fork 8
/
wide_decimal_vs2022.sln
25 lines (25 loc) · 1.2 KB
/
wide_decimal_vs2022.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wide_decimal_vs2022", "wide_decimal_vs2022.vcxproj", "{E8006465-B814-49F0-B17C-5CC35591686D}"
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