From 62224cf5c909c6b9ea09eeb0bcf29021091e7665 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 18 Feb 2022 17:22:11 -0600 Subject: Create RequiresNativeWixAssets property. --- src/wix/Directory.Build.targets | 39 ++++++++++++++++++++++ .../WixToolsetTest.BuildTasks.csproj | 7 +--- .../WixToolsetTest.Core.Native.csproj | 7 +--- .../WixToolsetTest.CoreIntegration.csproj | 7 +--- .../WixToolsetTest.Sdk/WixToolsetTest.Sdk.csproj | 7 +--- src/wix/wix/wix.csproj | 35 +------------------ 6 files changed, 44 insertions(+), 58 deletions(-) create mode 100644 src/wix/Directory.Build.targets diff --git a/src/wix/Directory.Build.targets b/src/wix/Directory.Build.targets new file mode 100644 index 00000000..d3c60a1e --- /dev/null +++ b/src/wix/Directory.Build.targets @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/wix/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj b/src/wix/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj index 936fa4b9..4ae0f4a8 100644 --- a/src/wix/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj +++ b/src/wix/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj @@ -8,6 +8,7 @@ embedded win-x64 false + true @@ -22,12 +23,6 @@ - - - - - - diff --git a/src/wix/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj b/src/wix/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj index 44772187..66273be7 100644 --- a/src/wix/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj +++ b/src/wix/test/WixToolsetTest.Core.Native/WixToolsetTest.Core.Native.csproj @@ -7,18 +7,13 @@ false win-x64 false + true - - - - - - diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/wix/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index b84b1ed3..996858d1 100644 --- a/src/wix/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/wix/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj @@ -7,18 +7,13 @@ false embedded false + true - - - - - - diff --git a/src/wix/test/WixToolsetTest.Sdk/WixToolsetTest.Sdk.csproj b/src/wix/test/WixToolsetTest.Sdk/WixToolsetTest.Sdk.csproj index 44999f3d..5a6f6ad1 100644 --- a/src/wix/test/WixToolsetTest.Sdk/WixToolsetTest.Sdk.csproj +++ b/src/wix/test/WixToolsetTest.Sdk/WixToolsetTest.Sdk.csproj @@ -8,18 +8,13 @@ embedded TestData\**;$(DefaultItemExcludes) false + true - - - - - - diff --git a/src/wix/wix/wix.csproj b/src/wix/wix/wix.csproj index a7df91f6..ec583475 100644 --- a/src/wix/wix/wix.csproj +++ b/src/wix/wix/wix.csproj @@ -14,6 +14,7 @@ wix.exe.manifest Major $(OutputPath)publish\wix\ + true @@ -24,38 +25,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3-55-g6feb