diff options
Diffstat (limited to 'Hunted/Hunted.vcxproj')
-rw-r--r-- | Hunted/Hunted.vcxproj | 7 |
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> |