From 655a166adbd56ea7036b2001258ede77f58baee0 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 18 Jul 2020 16:48:54 +1000 Subject: Move Burn headers from BootstrapperCore repo. --- src/engine/engine.vcxproj | 10 ++++------ src/engine/packages.config | 1 - src/engine/precomp.h | 8 ++++---- 3 files changed, 8 insertions(+), 11 deletions(-) (limited to 'src/engine') diff --git a/src/engine/engine.vcxproj b/src/engine/engine.vcxproj index 6d064a43..906792a6 100644 --- a/src/engine/engine.vcxproj +++ b/src/engine/engine.vcxproj @@ -2,7 +2,6 @@ - @@ -42,10 +41,6 @@ - - $(ProjectDir)..\inc - - @@ -96,6 +91,10 @@ + + + + @@ -166,7 +165,6 @@ rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc" 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/engine/packages.config b/src/engine/packages.config index 98db4ce4..04a6553e 100644 --- a/src/engine/packages.config +++ b/src/engine/packages.config @@ -1,6 +1,5 @@  - \ No newline at end of file diff --git a/src/engine/precomp.h b/src/engine/precomp.h index 04dfa50e..c60d7c0e 100644 --- a/src/engine/precomp.h +++ b/src/engine/precomp.h @@ -61,10 +61,10 @@ #include #include -#include "BootstrapperEngine.h" -#include "BootstrapperApplication.h" -#include "BundleExtensionEngine.h" -#include "BundleExtension.h" +#include "..\WixToolset.BootstrapperCore.Native\inc\BootstrapperEngine.h" +#include "..\WixToolset.BootstrapperCore.Native\inc\BootstrapperApplication.h" +#include "..\WixToolset.BootstrapperCore.Native\inc\BundleExtensionEngine.h" +#include "..\WixToolset.BootstrapperCore.Native\inc\BundleExtension.h" #include "platform.h" #include "variant.h" -- cgit v1.2.3-55-g6feb