diff options
author | Bob Arnson <bob@firegiant.com> | 2020-09-20 16:20:21 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-09-20 16:22:55 -0400 |
commit | 25b074404a7069b7ad53ed61d902da436bc62dc7 (patch) | |
tree | 87c772c4be4568fd8db95f451832945a05935142 /src/be | |
parent | d672d9e0eaee21f354cbeaa177ddf074edeb665d (diff) | |
download | wix-25b074404a7069b7ad53ed61d902da436bc62dc7.tar.gz wix-25b074404a7069b7ad53ed61d902da436bc62dc7.tar.bz2 wix-25b074404a7069b7ad53ed61d902da436bc62dc7.zip |
Remove 32-bit ARM support.
Diffstat (limited to 'src/be')
-rw-r--r-- | src/be/utilbe.vcxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/be/utilbe.vcxproj b/src/be/utilbe.vcxproj index d44a7fd9..3a3830e5 100644 --- a/src/be/utilbe.vcxproj +++ b/src/be/utilbe.vcxproj | |||
@@ -8,14 +8,6 @@ | |||
8 | <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.33\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.33\build\WixToolset.BootstrapperCore.Native.props')" /> | 8 | <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.33\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.33\build\WixToolset.BootstrapperCore.Native.props')" /> |
9 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.49\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.49\build\WixToolset.DUtil.props')" /> | 9 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.49\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.49\build\WixToolset.DUtil.props')" /> |
10 | <ItemGroup Label="ProjectConfigurations"> | 10 | <ItemGroup Label="ProjectConfigurations"> |
11 | <ProjectConfiguration Include="Debug|ARM"> | ||
12 | <Configuration>Debug</Configuration> | ||
13 | <Platform>ARM</Platform> | ||
14 | </ProjectConfiguration> | ||
15 | <ProjectConfiguration Include="Release|ARM"> | ||
16 | <Configuration>Release</Configuration> | ||
17 | <Platform>ARM</Platform> | ||
18 | </ProjectConfiguration> | ||
19 | <ProjectConfiguration Include="Debug|ARM64"> | 11 | <ProjectConfiguration Include="Debug|ARM64"> |
20 | <Configuration>Debug</Configuration> | 12 | <Configuration>Debug</Configuration> |
21 | <Platform>ARM64</Platform> | 13 | <Platform>ARM64</Platform> |