diff options
-rw-r--r-- | windows/msvc/debug.props | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/windows/msvc/debug.props b/windows/msvc/debug.props index c0a22be854..fa1ca4fcbc 100644 --- a/windows/msvc/debug.props +++ b/windows/msvc/debug.props @@ -4,10 +4,6 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup> </PropertyGroup> - <ItemDefinitionGroup> - <ClCompile> - <PreprocessorDefinitions>DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - </ClCompile> - </ItemDefinitionGroup> + <ItemDefinitionGroup /> <ItemGroup /> -</Project> +</Project>
\ No newline at end of file |