diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-09-25 08:59:56 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-09-25 08:59:56 +0200 |
commit | 43478cc9900a3faa7fed8de91c826ae796f50c07 (patch) | |
tree | 61f6de40817d148c49e275b5d16e466a11a9c207 /TestDLL | |
parent | 1c4f18f9b978b9b1315994eb5c4f8810c84b1f8f (diff) |
removed unused libs in Hunted and disable Debug build in TestDLL completly
Diffstat (limited to 'TestDLL')
-rw-r--r-- | TestDLL/TestDLL.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestDLL/TestDLL.vcxproj b/TestDLL/TestDLL.vcxproj index 8e6ddab..502975c 100644 --- a/TestDLL/TestDLL.vcxproj +++ b/TestDLL/TestDLL.vcxproj @@ -101,7 +101,7 @@ <GenerateDebugInformation>true</GenerateDebugInformation> <AdditionalLibraryDirectories>$(VCToolsInstallDir)lib\x64;$(OutputPath);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <AdditionalDependencies>kernel32.lib;user32.lib</AdditionalDependencies> - <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> <EntryPointSymbol>LibEntry</EntryPointSymbol> </Link> </ItemDefinitionGroup> |