Skip to content

Commit a48c4e5

Browse files
committed
Added support for arm64 builds
1 parent e496c54 commit a48c4e5

2 files changed

Lines changed: 63 additions & 137 deletions

File tree

OpenStackService.sln

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,55 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30501.0
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30517.126
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenStackService", "OpenStackService.vcxproj", "{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|ARM64 = Debug|ARM64
1011
Debug|Win32 = Debug|Win32
1112
Debug|x64 = Debug|x64
13+
Release|ARM64 = Release|ARM64
1214
Release|Win32 = Release|Win32
1315
Release|x64 = Release|x64
16+
SDK10Debug|ARM64 = SDK10Debug|ARM64
1417
SDK10Debug|Win32 = SDK10Debug|Win32
1518
SDK10Debug|x64 = SDK10Debug|x64
19+
SDK10Release|ARM64 = SDK10Release|ARM64
1620
SDK10Release|Win32 = SDK10Release|Win32
1721
SDK10Release|x64 = SDK10Release|x64
22+
SDK10ReleaseDynamicLinking|ARM64 = SDK10ReleaseDynamicLinking|ARM64
1823
SDK10ReleaseDynamicLinking|Win32 = SDK10ReleaseDynamicLinking|Win32
1924
SDK10ReleaseDynamicLinking|x64 = SDK10ReleaseDynamicLinking|x64
2025
EndGlobalSection
2126
GlobalSection(ProjectConfigurationPlatforms) = postSolution
22-
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Debug|Win32.ActiveCfg = Debug|Win32
23-
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Debug|Win32.Build.0 = Debug|Win32
27+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Debug|ARM64.ActiveCfg = SDK10Debug|ARM64
28+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Debug|ARM64.Build.0 = SDK10Debug|ARM64
29+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Debug|Win32.ActiveCfg = SDK10Debug|Win32
30+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Debug|Win32.Build.0 = SDK10Debug|Win32
2431
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Debug|x64.ActiveCfg = Debug|x64
2532
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Debug|x64.Build.0 = Debug|x64
33+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Release|ARM64.ActiveCfg = Release|ARM64
34+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Release|ARM64.Build.0 = Release|ARM64
2635
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Release|Win32.ActiveCfg = Release|Win32
2736
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Release|Win32.Build.0 = Release|Win32
2837
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Release|x64.ActiveCfg = Release|x64
2938
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.Release|x64.Build.0 = Release|x64
39+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Debug|ARM64.ActiveCfg = SDK10Debug|ARM64
40+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Debug|ARM64.Build.0 = SDK10Debug|ARM64
3041
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Debug|Win32.ActiveCfg = SDK10Debug|Win32
3142
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Debug|Win32.Build.0 = SDK10Debug|Win32
3243
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Debug|x64.ActiveCfg = SDK10Debug|x64
3344
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Debug|x64.Build.0 = SDK10Debug|x64
45+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Release|ARM64.ActiveCfg = SDK10Release|ARM64
46+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Release|ARM64.Build.0 = SDK10Release|ARM64
3447
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Release|Win32.ActiveCfg = SDK10Release|Win32
3548
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Release|Win32.Build.0 = SDK10Release|Win32
3649
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Release|x64.ActiveCfg = SDK10Release|x64
3750
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10Release|x64.Build.0 = SDK10Release|x64
51+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10ReleaseDynamicLinking|ARM64.ActiveCfg = SDK10ReleaseDynamicLinking|ARM64
52+
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10ReleaseDynamicLinking|ARM64.Build.0 = SDK10ReleaseDynamicLinking|ARM64
3853
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10ReleaseDynamicLinking|Win32.ActiveCfg = SDK10ReleaseDynamicLinking|Win32
3954
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10ReleaseDynamicLinking|Win32.Build.0 = SDK10ReleaseDynamicLinking|Win32
4055
{DE70E2D1-6A4D-4984-BD82-CE750889F0D3}.SDK10ReleaseDynamicLinking|x64.ActiveCfg = SDK10ReleaseDynamicLinking|x64

OpenStackService.vcxproj

Lines changed: 44 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
4-
<ProjectConfiguration Include="Debug|Win32">
5-
<Configuration>Debug</Configuration>
6-
<Platform>Win32</Platform>
7-
</ProjectConfiguration>
8-
<ProjectConfiguration Include="Debug|x64">
9-
<Configuration>Debug</Configuration>
10-
<Platform>x64</Platform>
11-
</ProjectConfiguration>
12-
<ProjectConfiguration Include="Release|Win32">
13-
<Configuration>Release</Configuration>
14-
<Platform>Win32</Platform>
4+
<ProjectConfiguration Include="SDK10Debug|ARM64">
5+
<Configuration>SDK10Debug</Configuration>
6+
<Platform>ARM64</Platform>
157
</ProjectConfiguration>
16-
<ProjectConfiguration Include="Release|x64">
17-
<Configuration>Release</Configuration>
18-
<Platform>x64</Platform>
8+
<ProjectConfiguration Include="SDK10ReleaseDynamicLinking|ARM64">
9+
<Configuration>SDK10ReleaseDynamicLinking</Configuration>
10+
<Platform>ARM64</Platform>
1911
</ProjectConfiguration>
2012
<ProjectConfiguration Include="SDK10ReleaseDynamicLinking|Win32">
2113
<Configuration>SDK10ReleaseDynamicLinking</Configuration>
@@ -25,6 +17,10 @@
2517
<Configuration>SDK10ReleaseDynamicLinking</Configuration>
2618
<Platform>x64</Platform>
2719
</ProjectConfiguration>
20+
<ProjectConfiguration Include="SDK10Release|ARM64">
21+
<Configuration>SDK10Release</Configuration>
22+
<Platform>ARM64</Platform>
23+
</ProjectConfiguration>
2824
<ProjectConfiguration Include="SDK10Release|Win32">
2925
<Configuration>SDK10Release</Configuration>
3026
<Platform>Win32</Platform>
@@ -47,124 +43,75 @@
4743
<RootNamespace>CppWindowsService</RootNamespace>
4844
<Keyword>Win32Proj</Keyword>
4945
<ProjectName>OpenStackService</ProjectName>
50-
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
46+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
5147
</PropertyGroup>
5248
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
53-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
54-
<ConfigurationType>Application</ConfigurationType>
55-
<PlatformToolset>v140_xp</PlatformToolset>
56-
<CharacterSet>Unicode</CharacterSet>
57-
<WholeProgramOptimization>true</WholeProgramOptimization>
58-
</PropertyGroup>
59-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
60-
<ConfigurationType>Application</ConfigurationType>
61-
<PlatformToolset>v140_xp</PlatformToolset>
62-
<CharacterSet>Unicode</CharacterSet>
63-
<WholeProgramOptimization>true</WholeProgramOptimization>
64-
</PropertyGroup>
65-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
66-
<ConfigurationType>Application</ConfigurationType>
67-
<PlatformToolset>v140_xp</PlatformToolset>
68-
<CharacterSet>Unicode</CharacterSet>
69-
</PropertyGroup>
7049
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|Win32'" Label="Configuration">
7150
<ConfigurationType>Application</ConfigurationType>
72-
<PlatformToolset>v141</PlatformToolset>
51+
<PlatformToolset>v142</PlatformToolset>
7352
<CharacterSet>Unicode</CharacterSet>
7453
</PropertyGroup>
75-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
54+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'" Label="Configuration">
7655
<ConfigurationType>Application</ConfigurationType>
77-
<PlatformToolset>v140_xp</PlatformToolset>
56+
<PlatformToolset>v142</PlatformToolset>
7857
<CharacterSet>Unicode</CharacterSet>
7958
</PropertyGroup>
80-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'" Label="Configuration">
59+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|ARM64'" Label="Configuration">
8160
<ConfigurationType>Application</ConfigurationType>
82-
<PlatformToolset>v141</PlatformToolset>
61+
<PlatformToolset>v142</PlatformToolset>
8362
<CharacterSet>Unicode</CharacterSet>
8463
</PropertyGroup>
8564
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='SDK10Release|Win32'">
86-
<PlatformToolset>v141</PlatformToolset>
65+
<PlatformToolset>v142</PlatformToolset>
8766
<CharacterSet>Unicode</CharacterSet>
8867
</PropertyGroup>
8968
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|Win32'" Label="Configuration">
90-
<PlatformToolset>v141</PlatformToolset>
69+
<PlatformToolset>v142</PlatformToolset>
9170
<CharacterSet>Unicode</CharacterSet>
9271
</PropertyGroup>
9372
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='SDK10Release|x64'">
94-
<PlatformToolset>v141</PlatformToolset>
73+
<PlatformToolset>v142</PlatformToolset>
74+
<CharacterSet>Unicode</CharacterSet>
75+
</PropertyGroup>
76+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|ARM64'" Label="Configuration">
77+
<PlatformToolset>v142</PlatformToolset>
9578
<CharacterSet>Unicode</CharacterSet>
9679
</PropertyGroup>
9780
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|x64'" Label="Configuration">
98-
<PlatformToolset>v141</PlatformToolset>
81+
<PlatformToolset>v142</PlatformToolset>
82+
<CharacterSet>Unicode</CharacterSet>
83+
</PropertyGroup>
84+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|ARM64'" Label="Configuration">
85+
<PlatformToolset>v142</PlatformToolset>
9986
<CharacterSet>Unicode</CharacterSet>
10087
</PropertyGroup>
10188
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
10289
<ImportGroup Label="ExtensionSettings">
10390
</ImportGroup>
104-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
105-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
106-
</ImportGroup>
107-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
108-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
109-
</ImportGroup>
110-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
111-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
112-
</ImportGroup>
11391
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|Win32'" Label="PropertySheets">
11492
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
11593
</ImportGroup>
116-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
94+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'" Label="PropertySheets">
11795
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
11896
</ImportGroup>
119-
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'" Label="PropertySheets">
97+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|ARM64'" Label="PropertySheets">
12098
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
12199
</ImportGroup>
122100
<PropertyGroup Label="UserMacros" />
123101
<PropertyGroup>
124102
<_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion>
125103
</PropertyGroup>
126-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
127-
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
128-
<IntDir>$(Configuration)\</IntDir>
129-
<LinkIncremental>true</LinkIncremental>
130-
</PropertyGroup>
131104
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|Win32'">
132105
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
133106
<IntDir>$(Configuration)\</IntDir>
134107
<LinkIncremental>true</LinkIncremental>
135108
</PropertyGroup>
136-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
137-
<LinkIncremental>true</LinkIncremental>
138-
</PropertyGroup>
139109
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'">
140110
<LinkIncremental>true</LinkIncremental>
141111
</PropertyGroup>
142-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
143-
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
144-
<IntDir>$(Configuration)\</IntDir>
145-
<LinkIncremental>false</LinkIncremental>
146-
</PropertyGroup>
147-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
148-
<LinkIncremental>false</LinkIncremental>
112+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|ARM64'">
113+
<LinkIncremental>true</LinkIncremental>
149114
</PropertyGroup>
150-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
151-
<ClCompile>
152-
<Optimization>Disabled</Optimization>
153-
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
154-
<MinimalRebuild>true</MinimalRebuild>
155-
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
156-
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
157-
<PrecompiledHeader />
158-
<WarningLevel>Level3</WarningLevel>
159-
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
160-
<MultiProcessorCompilation>true</MultiProcessorCompilation>
161-
</ClCompile>
162-
<Link>
163-
<GenerateDebugInformation>true</GenerateDebugInformation>
164-
<SubSystem>Console</SubSystem>
165-
<TargetMachine>MachineX86</TargetMachine>
166-
</Link>
167-
</ItemDefinitionGroup>
168115
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|Win32'">
169116
<ClCompile>
170117
<Optimization>Disabled</Optimization>
@@ -184,7 +131,7 @@
184131
<TargetMachine>MachineX86</TargetMachine>
185132
</Link>
186133
</ItemDefinitionGroup>
187-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
134+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'">
188135
<ClCompile>
189136
<Optimization>Disabled</Optimization>
190137
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -201,7 +148,7 @@
201148
<SubSystem>Console</SubSystem>
202149
</Link>
203150
</ItemDefinitionGroup>
204-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|x64'">
151+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Debug|ARM64'">
205152
<ClCompile>
206153
<Optimization>Disabled</Optimization>
207154
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -218,73 +165,37 @@
218165
<SubSystem>Console</SubSystem>
219166
</Link>
220167
</ItemDefinitionGroup>
221-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
168+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|Win32'">
222169
<ClCompile>
223-
<Optimization>MaxSpeed</Optimization>
224-
<IntrinsicFunctions>true</IntrinsicFunctions>
225-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
226-
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
227-
<FunctionLevelLinking>true</FunctionLevelLinking>
228-
<PrecompiledHeader />
229-
<WarningLevel>Level3</WarningLevel>
230-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
231170
<MultiProcessorCompilation>true</MultiProcessorCompilation>
171+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
232172
</ClCompile>
233-
<Link>
234-
<GenerateDebugInformation>false</GenerateDebugInformation>
235-
<SubSystem>Console</SubSystem>
236-
<OptimizeReferences>true</OptimizeReferences>
237-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
238-
<TargetMachine>MachineX86</TargetMachine>
239-
</Link>
240-
<PostBuildEvent>
241-
<Command>
242-
</Command>
243-
</PostBuildEvent>
244173
</ItemDefinitionGroup>
245-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
174+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|Win32'">
246175
<ClCompile>
247-
<Optimization>MaxSpeed</Optimization>
248-
<IntrinsicFunctions>true</IntrinsicFunctions>
249-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
250-
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
251-
<FunctionLevelLinking>true</FunctionLevelLinking>
252-
<PrecompiledHeader>
253-
</PrecompiledHeader>
254-
<WarningLevel>Level3</WarningLevel>
255-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
256176
<MultiProcessorCompilation>true</MultiProcessorCompilation>
177+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
257178
</ClCompile>
258-
<Link>
259-
<GenerateDebugInformation>false</GenerateDebugInformation>
260-
<SubSystem>Console</SubSystem>
261-
<OptimizeReferences>true</OptimizeReferences>
262-
<EnableCOMDATFolding>true</EnableCOMDATFolding>
263-
</Link>
264-
<PostBuildEvent>
265-
<Command>
266-
</Command>
267-
</PostBuildEvent>
268179
</ItemDefinitionGroup>
269-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|Win32'">
180+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|x64'">
270181
<ClCompile>
271182
<MultiProcessorCompilation>true</MultiProcessorCompilation>
272183
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
273184
</ClCompile>
274185
</ItemDefinitionGroup>
275-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|Win32'">
186+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|ARM64'">
276187
<ClCompile>
277188
<MultiProcessorCompilation>true</MultiProcessorCompilation>
278-
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
189+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
279190
</ClCompile>
280191
</ItemDefinitionGroup>
281-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10Release|x64'">
192+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|x64'">
282193
<ClCompile>
283194
<MultiProcessorCompilation>true</MultiProcessorCompilation>
284-
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
195+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
285196
</ClCompile>
286197
</ItemDefinitionGroup>
287-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|x64'">
198+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SDK10ReleaseDynamicLinking|ARM64'">
288199
<ClCompile>
289200
<MultiProcessorCompilation>true</MultiProcessorCompilation>
290201
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

0 commit comments

Comments
 (0)