aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-20 16:20:21 -0400
committerBob Arnson <bob@firegiant.com>2020-09-20 16:22:55 -0400
commit25b074404a7069b7ad53ed61d902da436bc62dc7 (patch)
tree87c772c4be4568fd8db95f451832945a05935142 /src/wixlib
parentd672d9e0eaee21f354cbeaa177ddf074edeb665d (diff)
downloadwix-25b074404a7069b7ad53ed61d902da436bc62dc7.tar.gz
wix-25b074404a7069b7ad53ed61d902da436bc62dc7.tar.bz2
wix-25b074404a7069b7ad53ed61d902da436bc62dc7.zip
Remove 32-bit ARM support.
Diffstat (limited to 'src/wixlib')
-rw-r--r--src/wixlib/UtilExtension_arm.wxs7
-rw-r--r--src/wixlib/util.wixproj2
2 files changed, 0 insertions, 9 deletions
diff --git a/src/wixlib/UtilExtension_arm.wxs b/src/wixlib/UtilExtension_arm.wxs
deleted file mode 100644
index 8ae19029..00000000
--- a/src/wixlib/UtilExtension_arm.wxs
+++ /dev/null
@@ -1,7 +0,0 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2
3
4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
5 <?define platform=arm ?>
6 <?include UtilExtension_Platform.wxi ?>
7</Wix>
diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj
index e937750f..5155205d 100644
--- a/src/wixlib/util.wixproj
+++ b/src/wixlib/util.wixproj
@@ -9,7 +9,6 @@
9 <ItemGroup> 9 <ItemGroup>
10 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> 10 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' />
11 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> 11 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
12 <BindInputPaths Include="$(OutputPath)arm" BindName='arm' />
13 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> 12 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />
14 </ItemGroup> 13 </ItemGroup>
15 14
@@ -17,7 +16,6 @@
17 <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=ARM64" /> 16 <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=ARM64" />
18 <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x86" /> 17 <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x86" />
19 <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x64" /> 18 <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x64" />
20 <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM" />
21 <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM64" /> 19 <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM64" />
22 <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x86" /> 20 <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x86" />
23 <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x64" /> 21 <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x64" />