From 533fb3c24290f5c9684a661e2576d857fbee9fb6 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 15 Mar 2021 15:46:44 -0700 Subject: Modernize build system --- .../WixToolset.Core.Native.csproj | 83 +++++----------------- .../WixToolset.Core.Native.nuspec | 14 ++-- 2 files changed, 25 insertions(+), 72 deletions(-) (limited to 'src/WixToolset.Core.Native') diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj index 2c118d51..41e75f99 100644 --- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj @@ -5,82 +5,35 @@ netstandard2.0 - $(MSBuildThisFileName).nuspec - Core Native embedded + WiX Toolset Native Processing true true - - - All - Platform=ARM64 - - - All - Platform=Win32 - - - All - Platform=x64 - + + + + + + + + + + + + + + + - + - + - - - $(MSBuildProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt - $(NCrunchOriginalProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt - $(MSBuildThisFileDirectory)..\wixnative\ - - - - - <_NativeProjectOutput Include="$(MergeModDirectory)x64\mergemod.dll" /> - <_NativeProjectOutput Include="$(OutputPath)..\x64\wixnative.exe" /> - <_NativeProjectOutput Include="$(OutputPath)..\x64\wixnative.pdb" /> - - - - - - - - - PreserveNewest - %(Filename)%(Extension) - - - - - - - - - - - - - - - - - - - - - - - $(OutputPath)..\ - Id=$(MSBuildThisFileName);Version=$(BuildVersionSimple);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl);MergeModDir=$(MergeModDirectory) - - diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec index 33b19bc1..b6fd9790 100644 --- a/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.nuspec @@ -3,16 +3,16 @@ $id$ $version$ + $title$ + $description$ $authors$ - $authors$ MS-RL - https://github.com/wixtoolset/Core.Native false - $description$ $copyright$ + $projectUrl$ - + @@ -20,13 +20,13 @@ - + - + - + -- cgit v1.2.3-55-g6feb