diff options
Diffstat (limited to 'src/wixlib/util.wixproj')
-rw-r--r-- | src/wixlib/util.wixproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj index a4d7d16f..21fcdb7b 100644 --- a/src/wixlib/util.wixproj +++ b/src/wixlib/util.wixproj | |||
@@ -14,7 +14,9 @@ | |||
14 | </ItemGroup> | 14 | </ItemGroup> |
15 | 15 | ||
16 | <ItemGroup> | 16 | <ItemGroup> |
17 | <ProjectReference Include="..\be\utilbe.vcxproj" /> | 17 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=ARM64" /> |
18 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x86" /> | ||
19 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x64" /> | ||
18 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM" /> | 20 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM" /> |
19 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM64" /> | 21 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM64" /> |
20 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x86" /> | 22 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x86" /> |