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/tifficc/tifficc.vcxproj | 308 ++++++++++++++++++++------------ 1 file changed, 193 insertions(+), 115 deletions(-) (limited to 'Projects/VC2010/tifficc/tifficc.vcxproj') diff --git a/Projects/VC2010/tifficc/tifficc.vcxproj b/Projects/VC2010/tifficc/tifficc.vcxproj index cd63de0..cb62a86 100644 --- a/Projects/VC2010/tifficc/tifficc.vcxproj +++ b/Projects/VC2010/tifficc/tifficc.vcxproj @@ -1,116 +1,194 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {2256DE16-ED92-4A6F-9C54-F65BB61E64A2} - tifficc - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - ..\..\..\bin\ - $(Configuration)\ - true - ..\..\..\bin\ - $(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - $(IncludePath);C:\tiff-3.9.4\libtiff - $(LibraryPath);C:\tiff-3.9.4\libtiff - $(IncludePath);C:\tiff-3.9.4\libtiff - $(LibraryPath);C:\tiff-3.9.4\libtiff - - - - Disabled - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - libtiff.lib;%(AdditionalDependencies) - true - Console - MachineX86 - - - - - MaxSpeed - true - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - ProgramDatabase - - - libtiff.lib;%(AdditionalDependencies) - true - Console - true - true - MachineX86 - - - - - - - - - - - - - {71dede59-3f1e-486b-a899-4283000f76b5} - false - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2256DE16-ED92-4A6F-9C54-F65BB61E64A2} + tifficc + 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:\tiff-3.9.4\libtiff + $(IncludePath);C:\tiff-3.9.4\libtiff + $(LibraryPath);C:\tiff-3.9.4\libtiff + $(LibraryPath);C:\tiff-3.9.4\libtiff + $(IncludePath);C:\tiff-3.9.4\libtiff + $(IncludePath);C:\tiff-3.9.4\libtiff + $(LibraryPath);C:\tiff-3.9.4\libtiff + $(LibraryPath);C:\tiff-3.9.4\libtiff + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + libtiff.lib;%(AdditionalDependencies) + true + Console + MachineX86 + + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + libtiff.lib;%(AdditionalDependencies) + true + Console + + + + + MaxSpeed + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level4 + ProgramDatabase + + + libtiff.lib;%(AdditionalDependencies) + true + Console + true + true + MachineX86 + + + + + MaxSpeed + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level4 + ProgramDatabase + + + libtiff.lib;%(AdditionalDependencies) + true + Console + true + true + + + + + + + + + + + + + {71dede59-3f1e-486b-a899-4283000f76b5} + false + + + + + \ No newline at end of file -- cgit v1.2.1