From 66cd497dfe2e224d047ec375d0e3290a478890e8 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Thu, 27 Jan 2011 10:41:26 +0000 Subject: Added "DebugFast" configs to vs2010 projects. Removed solution folders.(vs express doesn't like them) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6931 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/InputCommon/InputCommon.vcxproj | 74 +++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) (limited to 'Source/Core/InputCommon') diff --git a/Source/Core/InputCommon/InputCommon.vcxproj b/Source/Core/InputCommon/InputCommon.vcxproj index 9acc7a21f3..18c248f686 100644 --- a/Source/Core/InputCommon/InputCommon.vcxproj +++ b/Source/Core/InputCommon/InputCommon.vcxproj @@ -1,6 +1,14 @@  + + DebugFast + Win32 + + + DebugFast + x64 + Debug Win32 @@ -39,12 +47,24 @@ true Unicode + + StaticLibrary + false + true + Unicode + StaticLibrary false true MultiByte + + StaticLibrary + false + true + MultiByte + @@ -57,9 +77,15 @@ + + + + + + $(PlatformName)\$(ConfigurationName) @@ -69,6 +95,10 @@ $(PlatformName)\$(ConfigurationName) $(PlatformName)\$(ConfigurationName) + + $(PlatformName)\$(ConfigurationName) + $(PlatformName)\$(ConfigurationName) + $(PlatformName)\$(ConfigurationName) $(PlatformName)\$(ConfigurationName) @@ -77,6 +107,10 @@ $(PlatformName)\$(ConfigurationName) $(PlatformName)\$(ConfigurationName) + + $(PlatformName)\$(ConfigurationName) + $(PlatformName)\$(ConfigurationName) + Level3 @@ -129,6 +163,26 @@ ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) + + + Level3 + MaxSpeed + true + true + ..\Common\Src;..\..\..\Externals\SDL\Include_1.2;%(AdditionalIncludeDirectories) + DEBUGFAST;_SECURE_SCL=0;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + true + + + xinput.lib + ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) + + Level3 @@ -149,6 +203,26 @@ ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) + + + Level3 + MaxSpeed + true + true + ..\Common\Src;..\..\..\Externals\SDL\Include_1.2;%(AdditionalIncludeDirectories) + DEBUGFAST;_SECURE_SCL=0;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + true + + + xinput.lib + ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) + + -- cgit v1.2.3