From 732e719b6888895ac01aa02c2a86d0beb37ec74d Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 13 Apr 2021 11:18:18 -0700 Subject: Add MEND request state to repair any missing files in MSI packages --- src/bextutil/bextutil.vcxproj | 6 +++--- src/bextutil/packages.config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bextutil') diff --git a/src/bextutil/bextutil.vcxproj b/src/bextutil/bextutil.vcxproj index 6008128f..5007afb8 100644 --- a/src/bextutil/bextutil.vcxproj +++ b/src/bextutil/bextutil.vcxproj @@ -2,7 +2,7 @@ - + @@ -87,8 +87,8 @@ 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/bextutil/packages.config b/src/bextutil/packages.config index 76baf58e..0a0e5748 100644 --- a/src/bextutil/packages.config +++ b/src/bextutil/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file -- cgit v1.2.3-55-g6feb