From df016066100df955d5ff98811e113fb2b1bd4b8a Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 26 Apr 2021 11:31:05 -0700 Subject: Implement integrated build process --- src/api/burn/bextutil/bextutil.nuspec | 33 +++++++++++++++++---------------- src/api/burn/bextutil/bextutil.vcxproj | 23 +++++++---------------- src/api/burn/bextutil/packages.config | 6 ------ 3 files changed, 24 insertions(+), 38 deletions(-) delete mode 100644 src/api/burn/bextutil/packages.config (limited to 'src/api/burn/bextutil') diff --git a/src/api/burn/bextutil/bextutil.nuspec b/src/api/burn/bextutil/bextutil.nuspec index 752dbb97..e75c4a43 100644 --- a/src/api/burn/bextutil/bextutil.nuspec +++ b/src/api/burn/bextutil/bextutil.nuspec @@ -1,31 +1,32 @@ - + $id$ $version$ + $title$ + $description$ $authors$ - $authors$ MS-RL - https://github.com/wixtoolset/balutil false - $description$ $copyright$ + $projectUrl$ + - - + + - - - - - - - - - - + + + + + + + + + + diff --git a/src/api/burn/bextutil/bextutil.vcxproj b/src/api/burn/bextutil/bextutil.vcxproj index b9334cf3..cbb83b96 100644 --- a/src/api/burn/bextutil/bextutil.vcxproj +++ b/src/api/burn/bextutil/bextutil.vcxproj @@ -2,9 +2,6 @@ - - - Debug @@ -44,8 +41,7 @@ - - + @@ -54,7 +50,7 @@ - $(ProjectDir)..\inc + inc;..\WixToolset.BootstrapperCore.Native\inc @@ -75,16 +71,11 @@ - + + + + - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - \ No newline at end of file + diff --git a/src/api/burn/bextutil/packages.config b/src/api/burn/bextutil/packages.config deleted file mode 100644 index 08ea3364..00000000 --- a/src/api/burn/bextutil/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file -- cgit v1.2.3-55-g6feb