From 39e33f6df5cb5b67eb21e83e9b26e14dfb80bfc7 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 6 Dec 2012 19:57:25 +0000 Subject: - MSVC 2012 adaptation part 1 git-svn-id: http://svn.miranda-ng.org/main/trunk@2671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoShutdown/shutdown.vcxproj | 226 ----------------------- plugins/AutoShutdown/shutdown.vcxproj.filters | 86 --------- plugins/AutoShutdown/shutdown_10.vcxproj | 226 +++++++++++++++++++++++ plugins/AutoShutdown/shutdown_10.vcxproj.filters | 86 +++++++++ plugins/AutoShutdown/shutdown_11.vcxproj | 226 +++++++++++++++++++++++ plugins/AutoShutdown/shutdown_11.vcxproj.filters | 86 +++++++++ 6 files changed, 624 insertions(+), 312 deletions(-) delete mode 100644 plugins/AutoShutdown/shutdown.vcxproj delete mode 100644 plugins/AutoShutdown/shutdown.vcxproj.filters create mode 100644 plugins/AutoShutdown/shutdown_10.vcxproj create mode 100644 plugins/AutoShutdown/shutdown_10.vcxproj.filters create mode 100644 plugins/AutoShutdown/shutdown_11.vcxproj create mode 100644 plugins/AutoShutdown/shutdown_11.vcxproj.filters (limited to 'plugins/AutoShutdown') diff --git a/plugins/AutoShutdown/shutdown.vcxproj b/plugins/AutoShutdown/shutdown.vcxproj deleted file mode 100644 index 6392b463f8..0000000000 --- a/plugins/AutoShutdown/shutdown.vcxproj +++ /dev/null @@ -1,226 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - AutoShutdown - {F8776664-EFE8-CDD6-ACFD-3136E7FE2724} - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - Use - common.h - false - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - true - true - Windows - $(IntDir)$(TargetName).lib - 0x11070000 - comctl32.lib;%(AdditionalDependencies) - false - $(ProfileDir)..\..\bin10\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - Use - common.h - false - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - true - true - Windows - $(IntDir)$(TargetName).lib - 0x11070000 - comctl32.lib;%(AdditionalDependencies) - false - $(ProfileDir)..\..\bin10\lib - - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) - Size - Use - common.h - false - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - true - true - Windows - $(IntDir)$(TargetName).lib - 0x11070000 - true - true - false - $(ProfileDir)..\..\bin10\lib - comctl32.lib;%(AdditionalDependencies) - /PDBALTPATH:%_PDB% - - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) - Size - Use - common.h - false - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - true - true - Windows - $(IntDir)$(TargetName).lib - 0x11070000 - comctl32.lib;%(AdditionalDependencies) - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/AutoShutdown/shutdown.vcxproj.filters b/plugins/AutoShutdown/shutdown.vcxproj.filters deleted file mode 100644 index 645304991a..0000000000 --- a/plugins/AutoShutdown/shutdown.vcxproj.filters +++ /dev/null @@ -1,86 +0,0 @@ - - - - - {e2b24b11-cf5a-4c4d-b030-7c2712302456} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {88683126-7ad0-4693-9acf-7ce091d815e5} - h;hpp;hxx;hm;inl - - - {6fa287d2-ba8a-43ba-9cff-72ad37c5d522} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/AutoShutdown/shutdown_10.vcxproj b/plugins/AutoShutdown/shutdown_10.vcxproj new file mode 100644 index 0000000000..6392b463f8 --- /dev/null +++ b/plugins/AutoShutdown/shutdown_10.vcxproj @@ -0,0 +1,226 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AutoShutdown + {F8776664-EFE8-CDD6-ACFD-3136E7FE2724} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + common.h + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x11070000 + comctl32.lib;%(AdditionalDependencies) + false + $(ProfileDir)..\..\bin10\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + common.h + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x11070000 + comctl32.lib;%(AdditionalDependencies) + false + $(ProfileDir)..\..\bin10\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) + Size + Use + common.h + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x11070000 + true + true + false + $(ProfileDir)..\..\bin10\lib + comctl32.lib;%(AdditionalDependencies) + /PDBALTPATH:%_PDB% + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) + Size + Use + common.h + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x11070000 + comctl32.lib;%(AdditionalDependencies) + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AutoShutdown/shutdown_10.vcxproj.filters b/plugins/AutoShutdown/shutdown_10.vcxproj.filters new file mode 100644 index 0000000000..645304991a --- /dev/null +++ b/plugins/AutoShutdown/shutdown_10.vcxproj.filters @@ -0,0 +1,86 @@ + + + + + {e2b24b11-cf5a-4c4d-b030-7c2712302456} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {88683126-7ad0-4693-9acf-7ce091d815e5} + h;hpp;hxx;hm;inl + + + {6fa287d2-ba8a-43ba-9cff-72ad37c5d522} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/AutoShutdown/shutdown_11.vcxproj b/plugins/AutoShutdown/shutdown_11.vcxproj new file mode 100644 index 0000000000..6392b463f8 --- /dev/null +++ b/plugins/AutoShutdown/shutdown_11.vcxproj @@ -0,0 +1,226 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AutoShutdown + {F8776664-EFE8-CDD6-ACFD-3136E7FE2724} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + common.h + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x11070000 + comctl32.lib;%(AdditionalDependencies) + false + $(ProfileDir)..\..\bin10\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + common.h + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x11070000 + comctl32.lib;%(AdditionalDependencies) + false + $(ProfileDir)..\..\bin10\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) + Size + Use + common.h + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x11070000 + true + true + false + $(ProfileDir)..\..\bin10\lib + comctl32.lib;%(AdditionalDependencies) + /PDBALTPATH:%_PDB% + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;SHUTDOWN_EXPORTS;%(PreprocessorDefinitions) + Size + Use + common.h + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x11070000 + comctl32.lib;%(AdditionalDependencies) + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AutoShutdown/shutdown_11.vcxproj.filters b/plugins/AutoShutdown/shutdown_11.vcxproj.filters new file mode 100644 index 0000000000..645304991a --- /dev/null +++ b/plugins/AutoShutdown/shutdown_11.vcxproj.filters @@ -0,0 +1,86 @@ + + + + + {e2b24b11-cf5a-4c4d-b030-7c2712302456} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {88683126-7ad0-4693-9acf-7ce091d815e5} + h;hpp;hxx;hm;inl + + + {6fa287d2-ba8a-43ba-9cff-72ad37c5d522} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3