diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wixlib/netfx.wixproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wixlib/netfx.wixproj b/src/wixlib/netfx.wixproj index 143a9fbf..faf539a7 100644 --- a/src/wixlib/netfx.wixproj +++ b/src/wixlib/netfx.wixproj | |||
@@ -7,6 +7,13 @@ | |||
7 | </PropertyGroup> | 7 | </PropertyGroup> |
8 | 8 | ||
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' /> | ||
11 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> | ||
12 | <BindInputPaths Include="$(OutputPath)arm" BindName='arm' /> | ||
13 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> | ||
14 | </ItemGroup> | ||
15 | |||
16 | <ItemGroup> | ||
10 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM" /> | 17 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM" /> |
11 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" /> | 18 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=ARM64" /> |
12 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" /> | 19 | <ProjectReference Include="..\ca\netfxca.vcxproj" Properties="Platform=x86" /> |