From 804604425ae45ea40a816cfed9f5f17aa60181f5 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 22 Sep 2020 15:33:54 -0500 Subject: Update project files so appveyor.cmd can build Debug for dev. --- src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj | 7 +++++-- src/heat/heat.csproj | 7 +++++-- src/wix/wix.csproj | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj index 2d7e7ca7..c006b5a4 100644 --- a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj +++ b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj @@ -3,8 +3,7 @@ - netcoreapp2.1 - $(TargetFrameworks);net461 + netcoreapp2.1;net461 WiX Toolset MSBuild Tasks embedded @@ -28,6 +27,10 @@ + + + + diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index 780a9496..51c9b297 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj @@ -3,8 +3,7 @@ - netcoreapp2.1 - $(TargetFrameworks);net461 + netcoreapp2.1;net461 Exe Harvester WiX Harvester @@ -25,6 +24,10 @@ + + + + diff --git a/src/wix/wix.csproj b/src/wix/wix.csproj index 3125a7e7..d03d076e 100644 --- a/src/wix/wix.csproj +++ b/src/wix/wix.csproj @@ -3,8 +3,7 @@ - netcoreapp2.1 - $(TargetFrameworks);net461 + netcoreapp2.1;net461 Exe Compiler WiX Toolset Compiler @@ -21,6 +20,10 @@ NU1701 + + + + -- cgit v1.2.3-55-g6feb