Added ProgramDataBaseFile directive so that .pdb file goes into same directory as the .lib so that debug builds can find it

This commit is contained in:
Dave Meehan 2014-05-30 17:47:01 +01:00
parent cfc754f393
commit ed49057fd7

View File

@ -17,6 +17,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>