aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib')
-rw-r--r--src/wixlib/NetFxExtension_arm.wxs8
-rw-r--r--src/wixlib/netfx.wixproj2
2 files changed, 0 insertions, 10 deletions
diff --git a/src/wixlib/NetFxExtension_arm.wxs b/src/wixlib/NetFxExtension_arm.wxs
deleted file mode 100644
index 8b5c508b..00000000
--- a/src/wixlib/NetFxExtension_arm.wxs
+++ /dev/null
@@ -1,8 +0,0 @@
1<?xml version="1.0"?>
2<!-- 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. -->
3
4
5<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
6 <?define platform=arm ?>
7 <?include NetfxExtension_Platform.wxi ?>
8</Wix>
diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj
index 426446e8..700293d3 100644
--- a/src/wixlib/netfx.wixproj
+++ b/src/wixlib/netfx.wixproj
@@ -9,12 +9,10 @@
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
16 <ItemGroup> 15 <ItemGroup>
17 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM" />
18 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" /> 16 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" />
19 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" /> 17 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" />
20 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x64" /> 18 <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x64" />