diff options
Diffstat (limited to 'src/ext/UI/wixlib/ui.wixproj')
-rw-r--r-- | src/ext/UI/wixlib/ui.wixproj | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/ext/UI/wixlib/ui.wixproj b/src/ext/UI/wixlib/ui.wixproj index ebac0c79..848bc882 100644 --- a/src/ext/UI/wixlib/ui.wixproj +++ b/src/ext/UI/wixlib/ui.wixproj | |||
@@ -5,6 +5,7 @@ | |||
5 | <BindFiles>true</BindFiles> | 5 | <BindFiles>true</BindFiles> |
6 | <Cultures>en-us</Cultures> | 6 | <Cultures>en-us</Cultures> |
7 | </PropertyGroup> | 7 | </PropertyGroup> |
8 | |||
8 | <PropertyGroup> | 9 | <PropertyGroup> |
9 | <DefineConstants> | 10 | <DefineConstants> |
10 | $(DefineConstants); | 11 | $(DefineConstants); |
@@ -17,19 +18,15 @@ | |||
17 | upIco=$(MSBuildProjectDirectory)\Bitmaps\up.ico; | 18 | upIco=$(MSBuildProjectDirectory)\Bitmaps\up.ico; |
18 | </DefineConstants> | 19 | </DefineConstants> |
19 | </PropertyGroup> | 20 | </PropertyGroup> |
20 | <ItemGroup> | 21 | |
21 | <BindInputPaths Include="$(OutputPath)x86" BindName="x86" /> | ||
22 | <BindInputPaths Include="$(OutputPath)x64" BindName="x64" /> | ||
23 | <BindInputPaths Include="$(OutputPath)arm64" BindName="arm64" /> | ||
24 | </ItemGroup> | ||
25 | <ItemGroup> | 22 | <ItemGroup> |
26 | <Content Include="Common_Platform.wxi" /> | 23 | <Content Include="Common_Platform.wxi" /> |
27 | </ItemGroup> | 24 | </ItemGroup> |
25 | |||
28 | <ItemGroup> | 26 | <ItemGroup> |
29 | <ProjectReference Include="..\ca\uica.vcxproj" Properties="Platform=x86" /> | 27 | <ProjectReference Include="..\ca\uica.vcxproj" Platforms="arm64,x86,x64" /> |
30 | <ProjectReference Include="..\ca\uica.vcxproj" Properties="Platform=x64" /> | ||
31 | <ProjectReference Include="..\ca\uica.vcxproj" Properties="Platform=ARM64" /> | ||
32 | </ItemGroup> | 28 | </ItemGroup> |
29 | |||
33 | <ItemGroup> | 30 | <ItemGroup> |
34 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 31 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
35 | </ItemGroup> | 32 | </ItemGroup> |