From 83e4e5d759903e70a9bbf75d4d084bfda49e5877 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 30 Mar 2020 18:51:48 +1000 Subject: Upgrade to latest BootstrapperCore. --- src/balutil/balutil.vcxproj | 4 ++-- src/balutil/packages.config | 2 +- src/balutil/precomp.h | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'src/balutil') diff --git a/src/balutil/balutil.vcxproj b/src/balutil/balutil.vcxproj index 134bc2f6..ce109d36 100644 --- a/src/balutil/balutil.vcxproj +++ b/src/balutil/balutil.vcxproj @@ -2,7 +2,7 @@ - + @@ -90,7 +90,7 @@ 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}. - + diff --git a/src/balutil/packages.config b/src/balutil/packages.config index 01a9390c..75a6476b 100644 --- a/src/balutil/packages.config +++ b/src/balutil/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/src/balutil/precomp.h b/src/balutil/precomp.h index 89607416..c500060a 100644 --- a/src/balutil/precomp.h +++ b/src/balutil/precomp.h @@ -16,8 +16,9 @@ #include #include -#include "BootstrapperEngine.h" -#include "BootstrapperApplication.h" +#include +#include + #include "IBootstrapperEngine.h" #include "IBootstrapperApplication.h" -- cgit v1.2.3-55-g6feb