diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-09-19 20:58:20 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-09-19 20:58:20 -0400 |
| commit | f4fdd3cd0c797e16b8edd995c58da29aacfa0d84 (patch) | |
| tree | 73352415e147c90fe73f0ad9416a878d9042c6ab /src/dutil/dutil.vcxproj | |
| parent | 8a2fa05b14244f179d9bb127c6cb23c72d3bf2ae (diff) | |
| download | wix-f4fdd3cd0c797e16b8edd995c58da29aacfa0d84.tar.gz wix-f4fdd3cd0c797e16b8edd995c58da29aacfa0d84.tar.bz2 wix-f4fdd3cd0c797e16b8edd995c58da29aacfa0d84.zip | |
Remove 32-bit ARM support.
Diffstat (limited to 'src/dutil/dutil.vcxproj')
| -rw-r--r-- | src/dutil/dutil.vcxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dutil/dutil.vcxproj b/src/dutil/dutil.vcxproj index 4dbd2e6b..e9bbb98b 100644 --- a/src/dutil/dutil.vcxproj +++ b/src/dutil/dutil.vcxproj | |||
| @@ -3,10 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 5 | <ItemGroup Label="ProjectConfigurations"> | 5 | <ItemGroup Label="ProjectConfigurations"> |
| 6 | <ProjectConfiguration Include="Debug|ARM"> | ||
| 7 | <Configuration>Debug</Configuration> | ||
| 8 | <Platform>ARM</Platform> | ||
| 9 | </ProjectConfiguration> | ||
| 10 | <ProjectConfiguration Include="Debug|ARM64"> | 6 | <ProjectConfiguration Include="Debug|ARM64"> |
| 11 | <Configuration>Debug</Configuration> | 7 | <Configuration>Debug</Configuration> |
| 12 | <Platform>ARM64</Platform> | 8 | <Platform>ARM64</Platform> |
| @@ -15,10 +11,6 @@ | |||
| 15 | <Configuration>Debug</Configuration> | 11 | <Configuration>Debug</Configuration> |
| 16 | <Platform>Win32</Platform> | 12 | <Platform>Win32</Platform> |
| 17 | </ProjectConfiguration> | 13 | </ProjectConfiguration> |
| 18 | <ProjectConfiguration Include="Release|ARM"> | ||
| 19 | <Configuration>Release</Configuration> | ||
| 20 | <Platform>ARM</Platform> | ||
| 21 | </ProjectConfiguration> | ||
| 22 | <ProjectConfiguration Include="Release|ARM64"> | 14 | <ProjectConfiguration Include="Release|ARM64"> |
| 23 | <Configuration>Release</Configuration> | 15 | <Configuration>Release</Configuration> |
| 24 | <Platform>ARM64</Platform> | 16 | <Platform>ARM64</Platform> |
