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/.gitignore | 3 + Projects/VC2010/jpegicc/jpegicc.vcxproj | 313 ++++++++++++------- Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj | 365 +++++++++++++--------- Projects/VC2010/lcms2_static/lcms2_static.vcxproj | 67 ++++ Projects/VC2010/linkicc/linkicc.vcxproj | 284 ++++++++++------- Projects/VC2010/psicc/psicc.vcxproj | 284 ++++++++++------- Projects/VC2010/testbed/testbed.vcxproj | 304 +++++++++++------- Projects/VC2010/tiffdiff/tiffdiff.vcxproj | 305 +++++++++++------- Projects/VC2010/tifficc/tifficc.vcxproj | 308 +++++++++++------- Projects/VC2010/transicc/transicc.vcxproj | 290 ++++++++++------- 10 files changed, 1604 insertions(+), 919 deletions(-) create mode 100644 Projects/.gitignore diff --git a/Projects/.gitignore b/Projects/.gitignore new file mode 100644 index 0000000..1b81b17 --- /dev/null +++ b/Projects/.gitignore @@ -0,0 +1,3 @@ +**.suo +**.sdf +**.user \ No newline at end of file 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 diff --git a/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj b/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj index ec180ca..9f79807 100644 --- a/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj +++ b/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj @@ -1,143 +1,224 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {8C51BE48-ADB8-4089-A9EC-F6BF993A0548} - lcms2_DLL - Win32Proj - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - ..\..\..\bin\ - $(Configuration)\ - true - ..\..\..\bin\ - $(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ../../../include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - ..\..\..\src\lcms2.def - true - Windows - MachineX86 - ../../../bin/lcms2d.dll - - - - - Full - true - Speed - true - true - true - ../../../include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level4 - ProgramDatabase - true - OnlyExplicitInline - - - ..\..\..\src\lcms2.def - true - Windows - true - true - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {8C51BE48-ADB8-4089-A9EC-F6BF993A0548} + lcms2_DLL + Win32Proj + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + 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 + + + + + + + + Disabled + ../../../include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + ..\..\..\src\lcms2.def + true + Windows + MachineX86 + ../../../bin/lcms2d.dll + + + + + Disabled + ../../../include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + ..\..\..\src\lcms2.def + true + Windows + ../../../bin/lcms2d.dll + + + + + Full + true + Speed + true + true + true + ../../../include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level4 + ProgramDatabase + true + OnlyExplicitInline + + + ..\..\..\src\lcms2.def + true + Windows + true + true + MachineX86 + + + + + Full + true + Speed + true + true + true + ../../../include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;CMS_DLL_BUILD;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level4 + ProgramDatabase + true + OnlyExplicitInline + + + ..\..\..\src\lcms2.def + true + Windows + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Projects/VC2010/lcms2_static/lcms2_static.vcxproj b/Projects/VC2010/lcms2_static/lcms2_static.vcxproj index c611473..a69dbba 100644 --- a/Projects/VC2010/lcms2_static/lcms2_static.vcxproj +++ b/Projects/VC2010/lcms2_static/lcms2_static.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {71DEDE59-3F1E-486B-A899-4283000F76B5} @@ -21,32 +29,57 @@ Unicode true + + StaticLibrary + Unicode + true + StaticLibrary Unicode + + StaticLibrary + Unicode + + + + + + + <_ProjectFileVersion>10.0.21006.1 ..\..\..\Lib\MS\ + ..\..\..\Lib\MS\ $(Configuration)\ + $(Configuration)\ ..\..\..\Lib\MS\ + ..\..\..\Lib\MS\ $(Configuration)\ + $(Configuration)\ AllRules.ruleset + AllRules.ruleset + + AllRules.ruleset + AllRules.ruleset + + @@ -64,6 +97,21 @@ + + + Disabled + ../../../include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level4 + ProgramDatabase + + + + Full @@ -83,6 +131,25 @@ false + + + Full + true + ../../../include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level4 + ProgramDatabase + Speed + true + true + OnlyExplicitInline + false + + diff --git a/Projects/VC2010/linkicc/linkicc.vcxproj b/Projects/VC2010/linkicc/linkicc.vcxproj index 6bd9ebc..deff207 100644 --- a/Projects/VC2010/linkicc/linkicc.vcxproj +++ b/Projects/VC2010/linkicc/linkicc.vcxproj @@ -1,107 +1,179 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {FBFBE1DC-DB84-4BA1-9552-B4780F457849} - linkicc - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - ..\..\..\bin\ - $(Configuration)\ - true - ..\..\..\bin\ - $(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - Level4 - EditAndContinue - - - true - Console - MachineX86 - - - - - MaxSpeed - true - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - ProgramDatabase - - - true - Console - true - true - MachineX86 - - - - - - - - - - {71dede59-3f1e-486b-a899-4283000f76b5} - false - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {FBFBE1DC-DB84-4BA1-9552-B4780F457849} + linkicc + 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 + + + + + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level4 + EditAndContinue + + + true + Console + MachineX86 + + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level4 + ProgramDatabase + + + true + Console + + + + + MaxSpeed + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level4 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + MaxSpeed + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level4 + ProgramDatabase + + + true + Console + true + true + + + + + + + + + + {71dede59-3f1e-486b-a899-4283000f76b5} + false + + + + + \ No newline at end of file diff --git a/Projects/VC2010/psicc/psicc.vcxproj b/Projects/VC2010/psicc/psicc.vcxproj index b200db1..bd34c47 100644 --- a/Projects/VC2010/psicc/psicc.vcxproj +++ b/Projects/VC2010/psicc/psicc.vcxproj @@ -1,107 +1,179 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {EF6A8851-65FE-46F5-B9EF-14F0B671F693} - psicc - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - ..\..\..\bin\ - $(Configuration)\ - true - ..\..\..\bin\ - $(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - Level4 - EditAndContinue - - - true - Console - MachineX86 - - - - - MaxSpeed - true - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level4 - ProgramDatabase - - - true - Console - true - true - MachineX86 - - - - - - - - - - {71dede59-3f1e-486b-a899-4283000f76b5} - false - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EF6A8851-65FE-46F5-B9EF-14F0B671F693} + psicc + 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 + + + + + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level4 + EditAndContinue + + + true + Console + MachineX86 + + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level4 + ProgramDatabase + + + true + Console + + + + + MaxSpeed + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level4 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + MaxSpeed + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level4 + ProgramDatabase + + + true + Console + true + true + + + + + + + + + + {71dede59-3f1e-486b-a899-4283000f76b5} + false + + + + + \ No newline at end of file diff --git a/Projects/VC2010/testbed/testbed.vcxproj b/Projects/VC2010/testbed/testbed.vcxproj index 15988b5..49c485e 100644 --- a/Projects/VC2010/testbed/testbed.vcxproj +++ b/Projects/VC2010/testbed/testbed.vcxproj @@ -1,113 +1,193 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {928A3A2B-46EF-4279-959C-513B3652FF0E} - testbed - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Configuration)\ - true - ..\..\..\testbed\ - $(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - ..\..\..\testbed\ - - - - Disabled - ../../../include;../../../src;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - Level3 - EditAndContinue - - - true - Console - MachineX86 - false - - - - - Full - true - Speed - true - true - ../../../include;../../../src;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - false - true - NotSet - - - Level3 - ProgramDatabase - Cdecl - - - true - Console - true - true - MachineX86 - false - - - - - {71dede59-3f1e-486b-a899-4283000f76b5} - false - - - - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {928A3A2B-46EF-4279-959C-513B3652FF0E} + testbed + Win32Proj + + + + Application + Unicode + true + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.21006.1 + $(Configuration)\ + $(Configuration)\ + true + true + ..\..\..\testbed\ + ..\..\..\testbed\ + $(Configuration)\ + $(Configuration)\ + false + false + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + ..\..\..\testbed\ + ..\..\..\testbed\ + + + + Disabled + ../../../include;../../../src;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + + + true + Console + MachineX86 + false + + + + + Disabled + ../../../include;../../../src;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + ProgramDatabase + + + true + Console + false + + + + + Full + true + Speed + true + true + ../../../include;../../../src;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + false + true + NotSet + + + Level3 + ProgramDatabase + Cdecl + + + true + Console + true + true + MachineX86 + false + + + + + Full + true + Speed + true + true + ../../../include;../../../src;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + false + true + NotSet + + + Level3 + ProgramDatabase + Cdecl + + + true + Console + true + true + false + + + + + {71dede59-3f1e-486b-a899-4283000f76b5} + false + + + + + + + + \ No newline at end of file diff --git a/Projects/VC2010/tiffdiff/tiffdiff.vcxproj b/Projects/VC2010/tiffdiff/tiffdiff.vcxproj index 210d812..0e45715 100644 --- a/Projects/VC2010/tiffdiff/tiffdiff.vcxproj +++ b/Projects/VC2010/tiffdiff/tiffdiff.vcxproj @@ -1,114 +1,193 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {75B91835-CCD7-48BE-A606-A9C997D5DBEE} - tiffdiff - 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 - MultiThreadedDebug - - - Level4 - 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 - $(OutDir)$(TargetName)$(TargetExt) - - - - - - - - - - {71dede59-3f1e-486b-a899-4283000f76b5} - false - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {75B91835-CCD7-48BE-A606-A9C997D5DBEE} + tiffdiff + 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 + MultiThreadedDebug + + + Level4 + EditAndContinue + + + libtiff.lib;%(AdditionalDependencies) + true + Console + MachineX86 + + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level4 + 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 + $(OutDir)$(TargetName)$(TargetExt) + + + + + MaxSpeed + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level4 + ProgramDatabase + + + libtiff.lib;%(AdditionalDependencies) + true + Console + true + true + $(OutDir)$(TargetName)$(TargetExt) + + + + + + + + + + {71dede59-3f1e-486b-a899-4283000f76b5} + false + + + + + \ No newline at end of file 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 diff --git a/Projects/VC2010/transicc/transicc.vcxproj b/Projects/VC2010/transicc/transicc.vcxproj index e7f66e1..17c2524 100644 --- a/Projects/VC2010/transicc/transicc.vcxproj +++ b/Projects/VC2010/transicc/transicc.vcxproj @@ -1,110 +1,182 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {9EE22D66-C849-474C-9ED5-C3E141DAB160} - transicc - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - ..\..\..\bin\ - $(Configuration)\ - true - ..\..\..\bin\ - $(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level4 - EditAndContinue - - - true - Console - MachineX86 - - - - - MaxSpeed - true - ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level4 - ProgramDatabase - - - true - Console - true - true - MachineX86 - - - - - - - - - - - - - {71dede59-3f1e-486b-a899-4283000f76b5} - false - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {9EE22D66-C849-474C-9ED5-C3E141DAB160} + transicc + 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 + + + + + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + EditAndContinue + + + true + Console + MachineX86 + + + + + Disabled + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level4 + ProgramDatabase + + + true + Console + + + + + MaxSpeed + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level4 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + MaxSpeed + true + ../../../include;../../../utils/common;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level4 + ProgramDatabase + + + true + Console + true + true + + + + + + + + + + + + + {71dede59-3f1e-486b-a899-4283000f76b5} + false + + + + + \ No newline at end of file -- cgit v1.2.1 From 819a7c39484a182c3747f374143507367c9421bc Mon Sep 17 00:00:00 2001 From: Daniel Kaneider Date: Wed, 28 Mar 2012 22:17:27 +0200 Subject: corrected VS2010 project file --- Projects/VC2010/lcms2.sln | Bin 12090 -> 12018 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Projects/VC2010/lcms2.sln b/Projects/VC2010/lcms2.sln index e851ef0..6b9cd5e 100755 Binary files a/Projects/VC2010/lcms2.sln and b/Projects/VC2010/lcms2.sln differ -- cgit v1.2.1 From aa002189b394f9b0e201299dc0a10e04b9cc0237 Mon Sep 17 00:00:00 2001 From: Daniel Kaneider Date: Wed, 28 Mar 2012 22:44:10 +0200 Subject: [VS2010] added /MP flag (Multi-processor compilation) --- Projects/VC2010/jpegicc/jpegicc.vcxproj | 4 ++++ Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj | 4 ++++ Projects/VC2010/lcms2_static/lcms2_static.vcxproj | 4 ++++ Projects/VC2010/linkicc/linkicc.vcxproj | 4 ++++ Projects/VC2010/psicc/psicc.vcxproj | 4 ++++ Projects/VC2010/testbed/testbed.vcxproj | 4 ++++ Projects/VC2010/tiffdiff/tiffdiff.vcxproj | 4 ++++ Projects/VC2010/tifficc/tifficc.vcxproj | 4 ++++ Projects/VC2010/transicc/transicc.vcxproj | 4 ++++ 9 files changed, 36 insertions(+) diff --git a/Projects/VC2010/jpegicc/jpegicc.vcxproj b/Projects/VC2010/jpegicc/jpegicc.vcxproj index ef32a0e..7c93e9a 100644 --- a/Projects/VC2010/jpegicc/jpegicc.vcxproj +++ b/Projects/VC2010/jpegicc/jpegicc.vcxproj @@ -105,6 +105,7 @@ Level4 EditAndContinue + true libjpeg.lib;%(AdditionalDependencies) @@ -124,6 +125,7 @@ Level4 ProgramDatabase + true libjpeg.lib;%(AdditionalDependencies) @@ -146,6 +148,7 @@ Speed true true + true libjpeg.lib;%(AdditionalDependencies) @@ -171,6 +174,7 @@ Speed true true + true libjpeg.lib;%(AdditionalDependencies) diff --git a/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj b/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj index 9f79807..061210a 100644 --- a/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj +++ b/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcxproj @@ -97,6 +97,7 @@ Level3 EditAndContinue + true ..\..\..\src\lcms2.def @@ -117,6 +118,7 @@ Level3 ProgramDatabase + true ..\..\..\src\lcms2.def @@ -143,6 +145,7 @@ ProgramDatabase true OnlyExplicitInline + true ..\..\..\src\lcms2.def @@ -171,6 +174,7 @@ ProgramDatabase true OnlyExplicitInline + true ..\..\..\src\lcms2.def diff --git a/Projects/VC2010/lcms2_static/lcms2_static.vcxproj b/Projects/VC2010/lcms2_static/lcms2_static.vcxproj index a69dbba..e912f26 100644 --- a/Projects/VC2010/lcms2_static/lcms2_static.vcxproj +++ b/Projects/VC2010/lcms2_static/lcms2_static.vcxproj @@ -95,6 +95,7 @@ EditAndContinue + true @@ -110,6 +111,7 @@ ProgramDatabase + true @@ -129,6 +131,7 @@ true OnlyExplicitInline false + true @@ -148,6 +151,7 @@ true OnlyExplicitInline false + true diff --git a/Projects/VC2010/linkicc/linkicc.vcxproj b/Projects/VC2010/linkicc/linkicc.vcxproj index deff207..99d4a66 100644 --- a/Projects/VC2010/linkicc/linkicc.vcxproj +++ b/Projects/VC2010/linkicc/linkicc.vcxproj @@ -97,6 +97,7 @@ Level4 EditAndContinue + true true @@ -115,6 +116,7 @@ Level4 ProgramDatabase + true true @@ -133,6 +135,7 @@ Level4 ProgramDatabase + true true @@ -154,6 +157,7 @@ Level4 ProgramDatabase + true true diff --git a/Projects/VC2010/psicc/psicc.vcxproj b/Projects/VC2010/psicc/psicc.vcxproj index bd34c47..5dca681 100644 --- a/Projects/VC2010/psicc/psicc.vcxproj +++ b/Projects/VC2010/psicc/psicc.vcxproj @@ -97,6 +97,7 @@ Level4 EditAndContinue + true true @@ -115,6 +116,7 @@ Level4 ProgramDatabase + true true @@ -133,6 +135,7 @@ Level4 ProgramDatabase + true true @@ -154,6 +157,7 @@ Level4 ProgramDatabase + true true diff --git a/Projects/VC2010/testbed/testbed.vcxproj b/Projects/VC2010/testbed/testbed.vcxproj index 49c485e..01bebe8 100644 --- a/Projects/VC2010/testbed/testbed.vcxproj +++ b/Projects/VC2010/testbed/testbed.vcxproj @@ -97,6 +97,7 @@ Level3 EditAndContinue + true true @@ -116,6 +117,7 @@ Level3 ProgramDatabase + true true @@ -141,6 +143,7 @@ Level3 ProgramDatabase Cdecl + true true @@ -169,6 +172,7 @@ Level3 ProgramDatabase Cdecl + true true diff --git a/Projects/VC2010/tiffdiff/tiffdiff.vcxproj b/Projects/VC2010/tiffdiff/tiffdiff.vcxproj index 0e45715..e057b35 100644 --- a/Projects/VC2010/tiffdiff/tiffdiff.vcxproj +++ b/Projects/VC2010/tiffdiff/tiffdiff.vcxproj @@ -105,6 +105,7 @@ Level4 EditAndContinue + true libtiff.lib;%(AdditionalDependencies) @@ -124,6 +125,7 @@ Level4 ProgramDatabase + true libtiff.lib;%(AdditionalDependencies) @@ -143,6 +145,7 @@ Level4 ProgramDatabase + true libtiff.lib;%(AdditionalDependencies) @@ -166,6 +169,7 @@ Level4 ProgramDatabase + true libtiff.lib;%(AdditionalDependencies) diff --git a/Projects/VC2010/tifficc/tifficc.vcxproj b/Projects/VC2010/tifficc/tifficc.vcxproj index cb62a86..01134a4 100644 --- a/Projects/VC2010/tifficc/tifficc.vcxproj +++ b/Projects/VC2010/tifficc/tifficc.vcxproj @@ -105,6 +105,7 @@ Level3 EditAndContinue + true libtiff.lib;%(AdditionalDependencies) @@ -124,6 +125,7 @@ Level3 ProgramDatabase + true libtiff.lib;%(AdditionalDependencies) @@ -143,6 +145,7 @@ Level4 ProgramDatabase + true libtiff.lib;%(AdditionalDependencies) @@ -165,6 +168,7 @@ Level4 ProgramDatabase + true libtiff.lib;%(AdditionalDependencies) diff --git a/Projects/VC2010/transicc/transicc.vcxproj b/Projects/VC2010/transicc/transicc.vcxproj index 17c2524..85002e1 100644 --- a/Projects/VC2010/transicc/transicc.vcxproj +++ b/Projects/VC2010/transicc/transicc.vcxproj @@ -97,6 +97,7 @@ Level4 EditAndContinue + true true @@ -115,6 +116,7 @@ Level4 ProgramDatabase + true true @@ -133,6 +135,7 @@ Level4 ProgramDatabase + true true @@ -154,6 +157,7 @@ Level4 ProgramDatabase + true true -- cgit v1.2.1