Skip to content

Commit 398f16a

Browse files
authored
Add ARM64 platform configuration to UWP projects (#27)
1 parent 31e482c commit 398f16a

File tree

128 files changed

+4619
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+4619
-108
lines changed

UWPSamples/Audio/AdvancedSpatialSoundsUWP/AdvancedSpatialSoundsUWP.sln

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2017
2+
# Visual Studio 15
43
VisualStudioVersion = 15.0.26228.10
54
MinimumVisualStudioVersion = 10.0.40219.1
65
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AdvancedSpatialSoundsUWP", "AdvancedSpatialSoundsUWP.vcxproj", "{AE969795-363C-4230-8D4D-3D02A0156D49}"
@@ -10,16 +9,21 @@ EndProject
109
Global
1110
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1211
Debug|ARM = Debug|ARM
12+
Debug|ARM64 = Debug|ARM64
1313
Debug|x64 = Debug|x64
1414
Debug|x86 = Debug|x86
1515
Release|ARM = Release|ARM
16+
Release|ARM64 = Release|ARM64
1617
Release|x64 = Release|x64
1718
Release|x86 = Release|x86
1819
EndGlobalSection
1920
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2021
{AE969795-363C-4230-8D4D-3D02A0156D49}.Debug|ARM.ActiveCfg = Debug|ARM
2122
{AE969795-363C-4230-8D4D-3D02A0156D49}.Debug|ARM.Build.0 = Debug|ARM
2223
{AE969795-363C-4230-8D4D-3D02A0156D49}.Debug|ARM.Deploy.0 = Debug|ARM
24+
{AE969795-363C-4230-8D4D-3D02A0156D49}.Debug|ARM64.ActiveCfg = Debug|ARM64
25+
{AE969795-363C-4230-8D4D-3D02A0156D49}.Debug|ARM64.Build.0 = Debug|ARM64
26+
{AE969795-363C-4230-8D4D-3D02A0156D49}.Debug|ARM64.Deploy.0 = Debug|ARM64
2327
{AE969795-363C-4230-8D4D-3D02A0156D49}.Debug|x64.ActiveCfg = Debug|x64
2428
{AE969795-363C-4230-8D4D-3D02A0156D49}.Debug|x64.Build.0 = Debug|x64
2529
{AE969795-363C-4230-8D4D-3D02A0156D49}.Debug|x64.Deploy.0 = Debug|x64
@@ -29,6 +33,9 @@ Global
2933
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|ARM.ActiveCfg = Release|ARM
3034
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|ARM.Build.0 = Release|ARM
3135
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|ARM.Deploy.0 = Release|ARM
36+
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|ARM64.ActiveCfg = Release|ARM64
37+
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|ARM64.Build.0 = Release|ARM64
38+
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|ARM64.Deploy.0 = Release|ARM64
3239
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|x64.ActiveCfg = Release|x64
3340
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|x64.Build.0 = Release|x64
3441
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|x64.Deploy.0 = Release|x64
@@ -37,12 +44,16 @@ Global
3744
{AE969795-363C-4230-8D4D-3D02A0156D49}.Release|x86.Deploy.0 = Release|Win32
3845
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|ARM.ActiveCfg = Debug|ARM
3946
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|ARM.Build.0 = Debug|ARM
47+
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|ARM64.ActiveCfg = Debug|ARM64
48+
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|ARM64.Build.0 = Debug|ARM64
4049
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|x64.ActiveCfg = Debug|x64
4150
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|x64.Build.0 = Debug|x64
4251
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|x86.ActiveCfg = Debug|Win32
4352
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|x86.Build.0 = Debug|Win32
4453
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|ARM.ActiveCfg = Release|ARM
4554
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|ARM.Build.0 = Release|ARM
55+
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|ARM64.ActiveCfg = Release|ARM64
56+
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|ARM64.Build.0 = Release|ARM64
4657
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|x64.ActiveCfg = Release|x64
4758
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|x64.Build.0 = Release|x64
4859
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|x86.ActiveCfg = Release|Win32
@@ -51,4 +62,7 @@ Global
5162
GlobalSection(SolutionProperties) = preSolution
5263
HideSolutionNode = FALSE
5364
EndGlobalSection
65+
GlobalSection(ExtensibilityGlobals) = postSolution
66+
SolutionGuid = {39E60B2B-F984-4562-AC72-225CB3A92379}
67+
EndGlobalSection
5468
EndGlobal

UWPSamples/Audio/AdvancedSpatialSoundsUWP/AdvancedSpatialSoundsUWP.vcxproj

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|ARM64">
5+
<Configuration>Debug</Configuration>
6+
<Platform>ARM64</Platform>
7+
</ProjectConfiguration>
48
<ProjectConfiguration Include="Debug|Win32">
59
<Configuration>Debug</Configuration>
610
<Platform>Win32</Platform>
711
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Release|ARM64">
13+
<Configuration>Release</Configuration>
14+
<Platform>ARM64</Platform>
15+
</ProjectConfiguration>
816
<ProjectConfiguration Include="Release|Win32">
917
<Configuration>Release</Configuration>
1018
<Platform>Win32</Platform>
@@ -49,6 +57,11 @@
4957
<UseDebugLibraries>true</UseDebugLibraries>
5058
<PlatformToolset>v141</PlatformToolset>
5159
</PropertyGroup>
60+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
61+
<ConfigurationType>Application</ConfigurationType>
62+
<UseDebugLibraries>true</UseDebugLibraries>
63+
<PlatformToolset>v141</PlatformToolset>
64+
</PropertyGroup>
5265
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5366
<ConfigurationType>Application</ConfigurationType>
5467
<UseDebugLibraries>true</UseDebugLibraries>
@@ -66,6 +79,12 @@
6679
<WholeProgramOptimization>true</WholeProgramOptimization>
6780
<PlatformToolset>v141</PlatformToolset>
6881
</PropertyGroup>
82+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
83+
<ConfigurationType>Application</ConfigurationType>
84+
<UseDebugLibraries>false</UseDebugLibraries>
85+
<WholeProgramOptimization>true</WholeProgramOptimization>
86+
<PlatformToolset>v141</PlatformToolset>
87+
</PropertyGroup>
6988
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7089
<ConfigurationType>Application</ConfigurationType>
7190
<UseDebugLibraries>false</UseDebugLibraries>
@@ -87,9 +106,15 @@
87106
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
88107
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89108
</ImportGroup>
109+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
110+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
111+
</ImportGroup>
90112
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
91113
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92114
</ImportGroup>
115+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
116+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
117+
</ImportGroup>
93118
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
94119
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
95120
</ImportGroup>
@@ -118,6 +143,24 @@
118143
<ShaderModel>4.0_level_9_3</ShaderModel>
119144
</FXCompile>
120145
</ItemDefinitionGroup>
146+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
147+
<Link>
148+
<AdditionalDependencies>ATGTelemetryUWP.lib; d2d1.lib; d3d11.lib; dxgi.lib; dxguid.lib; windowscodecs.lib; dwrite.lib; %(AdditionalDependencies)</AdditionalDependencies>
149+
<AdditionalLibraryDirectories>..\..\..\Kits\Telemetry\$(Platform);%(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\arm; $(VCInstallDir)\lib\arm</AdditionalLibraryDirectories>
150+
</Link>
151+
<ClCompile>
152+
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
153+
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
154+
<AdditionalIncludeDirectories>$(ProjectDir);$(IntermediateOutputPath);..\..\..\Kits\DirectXTK\Inc;..\..\..\Kits\DirectXTK\Audio;..\..\..\Kits\Telemetry;..\..\..\Kits\ATGTK;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
155+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
156+
<WarningLevel>Level4</WarningLevel>
157+
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158+
<FloatingPointModel>Fast</FloatingPointModel>
159+
</ClCompile>
160+
<FXCompile>
161+
<ShaderModel>4.0_level_9_3</ShaderModel>
162+
</FXCompile>
163+
</ItemDefinitionGroup>
121164
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
122165
<Link>
123166
<AdditionalDependencies>ATGTelemetryUWP.lib; d2d1.lib; d3d11.lib; dxgi.lib; dxguid.lib; windowscodecs.lib; dwrite.lib; %(AdditionalDependencies)</AdditionalDependencies>
@@ -136,6 +179,24 @@
136179
<ShaderModel>4.0_level_9_3</ShaderModel>
137180
</FXCompile>
138181
</ItemDefinitionGroup>
182+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
183+
<Link>
184+
<AdditionalDependencies>ATGTelemetryUWP.lib; d2d1.lib; d3d11.lib; dxgi.lib; dxguid.lib; windowscodecs.lib; dwrite.lib; %(AdditionalDependencies)</AdditionalDependencies>
185+
<AdditionalLibraryDirectories>..\..\..\Kits\Telemetry\$(Platform);%(AdditionalLibraryDirectories); $(VCInstallDir)\lib\store\arm; $(VCInstallDir)\lib\arm</AdditionalLibraryDirectories>
186+
</Link>
187+
<ClCompile>
188+
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
189+
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
190+
<AdditionalIncludeDirectories>$(ProjectDir);$(IntermediateOutputPath);..\..\..\Kits\DirectXTK\Inc;..\..\..\Kits\DirectXTK\Audio;..\..\..\Kits\Telemetry;..\..\..\Kits\ATGTK;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
191+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
192+
<WarningLevel>Level4</WarningLevel>
193+
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
194+
<FloatingPointModel>Fast</FloatingPointModel>
195+
</ClCompile>
196+
<FXCompile>
197+
<ShaderModel>4.0_level_9_3</ShaderModel>
198+
</FXCompile>
199+
</ItemDefinitionGroup>
139200
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
140201
<Link>
141202
<AdditionalDependencies>ATGTelemetryUWP.lib; d2d1.lib; d3d11.lib; dxgi.lib; dxguid.lib; windowscodecs.lib; dwrite.lib; %(AdditionalDependencies)</AdditionalDependencies>
@@ -228,7 +289,9 @@
228289
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
229290
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
230291
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
292+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader>
231293
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
294+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader>
232295
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
233296
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
234297
</ClCompile>
@@ -283,15 +346,19 @@
283346
<FileType>Document</FileType>
284347
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
285348
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
349+
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
286350
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
351+
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
287352
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
288353
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
289354
</None>
290355
<None Include="..\..\..\Media\Fonts\XboxOneControllerSmall.spritefont">
291356
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
292357
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
293358
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
359+
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
294360
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
361+
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
295362
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
296363
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
297364
</None>
@@ -301,17 +368,27 @@
301368
<None Include="..\..\..\Kits\Telemetry\ARM\ATGTelemetryUWP.dll">
302369
<ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
303370
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
371+
<ExcludedFromBuild Condition="'$(Platform)'=='ARM64'">true</ExcludedFromBuild>
304372
<DeploymentContent Condition="'$(Platform)'=='ARM'">true</DeploymentContent>
305373
<Link>ATGTelemetryUWP.dll</Link>
306374
</None>
375+
<None Include="..\..\..\Kits\Telemetry\ARM64\ATGTelemetryUWP.dll">
376+
<ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
377+
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
378+
<ExcludedFromBuild Condition="'$(Platform)'=='ARM'">true</ExcludedFromBuild>
379+
<DeploymentContent Condition="'$(Platform)'=='ARM64'">true</DeploymentContent>
380+
<Link>ATGTelemetryUWP.dll</Link>
381+
</None>
307382
<None Include="..\..\..\Kits\Telemetry\Win32\ATGTelemetryUWP.dll">
308383
<ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
309384
<ExcludedFromBuild Condition="'$(Platform)'=='ARM'">true</ExcludedFromBuild>
385+
<ExcludedFromBuild Condition="'$(Platform)'=='ARM64'">true</ExcludedFromBuild>
310386
<DeploymentContent Condition="'$(Platform)'=='Win32'">true</DeploymentContent>
311387
<Link>ATGTelemetryUWP.dll</Link>
312388
</None>
313389
<None Include="..\..\..\Kits\Telemetry\x64\ATGTelemetryUWP.dll">
314390
<ExcludedFromBuild Condition="'$(Platform)'=='ARM'">true</ExcludedFromBuild>
391+
<ExcludedFromBuild Condition="'$(Platform)'=='ARM64'">true</ExcludedFromBuild>
315392
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
316393
<DeploymentContent Condition="'$(Platform)'=='x64'">true</DeploymentContent>
317394
<Link>ATGTelemetryUWP.dll</Link>

UWPSamples/Audio/AdvancedSpatialSoundsUWP/AdvancedSpatialSoundsUWP.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<Filter Include="Common\Telemetry\x64">
2424
<UniqueIdentifier>{debde8dc-79ad-43c5-bf6a-656a5faeba3a}</UniqueIdentifier>
2525
</Filter>
26+
<Filter Include="Common\Telemetry\ARM64">
27+
<UniqueIdentifier>{bc53cb2e-71ba-4387-90ab-5808dce263d7}</UniqueIdentifier>
28+
</Filter>
2629
</ItemGroup>
2730
<ItemGroup>
2831
<ClInclude Include="pch.h" />
@@ -164,5 +167,8 @@
164167
<None Include="..\..\..\Media\Fonts\XboxOneControllerSmall.spritefont">
165168
<Filter>Assets</Filter>
166169
</None>
170+
<None Include="..\..\..\Kits\Telemetry\ARM64\ATGTelemetryUWP.dll">
171+
<Filter>Common\Telemetry\ARM64</Filter>
172+
</None>
167173
</ItemGroup>
168174
</Project>

UWPSamples/Audio/SimplePlay3DSoundUWP/SimplePlay3DSound.sln

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2017
4-
VisualStudioVersion = 14.0.25123.0
2+
# Visual Studio 15
3+
VisualStudioVersion = 15.0.28307.1209
54
MinimumVisualStudioVersion = 10.0.40219.1
65
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimplePlay3DSound", "SimplePlay3DSound.vcxproj", "{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}"
76
EndProject
@@ -10,16 +9,21 @@ EndProject
109
Global
1110
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1211
Debug|ARM = Debug|ARM
12+
Debug|ARM64 = Debug|ARM64
1313
Debug|x64 = Debug|x64
1414
Debug|x86 = Debug|x86
1515
Release|ARM = Release|ARM
16+
Release|ARM64 = Release|ARM64
1617
Release|x64 = Release|x64
1718
Release|x86 = Release|x86
1819
EndGlobalSection
1920
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2021
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Debug|ARM.ActiveCfg = Debug|ARM
2122
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Debug|ARM.Build.0 = Debug|ARM
2223
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Debug|ARM.Deploy.0 = Debug|ARM
24+
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Debug|ARM64.ActiveCfg = Debug|ARM64
25+
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Debug|ARM64.Build.0 = Debug|ARM64
26+
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Debug|ARM64.Deploy.0 = Debug|ARM64
2327
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Debug|x64.ActiveCfg = Debug|x64
2428
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Debug|x64.Build.0 = Debug|x64
2529
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Debug|x64.Deploy.0 = Debug|x64
@@ -29,6 +33,9 @@ Global
2933
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|ARM.ActiveCfg = Release|ARM
3034
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|ARM.Build.0 = Release|ARM
3135
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|ARM.Deploy.0 = Release|ARM
36+
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|ARM64.ActiveCfg = Release|ARM64
37+
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|ARM64.Build.0 = Release|ARM64
38+
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|ARM64.Deploy.0 = Release|ARM64
3239
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|x64.ActiveCfg = Release|x64
3340
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|x64.Build.0 = Release|x64
3441
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|x64.Deploy.0 = Release|x64
@@ -37,12 +44,16 @@ Global
3744
{7C44D58B-2263-4A61-B9CA-2C8777C34F3A}.Release|x86.Deploy.0 = Release|Win32
3845
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|ARM.ActiveCfg = Debug|ARM
3946
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|ARM.Build.0 = Debug|ARM
47+
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|ARM64.ActiveCfg = Debug|ARM64
48+
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|ARM64.Build.0 = Debug|ARM64
4049
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|x64.ActiveCfg = Debug|x64
4150
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|x64.Build.0 = Debug|x64
4251
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|x86.ActiveCfg = Debug|Win32
4352
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Debug|x86.Build.0 = Debug|Win32
4453
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|ARM.ActiveCfg = Release|ARM
4554
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|ARM.Build.0 = Release|ARM
55+
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|ARM64.ActiveCfg = Release|ARM64
56+
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|ARM64.Build.0 = Release|ARM64
4657
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|x64.ActiveCfg = Release|x64
4758
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|x64.Build.0 = Release|x64
4859
{F4776924-619C-42C7-88B2-82C947CCC9E7}.Release|x86.ActiveCfg = Release|Win32
@@ -51,4 +62,7 @@ Global
5162
GlobalSection(SolutionProperties) = preSolution
5263
HideSolutionNode = FALSE
5364
EndGlobalSection
65+
GlobalSection(ExtensibilityGlobals) = postSolution
66+
SolutionGuid = {F068287F-D256-44D5-9900-FD106A3B7B18}
67+
EndGlobalSection
5468
EndGlobal

0 commit comments

Comments
 (0)