summaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolset.WixBA
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-04-19 17:15:05 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-04-19 18:35:15 -0500
commit57fd164d56466a52854e825afd5fdc2b6b97f12a (patch)
tree7d4ace6d7a55c2a50302e3b6866456026a2c6222 /src/test/burn/WixToolset.WixBA
parent6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0 (diff)
downloadwix-57fd164d56466a52854e825afd5fdc2b6b97f12a.tar.gz
wix-57fd164d56466a52854e825afd5fdc2b6b97f12a.tar.bz2
wix-57fd164d56466a52854e825afd5fdc2b6b97f12a.zip
Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.
Diffstat (limited to 'src/test/burn/WixToolset.WixBA')
-rw-r--r--src/test/burn/WixToolset.WixBA/WixToolset.WixBA.csproj10
-rw-r--r--src/test/burn/WixToolset.WixBA/WixToolset.WixBA_x64.csproj10
2 files changed, 14 insertions, 6 deletions
diff --git a/src/test/burn/WixToolset.WixBA/WixToolset.WixBA.csproj b/src/test/burn/WixToolset.WixBA/WixToolset.WixBA.csproj
index 2a2a0073..b872457c 100644
--- a/src/test/burn/WixToolset.WixBA/WixToolset.WixBA.csproj
+++ b/src/test/burn/WixToolset.WixBA/WixToolset.WixBA.csproj
@@ -2,7 +2,7 @@
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3<Project Sdk="Microsoft.NET.Sdk"> 3<Project Sdk="Microsoft.NET.Sdk">
4 <PropertyGroup> 4 <PropertyGroup>
5 <TargetFrameworks>net45;net5.0-windows</TargetFrameworks> 5 <TargetFrameworks>net472;net5.0-windows</TargetFrameworks>
6 <AssemblyName>WixToolset.WixBA</AssemblyName> 6 <AssemblyName>WixToolset.WixBA</AssemblyName>
7 <RootNamespace>WixToolset.WixBA</RootNamespace> 7 <RootNamespace>WixToolset.WixBA</RootNamespace>
8 <DebugType>embedded</DebugType> 8 <DebugType>embedded</DebugType>
@@ -19,14 +19,14 @@
19 <!-- https://stackoverflow.com/questions/58844785/how-to-reference-system-windows-forms-in-net-core-3-0-for-wpf-apps --> 19 <!-- https://stackoverflow.com/questions/58844785/how-to-reference-system-windows-forms-in-net-core-3-0-for-wpf-apps -->
20 <UseWindowsForms>true</UseWindowsForms> 20 <UseWindowsForms>true</UseWindowsForms>
21 </PropertyGroup> 21 </PropertyGroup>
22 <ItemGroup Condition="'$(TargetFramework)'=='net45'"> 22 <ItemGroup Condition=" '$(TargetFrameworkIdentifier)'=='.NETFramework' ">
23 <Content Include="WixBA.BootstrapperCore.config" CopyToOutputDirectory="PreserveNewest" /> 23 <Content Include="WixBA.BootstrapperCore.config" CopyToOutputDirectory="PreserveNewest" />
24 </ItemGroup> 24 </ItemGroup>
25 <ItemGroup> 25 <ItemGroup>
26 <Resource Include="Resources\logo-white-hollow.png" /> 26 <Resource Include="Resources\logo-white-hollow.png" />
27 <Resource Include="Resources\logo-black-hollow.png" /> 27 <Resource Include="Resources\logo-black-hollow.png" />
28 </ItemGroup> 28 </ItemGroup>
29 <ItemGroup Condition="'$(TargetFramework)'=='net45'"> 29 <ItemGroup Condition=" '$(TargetFrameworkIdentifier)'=='.NETFramework' ">
30 <Reference Include="PresentationCore" /> 30 <Reference Include="PresentationCore" />
31 <Reference Include="PresentationFramework" /> 31 <Reference Include="PresentationFramework" />
32 <Reference Include="System.Windows.Forms" /> 32 <Reference Include="System.Windows.Forms" />
@@ -37,4 +37,8 @@
37 <ItemGroup> 37 <ItemGroup>
38 <PackageReference Include="WixToolset.Mba.Core" /> 38 <PackageReference Include="WixToolset.Mba.Core" />
39 </ItemGroup> 39 </ItemGroup>
40
41 <ItemGroup Condition=" '$(TargetFrameworkIdentifier)'!='.NETFramework' ">
42 <PackageReference Include="WixToolset.Dnc.HostGenerator" />
43 </ItemGroup>
40</Project> \ No newline at end of file 44</Project> \ No newline at end of file
diff --git a/src/test/burn/WixToolset.WixBA/WixToolset.WixBA_x64.csproj b/src/test/burn/WixToolset.WixBA/WixToolset.WixBA_x64.csproj
index bc1aa7bf..672f7a62 100644
--- a/src/test/burn/WixToolset.WixBA/WixToolset.WixBA_x64.csproj
+++ b/src/test/burn/WixToolset.WixBA/WixToolset.WixBA_x64.csproj
@@ -2,7 +2,7 @@
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3<Project Sdk="Microsoft.NET.Sdk"> 3<Project Sdk="Microsoft.NET.Sdk">
4 <PropertyGroup> 4 <PropertyGroup>
5 <TargetFrameworks>net45;net5.0-windows</TargetFrameworks> 5 <TargetFrameworks>net472;net5.0-windows</TargetFrameworks>
6 <AssemblyName>WixToolset.WixBA</AssemblyName> 6 <AssemblyName>WixToolset.WixBA</AssemblyName>
7 <RootNamespace>WixToolset.WixBA</RootNamespace> 7 <RootNamespace>WixToolset.WixBA</RootNamespace>
8 <DebugType>embedded</DebugType> 8 <DebugType>embedded</DebugType>
@@ -19,14 +19,14 @@
19 <!-- https://stackoverflow.com/questions/58844785/how-to-reference-system-windows-forms-in-net-core-3-0-for-wpf-apps --> 19 <!-- https://stackoverflow.com/questions/58844785/how-to-reference-system-windows-forms-in-net-core-3-0-for-wpf-apps -->
20 <UseWindowsForms>true</UseWindowsForms> 20 <UseWindowsForms>true</UseWindowsForms>
21 </PropertyGroup> 21 </PropertyGroup>
22 <ItemGroup Condition="'$(TargetFramework)'=='net45'"> 22 <ItemGroup Condition=" '$(TargetFrameworkIdentifier)'=='.NETFramework' ">
23 <Content Include="WixBA.BootstrapperCore.config" CopyToOutputDirectory="PreserveNewest" /> 23 <Content Include="WixBA.BootstrapperCore.config" CopyToOutputDirectory="PreserveNewest" />
24 </ItemGroup> 24 </ItemGroup>
25 <ItemGroup> 25 <ItemGroup>
26 <Resource Include="Resources\logo-white-hollow.png" /> 26 <Resource Include="Resources\logo-white-hollow.png" />
27 <Resource Include="Resources\logo-black-hollow.png" /> 27 <Resource Include="Resources\logo-black-hollow.png" />
28 </ItemGroup> 28 </ItemGroup>
29 <ItemGroup Condition="'$(TargetFramework)'=='net45'"> 29 <ItemGroup Condition=" '$(TargetFrameworkIdentifier)'=='.NETFramework' ">
30 <Reference Include="PresentationCore" /> 30 <Reference Include="PresentationCore" />
31 <Reference Include="PresentationFramework" /> 31 <Reference Include="PresentationFramework" />
32 <Reference Include="System.Windows.Forms" /> 32 <Reference Include="System.Windows.Forms" />
@@ -37,4 +37,8 @@
37 <ItemGroup> 37 <ItemGroup>
38 <PackageReference Include="WixToolset.Mba.Core" /> 38 <PackageReference Include="WixToolset.Mba.Core" />
39 </ItemGroup> 39 </ItemGroup>
40
41 <ItemGroup Condition=" '$(TargetFrameworkIdentifier)'!='.NETFramework' ">
42 <PackageReference Include="WixToolset.Dnc.HostGenerator" />
43 </ItemGroup>
40</Project> \ No newline at end of file 44</Project> \ No newline at end of file