Skip to content

Commit d69de98

Browse files
authored
Add ARM64 support to the Universal templates. (#561)
1 parent b722907 commit d69de98

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

vsix/ProjectTemplates/VC/Windows Universal/BlankApp/BlankApp.vcxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<Configuration>Debug</Configuration>
2323
<Platform>ARM</Platform>
2424
</ProjectConfiguration>
25+
<ProjectConfiguration Include="Debug|ARM64">
26+
<Configuration>Debug</Configuration>
27+
<Platform>ARM64</Platform>
28+
</ProjectConfiguration>
2529
<ProjectConfiguration Include="Debug|Win32">
2630
<Configuration>Debug</Configuration>
2731
<Platform>Win32</Platform>
@@ -34,6 +38,10 @@
3438
<Configuration>Release</Configuration>
3539
<Platform>ARM</Platform>
3640
</ProjectConfiguration>
41+
<ProjectConfiguration Include="Release|ARM64">
42+
<Configuration>Release</Configuration>
43+
<Platform>ARM64</Platform>
44+
</ProjectConfiguration>
3745
<ProjectConfiguration Include="Release|Win32">
3846
<Configuration>Release</Configuration>
3947
<Platform>Win32</Platform>

vsix/ProjectTemplates/VC/Windows Universal/CoreApp/CoreApp.vcxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<Configuration>Debug</Configuration>
2222
<Platform>ARM</Platform>
2323
</ProjectConfiguration>
24+
<ProjectConfiguration Include="Debug|ARM64">
25+
<Configuration>Debug</Configuration>
26+
<Platform>ARM64</Platform>
27+
</ProjectConfiguration>
2428
<ProjectConfiguration Include="Debug|Win32">
2529
<Configuration>Debug</Configuration>
2630
<Platform>Win32</Platform>
@@ -33,6 +37,10 @@
3337
<Configuration>Release</Configuration>
3438
<Platform>ARM</Platform>
3539
</ProjectConfiguration>
40+
<ProjectConfiguration Include="Release|ARM64">
41+
<Configuration>Release</Configuration>
42+
<Platform>ARM64</Platform>
43+
</ProjectConfiguration>
3644
<ProjectConfiguration Include="Release|Win32">
3745
<Configuration>Release</Configuration>
3846
<Platform>Win32</Platform>

vsix/ProjectTemplates/VC/Windows Universal/StaticLibrary/StaticLibrary.vcxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<Configuration>Debug</Configuration>
2424
<Platform>ARM</Platform>
2525
</ProjectConfiguration>
26+
<ProjectConfiguration Include="Debug|ARM64">
27+
<Configuration>Debug</Configuration>
28+
<Platform>ARM64</Platform>
29+
</ProjectConfiguration>
2630
<ProjectConfiguration Include="Debug|Win32">
2731
<Configuration>Debug</Configuration>
2832
<Platform>Win32</Platform>
@@ -35,6 +39,10 @@
3539
<Configuration>Release</Configuration>
3640
<Platform>ARM</Platform>
3741
</ProjectConfiguration>
42+
<ProjectConfiguration Include="Release|ARM64">
43+
<Configuration>Release</Configuration>
44+
<Platform>ARM64</Platform>
45+
</ProjectConfiguration>
3846
<ProjectConfiguration Include="Release|Win32">
3947
<Configuration>Release</Configuration>
4048
<Platform>Win32</Platform>

vsix/ProjectTemplates/VC/Windows Universal/WindowsRuntimeComponent/WindowsRuntimeComponent.vcxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<Configuration>Debug</Configuration>
2323
<Platform>ARM</Platform>
2424
</ProjectConfiguration>
25+
<ProjectConfiguration Include="Debug|ARM64">
26+
<Configuration>Debug</Configuration>
27+
<Platform>ARM64</Platform>
28+
</ProjectConfiguration>
2529
<ProjectConfiguration Include="Debug|Win32">
2630
<Configuration>Debug</Configuration>
2731
<Platform>Win32</Platform>
@@ -34,6 +38,10 @@
3438
<Configuration>Release</Configuration>
3539
<Platform>ARM</Platform>
3640
</ProjectConfiguration>
41+
<ProjectConfiguration Include="Release|ARM64">
42+
<Configuration>Release</Configuration>
43+
<Platform>ARM64</Platform>
44+
</ProjectConfiguration>
3745
<ProjectConfiguration Include="Release|Win32">
3846
<Configuration>Release</Configuration>
3947
<Platform>Win32</Platform>

0 commit comments

Comments
 (0)