diff --git a/msvc/props/common.debug.props b/msvc/props/common.debug.props index 5cad386..cdea1aa 100644 --- a/msvc/props/common.debug.props +++ b/msvc/props/common.debug.props @@ -7,6 +7,9 @@ _DEBUG;%(PreprocessorDefinitions) + + _DEBUG;%(PreprocessorDefinitions) + \ No newline at end of file diff --git a/msvc/props/common.release.props b/msvc/props/common.release.props index bf5162d..589b99e 100644 --- a/msvc/props/common.release.props +++ b/msvc/props/common.release.props @@ -9,6 +9,9 @@ NDEBUG;%(PreprocessorDefinitions) true + + NDEBUG;%(PreprocessorDefinitions) + \ No newline at end of file