diff options
Diffstat (limited to 'src/ext/UI/wixlib/ui.wixproj')
-rw-r--r-- | src/ext/UI/wixlib/ui.wixproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ext/UI/wixlib/ui.wixproj b/src/ext/UI/wixlib/ui.wixproj index 2b335f01..ead77af4 100644 --- a/src/ext/UI/wixlib/ui.wixproj +++ b/src/ext/UI/wixlib/ui.wixproj | |||
@@ -27,7 +27,9 @@ | |||
27 | </ItemGroup> | 27 | </ItemGroup> |
28 | 28 | ||
29 | <ItemGroup> | 29 | <ItemGroup> |
30 | <ProjectReference Include="..\ca\uica.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> | 30 | <ProjectReference Include="..\ca\uica.vcxproj" Properties="Platform=x86" /> |
31 | <ProjectReference Include="..\ca\uica.vcxproj" Properties="Platform=x64" /> | ||
32 | <ProjectReference Include="..\ca\uica.vcxproj" Properties="Platform=ARM64" /> | ||
31 | </ItemGroup> | 33 | </ItemGroup> |
32 | 34 | ||
33 | <ItemGroup> | 35 | <ItemGroup> |