From 8d2a9fc1b66228c258d4cf42dc58d3c11852476e Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 22 Sep 2019 02:48:58 +0200 Subject: minimized DLL and using own entry --- TestDLL/TestDLL.vcxproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'TestDLL/TestDLL.vcxproj') diff --git a/TestDLL/TestDLL.vcxproj b/TestDLL/TestDLL.vcxproj index e75526b..8f23a67 100644 --- a/TestDLL/TestDLL.vcxproj +++ b/TestDLL/TestDLL.vcxproj @@ -89,16 +89,20 @@ Use Level3 Disabled - true + false _DEBUG;TESTDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true MultiThreaded + false + Default Windows true $(VCToolsInstallDir)lib\x64;$(OutputPath);%(AdditionalLibraryDirectories) kernel32.lib;user32.lib + true + LibEntry @@ -140,10 +144,12 @@ MaxSpeed true true - true + false NDEBUG;TESTDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true MultiThreaded + false + %(DisableSpecificWarnings) Windows @@ -152,6 +158,8 @@ true $(VCToolsInstallDir)lib\x64;$(OutputPath);%(AdditionalLibraryDirectories) kernel32.lib;user32.lib + true + LibEntry -- cgit v1.2.3