summaryrefslogtreecommitdiff
path: root/Externals/cpp-optparse/cpp-optparse.vcxproj
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2019-11-26 15:31:15 +1100
committerStenzek <stenzek@gmail.com>2019-12-28 19:20:41 +1000
commit6fcb1c6c464c1fcf16104b21efb69176dfff7841 (patch)
tree75b83b039f8b08924d5fef62715247a00b4210dc /Externals/cpp-optparse/cpp-optparse.vcxproj
parent5a65031611349e22bdcd694479f11c91d87afca7 (diff)
Add an ARM64 target to Visual Studio projects
Diffstat (limited to 'Externals/cpp-optparse/cpp-optparse.vcxproj')
-rw-r--r--Externals/cpp-optparse/cpp-optparse.vcxproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj
index 22f3dd23bd..2398db0a82 100644
--- a/Externals/cpp-optparse/cpp-optparse.vcxproj
+++ b/Externals/cpp-optparse/cpp-optparse.vcxproj
@@ -1,10 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|ARM64">
+ <Configuration>Debug</Configuration>
+ <Platform>ARM64</Platform>
+ </ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
+ <ProjectConfiguration Include="Release|ARM64">
+ <Configuration>Release</Configuration>
+ <Platform>ARM64</Platform>
+ </ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>