From 89798575c33897b132c465e9de9f908e995f2fbd Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 24 Mar 2011 04:26:21 +0000 Subject: [PATCH] vs2010: make sure minimal rebuild is turned off git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7408 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Dolphin.vcxproj.filters | 12 ------------ Source/VSProps/CodeGen_Debug.props | 1 + Source/VSProps/CodeGen_DebugFast.props | 1 + 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Source/Core/DolphinWX/Dolphin.vcxproj.filters b/Source/Core/DolphinWX/Dolphin.vcxproj.filters index ae54281962..bc3255787d 100644 --- a/Source/Core/DolphinWX/Dolphin.vcxproj.filters +++ b/Source/Core/DolphinWX/Dolphin.vcxproj.filters @@ -12,15 +12,6 @@ GUI\Saves - - GUI\NetPlay - - - GUI\NetPlay - - - GUI\NetPlay - GUI\NetPlay @@ -153,9 +144,6 @@ GUI\NetPlay - - GUI\NetPlay - GUI\InputConfig diff --git a/Source/VSProps/CodeGen_Debug.props b/Source/VSProps/CodeGen_Debug.props index 13c1294872..9c321b75aa 100644 --- a/Source/VSProps/CodeGen_Debug.props +++ b/Source/VSProps/CodeGen_Debug.props @@ -8,6 +8,7 @@ _DEBUG;_SECURE_SCL=1;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) MultiThreadedDebug Disabled + false diff --git a/Source/VSProps/CodeGen_DebugFast.props b/Source/VSProps/CodeGen_DebugFast.props index f62fb7b423..dc534c6a85 100644 --- a/Source/VSProps/CodeGen_DebugFast.props +++ b/Source/VSProps/CodeGen_DebugFast.props @@ -9,6 +9,7 @@ DEBUGFAST;_SECURE_SCL=0;%(PreprocessorDefinitions) MultiThreaded + false