From 3ebf1ee3ca68c4b48fc34f71ba8518ca686a724c Mon Sep 17 00:00:00 2001 From: Daniel Kaneider Date: Sat, 24 Mar 2012 23:47:55 +0100 Subject: - added x64 configuration to VS2010 individual project files - added gitignore for VS files --- Projects/VC2010/jpegicc/jpegicc.vcxproj | 313 ++++++++++++++++++++------------ 1 file changed, 197 insertions(+), 116 deletions(-) (limited to 'Projects/VC2010/jpegicc/jpegicc.vcxproj') diff --git a/Projects/VC2010/jpegicc/jpegicc.vcxproj b/Projects/VC2010/jpegicc/jpegicc.vcxproj index f6d8578..ef32a0e 100644 --- a/Projects/VC2010/jpegicc/jpegicc.vcxproj +++ b/Projects/VC2010/jpegicc/jpegicc.vcxproj @@ -1,117 +1,198 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {62812507-F926-4968-96A9-17678460AD90} - jpegicc - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - ..\..\..\bin\ - $(Configuration)\ - true - ..\..\..\bin\ - $(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - $(IncludePath);;C:\jpeg-8b - $(LibraryPath);;C:\jpeg-8b - $(IncludePath);;C:\jpeg-8b - $(LibraryPath);;C:\jpeg-8b - - - - Disabled - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level4 - EditAndContinue - - - libjpeg.lib;%(AdditionalDependencies) - true - Console - MachineX86 - - - - - Full - true - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level3 - ProgramDatabase - Speed - true - true - - - libjpeg.lib;%(AdditionalDependencies) - true - Console - true - true - MachineX86 - - - - - - - - - - - {71dede59-3f1e-486b-a899-4283000f76b5} - false - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {62812507-F926-4968-96A9-17678460AD90} + jpegicc + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.21006.1 + ..\..\..\bin\ + ..\..\..\bin\ + $(Configuration)\ + $(Configuration)\ + true + true + ..\..\..\bin\ + ..\..\..\bin\ + $(Configuration)\ + $(Configuration)\ + false + false + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + $(IncludePath);;C:\jpeg-8b + $(IncludePath);;C:\jpeg-8b + $(LibraryPath);;C:\jpeg-8b + $(LibraryPath);;C:\jpeg-8b + $(IncludePath);;C:\jpeg-8b + $(IncludePath);;C:\jpeg-8b + $(LibraryPath);;C:\jpeg-8b + $(LibraryPath);;C:\jpeg-8b + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + EditAndContinue + + + libjpeg.lib;%(AdditionalDependencies) + true + Console + MachineX86 + + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + ProgramDatabase + + + libjpeg.lib;%(AdditionalDependencies) + true + Console + + + + + Full + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + Speed + true + true + + + libjpeg.lib;%(AdditionalDependencies) + true + Console + true + true + MachineX86 + + + + + Full + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + Speed + true + true + + + libjpeg.lib;%(AdditionalDependencies) + true + Console + true + true + + + + + + + + + + + {71dede59-3f1e-486b-a899-4283000f76b5} + false + + + + + \ No newline at end of file -- cgit v1.2.1