diff options
Diffstat (limited to 'src/ext/Util/wixlib/util.wixproj')
| -rw-r--r-- | src/ext/Util/wixlib/util.wixproj | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/ext/Util/wixlib/util.wixproj b/src/ext/Util/wixlib/util.wixproj index c1975af2..7631e149 100644 --- a/src/ext/Util/wixlib/util.wixproj +++ b/src/ext/Util/wixlib/util.wixproj | |||
| @@ -6,18 +6,8 @@ | |||
| 6 | </PropertyGroup> | 6 | </PropertyGroup> |
| 7 | 7 | ||
| 8 | <ItemGroup> | 8 | <ItemGroup> |
| 9 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> | 9 | <ProjectReference Include="..\be\utilbe.vcxproj" Platforms="arm64,x86,x64" /> |
| 10 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> | 10 | <ProjectReference Include="..\ca\utilca.vcxproj" Platforms="arm64,x86,x64" /> |
| 11 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> | ||
| 12 | </ItemGroup> | ||
| 13 | |||
| 14 | <ItemGroup> | ||
| 15 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=ARM64" /> | ||
| 16 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x86" /> | ||
| 17 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x64" /> | ||
| 18 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM64" /> | ||
| 19 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x86" /> | ||
| 20 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x64" /> | ||
| 21 | </ItemGroup> | 11 | </ItemGroup> |
| 22 | 12 | ||
| 23 | <ItemGroup> | 13 | <ItemGroup> |
