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