diff options
| author | Rob Mensching <rob@firegiant.com> | 2023-02-14 23:11:29 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-02-21 23:31:32 -0700 |
| commit | 3cb9bbe90e329a3550bb55fda5c620f23fc4eb86 (patch) | |
| tree | 78064d1008a6f8c6682e8adc9b4f85d18e4bfed2 /src/ext/UI/wixlib | |
| parent | 69f11ee0275692528ed034a3885fa9f0c1504704 (diff) | |
| download | wix-3cb9bbe90e329a3550bb55fda5c620f23fc4eb86.tar.gz wix-3cb9bbe90e329a3550bb55fda5c620f23fc4eb86.tar.bz2 wix-3cb9bbe90e329a3550bb55fda5c620f23fc4eb86.zip | |
Update some extensions to take advantage of multitargeting project references
Diffstat (limited to 'src/ext/UI/wixlib')
| -rw-r--r-- | src/ext/UI/wixlib/Common_Platform.wxi | 2 | ||||
| -rw-r--r-- | src/ext/UI/wixlib/ui.wixproj | 13 |
2 files changed, 6 insertions, 9 deletions
diff --git a/src/ext/UI/wixlib/Common_Platform.wxi b/src/ext/UI/wixlib/Common_Platform.wxi index cd050e06..329abb2e 100644 --- a/src/ext/UI/wixlib/Common_Platform.wxi +++ b/src/ext/UI/wixlib/Common_Platform.wxi | |||
| @@ -13,6 +13,6 @@ | |||
| 13 | </Fragment> | 13 | </Fragment> |
| 14 | 14 | ||
| 15 | <Fragment> | 15 | <Fragment> |
| 16 | <Binary Id="WixUiCa$(Suffix)" SourceFile="!(bindpath.$(platform))uica.dll" /> | 16 | <Binary Id="WixUiCa$(Suffix)" SourceFile="!(bindpath.uica.$(platform))uica.dll" /> |
| 17 | </Fragment> | 17 | </Fragment> |
| 18 | </Include> | 18 | </Include> |
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> |
