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 --- .../TestComponentNative.vcxproj | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj') diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj new file mode 100644 index 00000000..d2e7b2b6 --- /dev/null +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj @@ -0,0 +1,291 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + {EB199FA2-F9F7-4A2F-A4D3-6689F8A18952} + AtlProj + 10.0 + + + + DynamicLibrary + true + v143 + Unicode + + + DynamicLibrary + false + v143 + Unicode + + + DynamicLibrary + true + v143 + Unicode + + + DynamicLibrary + false + v143 + Unicode + + + + + + + + + + + + + + + + + + + + + true + true + $(ProjectDir)bin\$(Configuration)\ + $(ProjectDir)obj\$(Configuration)\ + + + true + true + $(ProjectDir)bin\$(Configuration)\ + $(ProjectDir)obj\$(Configuration)\ + + + true + false + $(ProjectDir)bin\$(Platform)\$(Configuration)\ + $(ProjectDir)obj\$(Platform)\$(Configuration)\ + + + true + false + $(ProjectDir)bin\$(Platform)\$(Configuration)\ + $(ProjectDir)obj\$(Platform)\$(Configuration)\ + + + + Use + Level3 + Disabled + _WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions) + pch.h + true + false + + + false + _DEBUG;%(PreprocessorDefinitions) + TestComponentNative_i.h + TestComponentNative_i.c + TestComponentNative_p.c + true + $(IntDir)TestComponentNative.tlb + + true + + + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + _DEBUG;%(PreprocessorDefinitions) + + + Windows + .\TestComponentNative.def + false + + + + + Use + Level3 + Disabled + WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions) + pch.h + true + false + + + false + Win32 + _DEBUG;%(PreprocessorDefinitions) + TestComponentNative_i.h + TestComponentNative_i.c + TestComponentNative_p.c + true + $(IntDir)TestComponentNative.tlb + + true + + + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + _DEBUG;%(PreprocessorDefinitions) + + + Windows + .\TestComponentNative.def + false + + + + + Use + Level3 + MaxSpeed + WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions) + pch.h + true + MultiThreaded + false + + + false + Win32 + NDEBUG;%(PreprocessorDefinitions) + TestComponentNative_i.h + TestComponentNative_i.c + TestComponentNative_p.c + true + $(IntDir)TestComponentNative.tlb + + true + + + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + NDEBUG;%(PreprocessorDefinitions) + + + Windows + .\TestComponentNative.def + true + true + false + + + + + Use + Level3 + MaxSpeed + _WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions) + pch.h + true + MultiThreaded + false + + + false + NDEBUG;%(PreprocessorDefinitions) + TestComponentNative_i.h + TestComponentNative_i.c + TestComponentNative_p.c + true + $(IntDir)TestComponentNative.tlb + + true + + + 0x0409 + $(IntDir);%(AdditionalIncludeDirectories) + NDEBUG;%(PreprocessorDefinitions) + + + Windows + .\TestComponentNative.def + true + true + false + + + + + + + + + + + + + + false + false + false + false + + + + + + + + + + + + Create + Create + Create + Create + + + + false + false + false + false + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb