aboutsummaryrefslogtreecommitdiff
path: root/src/engine/engine.vcxproj
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-12-26 22:15:06 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-01-19 15:50:11 -0600
commita563fb99daca852422d61ae8599a3dc32fa1bfe6 (patch)
treec9178a86bf56ee999145da1c5fb6aec186411bc7 /src/engine/engine.vcxproj
parenta5b86b987bb5a6fbcdb191bbe8b51a621140b4e6 (diff)
downloadwix-a563fb99daca852422d61ae8599a3dc32fa1bfe6.tar.gz
wix-a563fb99daca852422d61ae8599a3dc32fa1bfe6.tar.bz2
wix-a563fb99daca852422d61ae8599a3dc32fa1bfe6.zip
First steps on Burn for x64 and ARM64
Diffstat (limited to 'src/engine/engine.vcxproj')
-rw-r--r--src/engine/engine.vcxproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/engine/engine.vcxproj b/src/engine/engine.vcxproj
index d62105ed..52f71b1d 100644
--- a/src/engine/engine.vcxproj
+++ b/src/engine/engine.vcxproj
@@ -21,6 +21,14 @@
21 <Configuration>Release</Configuration> 21 <Configuration>Release</Configuration>
22 <Platform>x64</Platform> 22 <Platform>x64</Platform>
23 </ProjectConfiguration> 23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Debug|ARM64">
25 <Configuration>Debug</Configuration>
26 <Platform>ARM64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release|ARM64">
29 <Configuration>Release</Configuration>
30 <Platform>ARM64</Platform>
31 </ProjectConfiguration>
24 </ItemGroup> 32 </ItemGroup>
25 33
26 <PropertyGroup Label="Globals"> 34 <PropertyGroup Label="Globals">