From a0ca51b5683b464d759c6398c1a72211e4976871 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 19 Sep 2019 20:24:09 +0200 Subject: added TestDLL suitable for manual mapping and integration test skeleton --- IntegrationTest/IntegrationTest.vcxproj | 172 ++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 IntegrationTest/IntegrationTest.vcxproj (limited to 'IntegrationTest/IntegrationTest.vcxproj') diff --git a/IntegrationTest/IntegrationTest.vcxproj b/IntegrationTest/IntegrationTest.vcxproj new file mode 100644 index 0000000..ef706b2 --- /dev/null +++ b/IntegrationTest/IntegrationTest.vcxproj @@ -0,0 +1,172 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {AD4E6887-32BA-4CC9-924C-18F0ECAFB576} + Win32Proj + IntegrationTest + 10.0.17763.0 + + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + Application + true + v141 + Unicode + false + + + Application + false + v141 + true + Unicode + false + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + $(VCToolsInstallDir)lib\x64;$(OutputPath);%(AdditionalLibraryDirectories) + + + + + Use + Level3 + Disabled + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + + + + + Use + Level3 + MaxSpeed + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + true + true + + + + + Use + Level3 + MaxSpeed + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + true + true + $(VCToolsInstallDir)lib\x64;$(OutputPath);%(AdditionalLibraryDirectories) + + + + + + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file -- cgit v1.2.3