diff options
Diffstat (limited to 'src/wixlib')
-rw-r--r-- | src/wixlib/UtilExtension_arm.wxs | 7 | ||||
-rw-r--r-- | src/wixlib/util.wixproj | 2 |
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" /> |