aboutsummaryrefslogtreecommitdiff
path: root/Hunted
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-07-09 19:56:14 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-07-09 19:56:14 +0200
commit4899df40a00ad0ba3af3e62b441ad7122bc52c71 (patch)
tree2fbbeb7e0444c0b751f275077523fdd184c70a7e /Hunted
parent5e0eb693ec577213806d30527763d6b29fae33eb (diff)
fixed Linker issue for Hunted (RuntimeLib: MT-Lib-Dbg)
Diffstat (limited to 'Hunted')
-rw-r--r--Hunted/Hunted.vcxproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/Hunted/Hunted.vcxproj b/Hunted/Hunted.vcxproj
index ab43a13..7621221 100644
--- a/Hunted/Hunted.vcxproj
+++ b/Hunted/Hunted.vcxproj
@@ -98,7 +98,7 @@
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<ExceptionHandling>SyncCThrow</ExceptionHandling>
<BufferSecurityCheck>true</BufferSecurityCheck>
<AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
@@ -189,6 +189,11 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\MemDriverLib\MemDriverLib.vcxproj">
+ <Project>{b6790a97-6995-46b6-ad73-ac5bc4ac76db}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>