diff options
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/debug.props | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/debug.props b/PCbuild/debug.props index ce8aad4..9b7a65a 100644 --- a/PCbuild/debug.props +++ b/PCbuild/debug.props @@ -12,6 +12,9 @@ <ClCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions> + </ResourceCompile> </ItemDefinitionGroup> <ItemGroup> <BuildMacro Include="PyDebugExt"> |