From d232c5621fe336b1f563b69be7637c93e795e151 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 10 May 2020 12:04:47 +1000 Subject: Redo nuget package so that burn.exe's get put where Core expects them to be --- src/stub/WixToolset.Burn.nuspec | 21 +++++++++++++++++++++ src/stub/WixToolset.Burn.props | 12 ++++++++++++ src/stub/runtime.win.WixToolset.Burn.nuspec | 20 -------------------- src/stub/stub.vcxproj | 9 ++------- 4 files changed, 35 insertions(+), 27 deletions(-) create mode 100644 src/stub/WixToolset.Burn.nuspec create mode 100644 src/stub/WixToolset.Burn.props delete mode 100644 src/stub/runtime.win.WixToolset.Burn.nuspec (limited to 'src') diff --git a/src/stub/WixToolset.Burn.nuspec b/src/stub/WixToolset.Burn.nuspec new file mode 100644 index 00000000..e71f64e4 --- /dev/null +++ b/src/stub/WixToolset.Burn.nuspec @@ -0,0 +1,21 @@ + + + + $id$ + $version$ + $authors$ + $authors$ + + https://licenses.nuget.org/MS-RL + https://github.com/wixtoolset/burn + false + $description$ + $copyright$ + + + + + + + + diff --git a/src/stub/WixToolset.Burn.props b/src/stub/WixToolset.Burn.props new file mode 100644 index 00000000..b83d0b1c --- /dev/null +++ b/src/stub/WixToolset.Burn.props @@ -0,0 +1,12 @@ + + + + + + + + %(RecursiveDir)%(FileName)%(Extension) + PreserveNewest + + + diff --git a/src/stub/runtime.win.WixToolset.Burn.nuspec b/src/stub/runtime.win.WixToolset.Burn.nuspec deleted file mode 100644 index e296bf8f..00000000 --- a/src/stub/runtime.win.WixToolset.Burn.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - $id$ - $version$ - $authors$ - $authors$ - - https://licenses.nuget.org/MS-RL - https://github.com/wixtoolset/burn - false - $description$ - $copyright$ - - - - - - - diff --git a/src/stub/stub.vcxproj b/src/stub/stub.vcxproj index 02c61295..7af42fa9 100644 --- a/src/stub/stub.vcxproj +++ b/src/stub/stub.vcxproj @@ -23,16 +23,11 @@ - - x86 - amd64 - - {C38373AA-882F-4F55-B03F-2AAB4BFBE3F1} Application Windows - burn.$(NameSuffix) + burn v141 Unicode Native component of WixToolset.Burn @@ -90,7 +85,7 @@ - + -- cgit v1.2.3-55-g6feb