This commit is contained in:
Frank Denis 2017-05-25 12:51:02 +02:00
parent 98e58ae4c1
commit 9787febb00
6 changed files with 12 additions and 12 deletions

View File

@ -306,7 +306,7 @@
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\resource.rc">
<PreprocessorDefinitions Condition="'$(Configuration)'=='DebugDLL'">_DEBUG;$(Platform);%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)'=='DebugDLL'">_DEBUG;$(Platform);%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)'=='ReleaseDLL'">NDEBUG;$(Platform);%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemGroup>