Update VS projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 12 Oct 2011 03:23:49 +0000 (11:23 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 12 Oct 2011 03:23:49 +0000 (11:23 +0800)
commitf5f242caf80d96a6ec057fc746e5d53a34de7077
tree52410581940357a8f7f35de22e1bf63e33125a04
parentb93d6ab83a0cddce0a3847984a91a2819df61130
Update VS projects

Get rid of _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_WARNINGS
from the preprocessor definitions as those two macros are now defined
in msvc_recommended_pragmas.h, which is force-included in these projects
via the property sheets.  This will silence C4005 warnings on macro
redefinition.
build/win32/vs10/glib-compile-schemas.vcxproj
build/win32/vs10/gsettings.vcxproj
build/win32/vs10/gspawn-win32-helper-console.vcxproj
build/win32/vs10/gspawn-win32-helper.vcxproj
build/win32/vs10/testglib.vcxproj
build/win32/vs9/glib-compile-schemas.vcproj
build/win32/vs9/gsettings.vcproj
build/win32/vs9/gspawn-win32-helper-console.vcproj
build/win32/vs9/gspawn-win32-helper.vcproj
build/win32/vs9/testglib.vcproj