From c49432f7d39dfe7fedc722b85cd1162bd5096ac1 Mon Sep 17 00:00:00 2001 From: Bevan Weiss Date: Fri, 3 Jan 2025 15:14:49 +1100 Subject: Migrate COM+ E2E tests from raw binaries to source code. Signed-off-by: Bevan Weiss --- .../ComPlusExtensionTests/Components/TestComponentNative/pch.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp') diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp new file mode 100644 index 00000000..64b7eef6 --- /dev/null +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/pch.cpp @@ -0,0 +1,5 @@ +// pch.cpp: source file corresponding to the pre-compiled header + +#include "pch.h" + +// When you are using pre-compiled headers, this source file is necessary for compilation to succeed. -- cgit v1.2.3-55-g6feb