From 550859d7204b218c0a95648d7ae071ab3b02ec94 Mon Sep 17 00:00:00 2001 From: SeVlaT Date: Fri, 13 Nov 2015 10:45:12 +0300 Subject: [PATCH] Msvc10: moved to Props --- msvc/props/common.debug.props | 3 +++ msvc/props/common.release.props | 3 +++ 2 files changed, 6 insertions(+) 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