diff --git a/cli/cli.vcxproj b/cli/cli.vcxproj index 3182754d3..bdfcd27bb 100644 --- a/cli/cli.vcxproj +++ b/cli/cli.vcxproj @@ -24,24 +24,24 @@ - debug\ Application - temp\ + Unicode + false - debug\ Application - temp\ + Unicode + false - release\ Application - temp\ + Unicode + false - release\ Application - temp\ + Unicode + false @@ -61,16 +61,16 @@ ..\bin\debug\ ..\bin\debug\ - temp\debug\ - temp\debug\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ cppcheck cppcheck true true ..\bin\ ..\bin\ - temp\ - temp\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ cppcheck cppcheck true @@ -81,15 +81,11 @@ ..\lib;..\externals;..\externals\tinyxml;%(AdditionalIncludeDirectories) - temp\ false true ProgramDatabase - temp\ Disabled - CPPCHECKLIB_IMPORT;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - false - .\ + CPPCHECKLIB_IMPORT;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) MultiThreadedDebugDLL true Level4 @@ -99,47 +95,38 @@ shlwapi.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) true - true Console true $(TargetDir)cli.pdb - ..\lib;..\externals;..\externals\tinyxml;%(AdditionalIncludeDirectories) - false true ProgramDatabase Disabled - CPPCHECKLIB_IMPORT;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) - false + CPPCHECKLIB_IMPORT;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) MultiThreadedDebugDLL true Level4 4251;4512 - false shlwapi.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) true - true Console true $(TargetDir)cli.pdb - ..\lib;..\externals;..\externals\tinyxml;%(AdditionalIncludeDirectories) - false false MaxSpeed - CPPCHECKLIB_IMPORT;NDEBUG;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - false + CPPCHECKLIB_IMPORT;NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 @@ -147,7 +134,7 @@ true Speed true - false + true 4251;4512 @@ -156,7 +143,6 @@ shlwapi.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) false - true Console true true @@ -164,18 +150,13 @@ true $(TargetDir)cli.pdb - - - ..\lib;..\externals;..\externals\tinyxml;%(AdditionalIncludeDirectories) - false false MaxSpeed - CPPCHECKLIB_IMPORT;NDEBUG;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) - false + CPPCHECKLIB_IMPORT;NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 @@ -183,17 +164,16 @@ true Speed true - false + true + true 4251;4512 - true shlwapi.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) false - true Console true true @@ -201,11 +181,7 @@ true $(TargetDir)cli.pdb - - - - @@ -223,11 +199,6 @@ {c183db5b-ad6c-423d-80ca-1f9549555a1a} - true - true - false - true - false diff --git a/cli/cli.vcxproj.filters b/cli/cli.vcxproj.filters index 8ffe04c43..c4c8c513b 100644 --- a/cli/cli.vcxproj.filters +++ b/cli/cli.vcxproj.filters @@ -1,10 +1,6 @@  - - {71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11} - cpp;c;cxx;moc;h;def;odl;idl;res - {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hpp;hxx;hm;inl;inc;xsd @@ -13,14 +9,9 @@ {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - Generated Files - - - - + + {6d3be647-edb6-43e6-a7eb-3031a2c7b655} + @@ -83,4 +74,9 @@ Source Files + + + Resource Files + + \ No newline at end of file diff --git a/lib/cppcheck.vcxproj b/lib/cppcheck.vcxproj index af806ebd0..f04905382 100644 --- a/lib/cppcheck.vcxproj +++ b/lib/cppcheck.vcxproj @@ -114,44 +114,44 @@ - debug\ DynamicLibrary - temp\ + Unicode + false - debug\ DynamicLibrary - temp\ + Unicode + false - debug\ DynamicLibrary - temp\ + Unicode + false - debug\ DynamicLibrary - temp\ + Unicode + false - release\ DynamicLibrary - temp\ + Unicode + false - release\ DynamicLibrary - temp\ + Unicode + false - release\ DynamicLibrary - temp\ + Unicode + false - release\ DynamicLibrary - temp\ + Unicode + false @@ -185,10 +185,10 @@ ..\bin\debug\ ..\bin\debug\ ..\bin\debug\ - temp\debug\ - temp\debug\ - temp\debug\ - temp\debug\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ cppcheck cppcheck cppcheck @@ -201,10 +201,10 @@ ..\bin\ ..\bin\ ..\bin\ - temp\ - temp\ - temp\ - temp\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ cppcheck cppcheck cppcheck @@ -222,91 +222,72 @@ ProgramDatabase true - temp\ Disabled - CPPCHECKLIB_EXPORT;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + CPPCHECKLIB_EXPORT;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) Level4 ..\externals;%(AdditionalIncludeDirectories) 4251;4512 MultiThreadedDebugDLL - %(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) true - true true false - ProgramDatabase true - temp\ Disabled - CPPCHECKLIB_EXPORT;UNICODE;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + CPPCHECKLIB_EXPORT;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) Level4 ..\externals;%(AdditionalIncludeDirectories) 4251;4512 MultiThreadedDebugDLL - ../externals\pcre.lib;%(AdditionalDependencies) + pcre.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) true - true true - false - ProgramDatabase true - temp\ Disabled - CPPCHECKLIB_EXPORT;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) + CPPCHECKLIB_EXPORT;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) Level4 ..\externals;%(AdditionalIncludeDirectories) 4251;4512 MultiThreadedDebugDLL - false - %(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) true - true true - false - ProgramDatabase true - temp\ Disabled - CPPCHECKLIB_EXPORT;UNICODE;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) + CPPCHECKLIB_EXPORT;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) Level4 ..\externals;%(AdditionalIncludeDirectories) 4251;4512 MultiThreadedDebugDLL - false - ../externals\pcre.lib;%(AdditionalDependencies) + pcre.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) true - true true - false - @@ -316,25 +297,23 @@ true Speed true - false + true + true ..\externals;%(AdditionalIncludeDirectories) 4251;4512 - CPPCHECKLIB_EXPORT;NDEBUG;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + CPPCHECKLIB_EXPORT;NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) MultiThreadedDLL - false true - %(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) false true true true - @@ -344,25 +323,24 @@ true Speed true - false + true + true ..\externals;%(AdditionalIncludeDirectories) 4251;4512 - CPPCHECKLIB_EXPORT;NDEBUG;UNICODE;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + CPPCHECKLIB_EXPORT;NDEBUG;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) MultiThreadedDLL - false true - ../externals\pcre.lib;%(AdditionalDependencies) + pcre.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) false true true true - @@ -372,26 +350,23 @@ true Speed true - false + true + true ..\externals;%(AdditionalIncludeDirectories) 4251;4512 - CPPCHECKLIB_EXPORT;NDEBUG;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) + CPPCHECKLIB_EXPORT;NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) MultiThreadedDLL - false - true true - %(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) false true true true - @@ -401,26 +376,24 @@ true Speed true - false + true + true ..\externals;%(AdditionalIncludeDirectories) 4251;4512 - CPPCHECKLIB_EXPORT;NDEBUG;UNICODE;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) + CPPCHECKLIB_EXPORT;NDEBUG;WIN32;HAVE_RULES;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) MultiThreadedDLL - false - true true - ../externals\pcre.lib;%(AdditionalDependencies) + pcre.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) false true true true - diff --git a/test/testrunner.vcxproj b/test/testrunner.vcxproj index d9691dd3d..acd7c72f3 100644 --- a/test/testrunner.vcxproj +++ b/test/testrunner.vcxproj @@ -21,11 +21,6 @@ {c183db5b-ad6c-423d-80ca-1f9549555a1a} - true - true - false - true - false @@ -100,24 +95,24 @@ - debug\ Application - temp\ + Unicode + false - debug\ Application - temp\ + Unicode + false - release\ Application - temp\ + Unicode + false - release\ Application - temp\ + Unicode + false @@ -137,16 +132,16 @@ ..\bin\debug\ ..\bin\debug\ - temp\debug\ - temp\debug\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ testrunner testrunner true true ..\bin\ ..\bin\ - temp\ - temp\ + temp\$(Configuration)_$(PlatformName)\ + temp\$(Configuration)_$(PlatformName)\ testrunner testrunner true @@ -157,12 +152,10 @@ ..\cli;..\lib;..\externals;..\externals\tinyxml;%(AdditionalIncludeDirectories) - false true ProgramDatabase Disabled - CPPCHECKLIB_IMPORT;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - false + CPPCHECKLIB_IMPORT;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) MultiThreadedDebugDLL true Level4 @@ -171,48 +164,37 @@ shlwapi.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) - true true - true Console true - ..\cli;..\lib;..\externals;..\externals\tinyxml;%(AdditionalIncludeDirectories) - false true ProgramDatabase Disabled - CPPCHECKLIB_IMPORT;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) - false + CPPCHECKLIB_IMPORT;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) MultiThreadedDebugDLL true Level4 4251;4512 - false shlwapi.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) - true true - true Console true - ..\cli;..\lib;..\externals;..\externals\tinyxml;%(AdditionalIncludeDirectories) - false false MaxSpeed - CPPCHECKLIB_IMPORT;NDEBUG;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) - false + CPPCHECKLIB_IMPORT;NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 @@ -220,34 +202,29 @@ true Speed true + true + true 4251;4512 - false shlwapi.lib;%(AdditionalDependencies) ../externals;%(AdditionalLibraryDirectories) - true false - true Console true true true true - - ..\cli;..\lib;..\externals;..\externals\tinyxml;%(AdditionalIncludeDirectories) - false false MaxSpeed - CPPCHECKLIB_IMPORT;NDEBUG;UNICODE;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) - false + CPPCHECKLIB_IMPORT;NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_WIN64;%(PreprocessorDefinitions) MultiThreadedDLL true Level4 @@ -255,11 +232,12 @@ true Speed true + true + true 4251;4512 false - true shlwapi.lib;%(AdditionalDependencies) @@ -273,7 +251,6 @@ true true -