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/mbanative/mbanative.vcxproj | 4 ++-- src/mbanative/packages.config | 2 +- src/mbanative/precomp.h | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/mbanative') diff --git a/src/mbanative/mbanative.vcxproj b/src/mbanative/mbanative.vcxproj index 4a9b91f6..605cc535 100644 --- a/src/mbanative/mbanative.vcxproj +++ b/src/mbanative/mbanative.vcxproj @@ -2,7 +2,7 @@ - + @@ -69,7 +69,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/mbanative/packages.config b/src/mbanative/packages.config index 01a9390c..75a6476b 100644 --- a/src/mbanative/packages.config +++ b/src/mbanative/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/src/mbanative/precomp.h b/src/mbanative/precomp.h index 54d8cb08..d19b4695 100644 --- a/src/mbanative/precomp.h +++ b/src/mbanative/precomp.h @@ -7,9 +7,9 @@ #include -#include "BootstrapperEngine.h" -#include "BootstrapperApplication.h" -#include "IBootstrapperEngine.h" -#include "IBootstrapperApplication.h" +#include +#include -#include "balutil.h" +#include +#include +#include -- cgit v1.2.3-55-g6feb