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/AVS/avs_11.vcxproj | 236 +++++++++++++++++++++ plugins/AVS/avs_11.vcxproj.filters | 68 ++++++ plugins/AddContactPlus/addcontactplus_11.vcxproj | 208 ++++++++++++++++++ .../addcontactplus_11.vcxproj.filters | 41 ++++ plugins/Alarms/alarms_11.vcxproj | 217 +++++++++++++++++++ plugins/Alarms/alarms_11.vcxproj.filters | 89 ++++++++ plugins/AssocMgr/assocmgr.vcxproj | 223 ------------------- plugins/AssocMgr/assocmgr.vcxproj.filters | 74 ------- plugins/AssocMgr/assocmgr_10.vcxproj | 223 +++++++++++++++++++ plugins/AssocMgr/assocmgr_10.vcxproj.filters | 74 +++++++ plugins/AssocMgr/assocmgr_11.vcxproj | 223 +++++++++++++++++++ plugins/AssocMgr/assocmgr_11.vcxproj.filters | 74 +++++++ plugins/AuthState/authstate_11.vcxproj | 200 +++++++++++++++++ plugins/AuthState/authstate_11.vcxproj.filters | 47 ++++ plugins/AutoRun/autorun.vcxproj | 196 ----------------- plugins/AutoRun/autorun.vcxproj.filters | 41 ---- plugins/AutoRun/autorun_10.vcxproj | 196 +++++++++++++++++ plugins/AutoRun/autorun_10.vcxproj.filters | 41 ++++ plugins/AutoRun/autorun_11.vcxproj | 196 +++++++++++++++++ plugins/AutoRun/autorun_11.vcxproj.filters | 41 ++++ 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 ++++++++ plugins/AvatarHistory/AvatarHistory.vcxproj | 219 ------------------- .../AvatarHistory/AvatarHistory.vcxproj.filters | 71 ------- plugins/AvatarHistory/AvatarHistory_10.vcxproj | 219 +++++++++++++++++++ .../AvatarHistory/AvatarHistory_10.vcxproj.filters | 71 +++++++ plugins/AvatarHistory/AvatarHistory_11.vcxproj | 219 +++++++++++++++++++ .../AvatarHistory/AvatarHistory_11.vcxproj.filters | 71 +++++++ plugins/BASS_interface/Bass_interface.vcxproj | 198 ----------------- .../BASS_interface/Bass_interface.vcxproj.filters | 44 ---- plugins/BASS_interface/Bass_interface_10.vcxproj | 198 +++++++++++++++++ .../Bass_interface_10.vcxproj.filters | 44 ++++ plugins/BASS_interface/Bass_interface_11.vcxproj | 198 +++++++++++++++++ .../Bass_interface_11.vcxproj.filters | 44 ++++ plugins/BasicHistory/BasicHistory.vcxproj | 233 -------------------- plugins/BasicHistory/BasicHistory.vcxproj.filters | 155 -------------- plugins/BasicHistory/BasicHistory_10.vcxproj | 233 ++++++++++++++++++++ .../BasicHistory/BasicHistory_10.vcxproj.filters | 155 ++++++++++++++ plugins/BasicHistory/BasicHistory_11.vcxproj | 233 ++++++++++++++++++++ .../BasicHistory/BasicHistory_11.vcxproj.filters | 155 ++++++++++++++ 44 files changed, 4638 insertions(+), 1766 deletions(-) create mode 100644 plugins/AVS/avs_11.vcxproj create mode 100644 plugins/AVS/avs_11.vcxproj.filters create mode 100644 plugins/AddContactPlus/addcontactplus_11.vcxproj create mode 100644 plugins/AddContactPlus/addcontactplus_11.vcxproj.filters create mode 100644 plugins/Alarms/alarms_11.vcxproj create mode 100644 plugins/Alarms/alarms_11.vcxproj.filters delete mode 100644 plugins/AssocMgr/assocmgr.vcxproj delete mode 100644 plugins/AssocMgr/assocmgr.vcxproj.filters create mode 100644 plugins/AssocMgr/assocmgr_10.vcxproj create mode 100644 plugins/AssocMgr/assocmgr_10.vcxproj.filters create mode 100644 plugins/AssocMgr/assocmgr_11.vcxproj create mode 100644 plugins/AssocMgr/assocmgr_11.vcxproj.filters create mode 100644 plugins/AuthState/authstate_11.vcxproj create mode 100644 plugins/AuthState/authstate_11.vcxproj.filters delete mode 100644 plugins/AutoRun/autorun.vcxproj delete mode 100644 plugins/AutoRun/autorun.vcxproj.filters create mode 100644 plugins/AutoRun/autorun_10.vcxproj create mode 100644 plugins/AutoRun/autorun_10.vcxproj.filters create mode 100644 plugins/AutoRun/autorun_11.vcxproj create mode 100644 plugins/AutoRun/autorun_11.vcxproj.filters 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 delete mode 100644 plugins/AvatarHistory/AvatarHistory.vcxproj delete mode 100644 plugins/AvatarHistory/AvatarHistory.vcxproj.filters create mode 100644 plugins/AvatarHistory/AvatarHistory_10.vcxproj create mode 100644 plugins/AvatarHistory/AvatarHistory_10.vcxproj.filters create mode 100644 plugins/AvatarHistory/AvatarHistory_11.vcxproj create mode 100644 plugins/AvatarHistory/AvatarHistory_11.vcxproj.filters delete mode 100644 plugins/BASS_interface/Bass_interface.vcxproj delete mode 100644 plugins/BASS_interface/Bass_interface.vcxproj.filters create mode 100644 plugins/BASS_interface/Bass_interface_10.vcxproj create mode 100644 plugins/BASS_interface/Bass_interface_10.vcxproj.filters create mode 100644 plugins/BASS_interface/Bass_interface_11.vcxproj create mode 100644 plugins/BASS_interface/Bass_interface_11.vcxproj.filters delete mode 100644 plugins/BasicHistory/BasicHistory.vcxproj delete mode 100644 plugins/BasicHistory/BasicHistory.vcxproj.filters create mode 100644 plugins/BasicHistory/BasicHistory_10.vcxproj create mode 100644 plugins/BasicHistory/BasicHistory_10.vcxproj.filters create mode 100644 plugins/BasicHistory/BasicHistory_11.vcxproj create mode 100644 plugins/BasicHistory/BasicHistory_11.vcxproj.filters diff --git a/plugins/AVS/avs_11.vcxproj b/plugins/AVS/avs_11.vcxproj new file mode 100644 index 0000000000..7d6651c510 --- /dev/null +++ b/plugins/AVS/avs_11.vcxproj @@ -0,0 +1,236 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AVS + {7711F563-6473-4ABD-B5E3-477CE8384AD6} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + false + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;LOADAVATARS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + Fast + Use + commonheaders.h + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include;..\..\include\msapi + + + comctl32.lib;%(AdditionalDependencies) + true + false + $(IntDir)$(TargetName).lib + Windows + 0x5130000 + $(ProfileDir)..\..\bin10\lib + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;LOADAVATARS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + Fast + false + Use + commonheaders.h + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include;..\..\include\msapi + + + comctl32.lib;%(AdditionalDependencies) + true + type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) + true + $(TargetDir)$(TargetName).pdb + false + $(IntDir)$(TargetName).lib + MachineX64 + 0x5130000 + $(ProfileDir)..\..\bin10\lib + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;LOADAVATARS_EXPORTS;%(PreprocessorDefinitions) + true + false + false + true + Fast + Use + commonheaders.h + Level3 + 4996;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include;..\..\include\msapi + + + /PDBALTPATH:%_PDB% + comctl32.lib;%(AdditionalDependencies) + true + true + true + 0x5130000 + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin10\lib + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;LOADAVATARS_EXPORTS;%(PreprocessorDefinitions) + true + false + false + true + Fast + Use + commonheaders.h + Level3 + 4996;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include;..\..\include\msapi + + + /PDBALTPATH:%_PDB% + comctl32.lib;%(AdditionalDependencies) + type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) + true + true + true + 0x5130000 + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin10\lib + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AVS/avs_11.vcxproj.filters b/plugins/AVS/avs_11.vcxproj.filters new file mode 100644 index 0000000000..7402455039 --- /dev/null +++ b/plugins/AVS/avs_11.vcxproj.filters @@ -0,0 +1,68 @@ + + + + + {8803e79e-1c62-4fcc-8daf-35634ce5e990} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {533b0c62-6839-47b0-bf0d-03e20a1a4e06} + h;hpp;hxx;hm;inl + + + {214ac298-955e-4931-a01c-3516a7206928} + 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 + + + + + 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/AddContactPlus/addcontactplus_11.vcxproj b/plugins/AddContactPlus/addcontactplus_11.vcxproj new file mode 100644 index 0000000000..8847494f28 --- /dev/null +++ b/plugins/AddContactPlus/addcontactplus_11.vcxproj @@ -0,0 +1,208 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AddContactPlus + {253ADD1D-F7C9-4643-A957-51BFCD61A5D2} + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.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 + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) + true + false + true + Fast + Level3 + 4996;%(DisableSpecificWarnings) + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;%(AdditionalDependencies) + true + true + true + 0x3ae00000 + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebugDLL + true + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;%(AdditionalDependencies) + true + 0x3ae00000 + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin10\lib + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) + true + false + true + Fast + Level3 + 4996;%(DisableSpecificWarnings) + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;%(AdditionalDependencies) + true + true + true + 0x3ae00000 + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;ADDCONTACTPLUS_EXPORTS;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebugDLL + true + Level3 + 4996;%(DisableSpecificWarnings) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + comctl32.lib;%(AdditionalDependencies) + true + 0x3ae00000 + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin10\lib + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AddContactPlus/addcontactplus_11.vcxproj.filters b/plugins/AddContactPlus/addcontactplus_11.vcxproj.filters new file mode 100644 index 0000000000..90a34ca6bd --- /dev/null +++ b/plugins/AddContactPlus/addcontactplus_11.vcxproj.filters @@ -0,0 +1,41 @@ + + + + + {5c074c9e-6c66-4233-bbd3-a50170fccf47} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {e30af2c4-42d4-4342-8eb9-2dbca157c6bb} + h;hpp;hxx;hm;inl + + + {9208a050-ffae-47fa-bc98-4ca4f79d37d7} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/Alarms/alarms_11.vcxproj b/plugins/Alarms/alarms_11.vcxproj new file mode 100644 index 0000000000..dd8f2a8975 --- /dev/null +++ b/plugins/Alarms/alarms_11.vcxproj @@ -0,0 +1,217 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Alarms + {5F09C93B-463A-4BF5-A85E-6E4E916AA8F8} + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Full + ..\..\include;..\ExternalAPI%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;ALARMS_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + Use + common.h + Level3 + 4996;%(DisableSpecificWarnings) + OnlyExplicitInline + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + false + $(IntDir)$(TargetName).lib + true + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + Full + ..\..\include;..\ExternalAPI%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;ALARMS_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + Use + common.h + Level3 + 4996;%(DisableSpecificWarnings) + OnlyExplicitInline + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + false + $(IntDir)$(TargetName).lib + true + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + Disabled + ..\..\include;..\ExternalAPI%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;ALARMS_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Use + common.h + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + Windows + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + + + + + Disabled + ..\..\include;..\ExternalAPI%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;ALARMS_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Use + common.h + Level3 + 4996;%(DisableSpecificWarnings) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + Windows + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/Alarms/alarms_11.vcxproj.filters b/plugins/Alarms/alarms_11.vcxproj.filters new file mode 100644 index 0000000000..eaa1d16080 --- /dev/null +++ b/plugins/Alarms/alarms_11.vcxproj.filters @@ -0,0 +1,89 @@ + + + + + {7e24b5e6-2653-4143-a42b-d3486d5c416f} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {596c44cc-f8d3-4837-8fb4-49d4aa913452} + h;hpp;hxx;hm;inl + + + {9c926bbb-252f-489c-8433-2db02ad00ba7} + 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 + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/AssocMgr/assocmgr.vcxproj b/plugins/AssocMgr/assocmgr.vcxproj deleted file mode 100644 index 44cd61c639..0000000000 --- a/plugins/AssocMgr/assocmgr.vcxproj +++ /dev/null @@ -1,223 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - AssocMgr - {B57D997C-73E1-D5F7-ECCA-C204345C04A3} - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - Use - common.h - false - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - true - true - Windows - $(IntDir)$(TargetName).lib - 0x24300000 - comctl32.lib;%(AdditionalDependencies) - false - $(ProfileDir)..\..\bin10\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ProgramDatabase - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - Use - common.h - false - - - ..\..\include\msapi - _DEBUG;%(PreprocessorDefinitions) - - - true - true - Windows - $(IntDir)$(TargetName).lib - 0x24300000 - comctl32.lib;%(AdditionalDependencies) - false - $(ProfileDir)..\..\bin10\lib - - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) - Size - Use - common.h - false - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - true - true - Windows - $(IntDir)$(TargetName).lib - 0x24300000 - comctl32.lib;%(AdditionalDependencies) - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) - Size - Use - common.h - false - - - ..\..\include\msapi - NDEBUG;%(PreprocessorDefinitions) - - - true - true - Windows - $(IntDir)$(TargetName).lib - 0x24300000 - comctl32.lib;%(AdditionalDependencies) - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/AssocMgr/assocmgr.vcxproj.filters b/plugins/AssocMgr/assocmgr.vcxproj.filters deleted file mode 100644 index 01b8308a70..0000000000 --- a/plugins/AssocMgr/assocmgr.vcxproj.filters +++ /dev/null @@ -1,74 +0,0 @@ - - - - - {deefcd93-f7b0-4946-a73e-cdbbc1d23aac} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {390c6322-88b0-42e4-8b84-73e5345e945b} - h;hpp;hxx;hm;inl - - - {db2d32fd-f303-490e-bc40-ca67fd6fee73} - 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 - - - - - 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/AssocMgr/assocmgr_10.vcxproj b/plugins/AssocMgr/assocmgr_10.vcxproj new file mode 100644 index 0000000000..44cd61c639 --- /dev/null +++ b/plugins/AssocMgr/assocmgr_10.vcxproj @@ -0,0 +1,223 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AssocMgr + {B57D997C-73E1-D5F7-ECCA-C204345C04A3} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + common.h + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + false + $(ProfileDir)..\..\bin10\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ProgramDatabase + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + common.h + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + false + $(ProfileDir)..\..\bin10\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + Size + Use + common.h + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + Size + Use + common.h + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AssocMgr/assocmgr_10.vcxproj.filters b/plugins/AssocMgr/assocmgr_10.vcxproj.filters new file mode 100644 index 0000000000..01b8308a70 --- /dev/null +++ b/plugins/AssocMgr/assocmgr_10.vcxproj.filters @@ -0,0 +1,74 @@ + + + + + {deefcd93-f7b0-4946-a73e-cdbbc1d23aac} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {390c6322-88b0-42e4-8b84-73e5345e945b} + h;hpp;hxx;hm;inl + + + {db2d32fd-f303-490e-bc40-ca67fd6fee73} + 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 + + + + + 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/AssocMgr/assocmgr_11.vcxproj b/plugins/AssocMgr/assocmgr_11.vcxproj new file mode 100644 index 0000000000..44cd61c639 --- /dev/null +++ b/plugins/AssocMgr/assocmgr_11.vcxproj @@ -0,0 +1,223 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AssocMgr + {B57D997C-73E1-D5F7-ECCA-C204345C04A3} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + common.h + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + false + $(ProfileDir)..\..\bin10\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ProgramDatabase + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + common.h + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + false + $(ProfileDir)..\..\bin10\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + Size + Use + common.h + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;ASSOCMGR_EXPORTS;%(PreprocessorDefinitions) + Size + Use + common.h + false + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + true + true + Windows + $(IntDir)$(TargetName).lib + 0x24300000 + comctl32.lib;%(AdditionalDependencies) + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AssocMgr/assocmgr_11.vcxproj.filters b/plugins/AssocMgr/assocmgr_11.vcxproj.filters new file mode 100644 index 0000000000..01b8308a70 --- /dev/null +++ b/plugins/AssocMgr/assocmgr_11.vcxproj.filters @@ -0,0 +1,74 @@ + + + + + {deefcd93-f7b0-4946-a73e-cdbbc1d23aac} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {390c6322-88b0-42e4-8b84-73e5345e945b} + h;hpp;hxx;hm;inl + + + {db2d32fd-f303-490e-bc40-ca67fd6fee73} + 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 + + + + + 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/AuthState/authstate_11.vcxproj b/plugins/AuthState/authstate_11.vcxproj new file mode 100644 index 0000000000..086b7d3cb9 --- /dev/null +++ b/plugins/AuthState/authstate_11.vcxproj @@ -0,0 +1,200 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AuthState + {DB315D7D-00BB-43B2-93A6-0430CA2B9F28} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + 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 + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Use + Commonheaders.h + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + false + + + true + Windows + 0x22620000 + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;%(PreprocessorDefinitions) + Use + Commonheaders.h + Level3 + 4996;%(DisableSpecificWarnings) + false + + + true + Windows + true + true + 0x22620000 + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Use + Commonheaders.h + Level3 + 4996;%(DisableSpecificWarnings) + false + + + true + Windows + 0x22620000 + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;AUTHSTATE_EXPORTS;%(PreprocessorDefinitions) + Use + Commonheaders.h + Level3 + 4996;%(DisableSpecificWarnings) + false + + + true + Windows + true + true + 0x22620000 + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Create + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AuthState/authstate_11.vcxproj.filters b/plugins/AuthState/authstate_11.vcxproj.filters new file mode 100644 index 0000000000..5ce6616c08 --- /dev/null +++ b/plugins/AuthState/authstate_11.vcxproj.filters @@ -0,0 +1,47 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/AutoRun/autorun.vcxproj b/plugins/AutoRun/autorun.vcxproj deleted file mode 100644 index a8b703a5cc..0000000000 --- a/plugins/AutoRun/autorun.vcxproj +++ /dev/null @@ -1,196 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - AutoRun - {2CF5BEA8-BD73-ED7B-FC7C-32E7E972A630} - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - 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 - - - - false - Full - Level3 - true - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) - OnlyExplicitInline - false - Size - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - - - false - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) - Default - OnlyExplicitInline - Size - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - 0x30040000 - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/AutoRun/autorun.vcxproj.filters b/plugins/AutoRun/autorun.vcxproj.filters deleted file mode 100644 index 30ebec2d72..0000000000 --- a/plugins/AutoRun/autorun.vcxproj.filters +++ /dev/null @@ -1,41 +0,0 @@ - - - - - {08a21636-368d-4feb-8d0d-0a27f237e1a2} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {9e6f20dc-3391-4299-9f74-e91d4f984ad3} - h;hpp;hxx;hm;inl - - - {18fd6180-ebb2-4558-b945-c4dac823f11b} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - \ No newline at end of file diff --git a/plugins/AutoRun/autorun_10.vcxproj b/plugins/AutoRun/autorun_10.vcxproj new file mode 100644 index 0000000000..a8b703a5cc --- /dev/null +++ b/plugins/AutoRun/autorun_10.vcxproj @@ -0,0 +1,196 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AutoRun + {2CF5BEA8-BD73-ED7B-FC7C-32E7E972A630} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + 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 + + + + false + Full + Level3 + true + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) + OnlyExplicitInline + false + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + 0x30040000 + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + 0x30040000 + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + + + false + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) + Default + OnlyExplicitInline + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + 0x30040000 + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + 0x30040000 + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AutoRun/autorun_10.vcxproj.filters b/plugins/AutoRun/autorun_10.vcxproj.filters new file mode 100644 index 0000000000..30ebec2d72 --- /dev/null +++ b/plugins/AutoRun/autorun_10.vcxproj.filters @@ -0,0 +1,41 @@ + + + + + {08a21636-368d-4feb-8d0d-0a27f237e1a2} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {9e6f20dc-3391-4299-9f74-e91d4f984ad3} + h;hpp;hxx;hm;inl + + + {18fd6180-ebb2-4558-b945-c4dac823f11b} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + Source Files + + + \ No newline at end of file diff --git a/plugins/AutoRun/autorun_11.vcxproj b/plugins/AutoRun/autorun_11.vcxproj new file mode 100644 index 0000000000..a8b703a5cc --- /dev/null +++ b/plugins/AutoRun/autorun_11.vcxproj @@ -0,0 +1,196 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AutoRun + {2CF5BEA8-BD73-ED7B-FC7C-32E7E972A630} + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + 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 + + + + false + Full + Level3 + true + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) + OnlyExplicitInline + false + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + 0x30040000 + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + 0x30040000 + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + + + false + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) + Default + OnlyExplicitInline + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + 0x30040000 + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;autorun_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + 0x30040000 + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AutoRun/autorun_11.vcxproj.filters b/plugins/AutoRun/autorun_11.vcxproj.filters new file mode 100644 index 0000000000..30ebec2d72 --- /dev/null +++ b/plugins/AutoRun/autorun_11.vcxproj.filters @@ -0,0 +1,41 @@ + + + + + {08a21636-368d-4feb-8d0d-0a27f237e1a2} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {9e6f20dc-3391-4299-9f74-e91d4f984ad3} + h;hpp;hxx;hm;inl + + + {18fd6180-ebb2-4558-b945-c4dac823f11b} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + Source Files + + + \ No newline at end of file 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 diff --git a/plugins/AvatarHistory/AvatarHistory.vcxproj b/plugins/AvatarHistory/AvatarHistory.vcxproj deleted file mode 100644 index 7c9f5bc0b5..0000000000 --- a/plugins/AvatarHistory/AvatarHistory.vcxproj +++ /dev/null @@ -1,219 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - AvatarHistory - {7A50C5F4-866B-B8BD-D5FA-0EE6745194C6} - - - - 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;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - AvatarHistory.h - Use - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - comctl32.lib;%(AdditionalDependencies) - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - AvatarHistory.h - Use - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - comctl32.lib;%(AdditionalDependencies) - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) - AvatarHistory.h - Use - Size - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - comctl32.lib;%(AdditionalDependencies) - true - $(IntDir)$(TargetName).lib - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - OnlyExplicitInline - true - true - Full - Level3 - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) - AvatarHistory.h - Use - Size - false - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - comctl32.lib;%(AdditionalDependencies) - true - $(IntDir)$(TargetName).lib - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - - Create - - - - NotUsing - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/AvatarHistory/AvatarHistory.vcxproj.filters b/plugins/AvatarHistory/AvatarHistory.vcxproj.filters deleted file mode 100644 index 876c924e34..0000000000 --- a/plugins/AvatarHistory/AvatarHistory.vcxproj.filters +++ /dev/null @@ -1,71 +0,0 @@ - - - - - {82b52cc9-91bf-46bb-b045-52e8df41b13d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {e28f6fa3-76df-4c8d-8454-ee929e07f290} - h;hpp;hxx;hm;inl - - - {6ad471fb-470c-4466-b817-ec90cb51260c} - 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 - - - - - 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/AvatarHistory/AvatarHistory_10.vcxproj b/plugins/AvatarHistory/AvatarHistory_10.vcxproj new file mode 100644 index 0000000000..7c9f5bc0b5 --- /dev/null +++ b/plugins/AvatarHistory/AvatarHistory_10.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AvatarHistory + {7A50C5F4-866B-B8BD-D5FA-0EE6745194C6} + + + + 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;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + AvatarHistory.h + Use + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + AvatarHistory.h + Use + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + AvatarHistory.h + Use + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + AvatarHistory.h + Use + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + + Create + + + + NotUsing + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AvatarHistory/AvatarHistory_10.vcxproj.filters b/plugins/AvatarHistory/AvatarHistory_10.vcxproj.filters new file mode 100644 index 0000000000..876c924e34 --- /dev/null +++ b/plugins/AvatarHistory/AvatarHistory_10.vcxproj.filters @@ -0,0 +1,71 @@ + + + + + {82b52cc9-91bf-46bb-b045-52e8df41b13d} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {e28f6fa3-76df-4c8d-8454-ee929e07f290} + h;hpp;hxx;hm;inl + + + {6ad471fb-470c-4466-b817-ec90cb51260c} + 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 + + + + + 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/AvatarHistory/AvatarHistory_11.vcxproj b/plugins/AvatarHistory/AvatarHistory_11.vcxproj new file mode 100644 index 0000000000..7c9f5bc0b5 --- /dev/null +++ b/plugins/AvatarHistory/AvatarHistory_11.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + AvatarHistory + {7A50C5F4-866B-B8BD-D5FA-0EE6745194C6} + + + + 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;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + AvatarHistory.h + Use + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + AvatarHistory.h + Use + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + comctl32.lib;%(AdditionalDependencies) + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin10\lib + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + AvatarHistory.h + Use + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;AvatarHistory_EXPORTS;%(PreprocessorDefinitions) + AvatarHistory.h + Use + Size + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + comctl32.lib;%(AdditionalDependencies) + true + $(IntDir)$(TargetName).lib + true + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + + + + Create + + + + NotUsing + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/AvatarHistory/AvatarHistory_11.vcxproj.filters b/plugins/AvatarHistory/AvatarHistory_11.vcxproj.filters new file mode 100644 index 0000000000..876c924e34 --- /dev/null +++ b/plugins/AvatarHistory/AvatarHistory_11.vcxproj.filters @@ -0,0 +1,71 @@ + + + + + {82b52cc9-91bf-46bb-b045-52e8df41b13d} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {e28f6fa3-76df-4c8d-8454-ee929e07f290} + h;hpp;hxx;hm;inl + + + {6ad471fb-470c-4466-b817-ec90cb51260c} + 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 + + + + + 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/BASS_interface/Bass_interface.vcxproj b/plugins/BASS_interface/Bass_interface.vcxproj deleted file mode 100644 index c901cf0571..0000000000 --- a/plugins/BASS_interface/Bass_interface.vcxproj +++ /dev/null @@ -1,198 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3933E789-D185-41DC-8169-9FF4365B6015} - BASS_interface - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - false - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - false - - - Windows - true - true - $(IntDir)$(TargetName).lib - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - false - Size - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) - true - false - true - Fast - Level3 - 4996;%(DisableSpecificWarnings) - false - - - Windows - true - true - $(IntDir)$(TargetName).lib - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/BASS_interface/Bass_interface.vcxproj.filters b/plugins/BASS_interface/Bass_interface.vcxproj.filters deleted file mode 100644 index 9549add1f3..0000000000 --- a/plugins/BASS_interface/Bass_interface.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - - - Source Files - - - \ No newline at end of file diff --git a/plugins/BASS_interface/Bass_interface_10.vcxproj b/plugins/BASS_interface/Bass_interface_10.vcxproj new file mode 100644 index 0000000000..c901cf0571 --- /dev/null +++ b/plugins/BASS_interface/Bass_interface_10.vcxproj @@ -0,0 +1,198 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {3933E789-D185-41DC-8169-9FF4365B6015} + BASS_interface + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + false + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + 4996;%(DisableSpecificWarnings) + false + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + false + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + false + true + Fast + Level3 + 4996;%(DisableSpecificWarnings) + false + + + Windows + true + true + $(IntDir)$(TargetName).lib + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + false + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + false + true + Fast + Level3 + 4996;%(DisableSpecificWarnings) + false + + + Windows + true + true + $(IntDir)$(TargetName).lib + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/BASS_interface/Bass_interface_10.vcxproj.filters b/plugins/BASS_interface/Bass_interface_10.vcxproj.filters new file mode 100644 index 0000000000..9549add1f3 --- /dev/null +++ b/plugins/BASS_interface/Bass_interface_10.vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + Source Files + + + \ No newline at end of file diff --git a/plugins/BASS_interface/Bass_interface_11.vcxproj b/plugins/BASS_interface/Bass_interface_11.vcxproj new file mode 100644 index 0000000000..c901cf0571 --- /dev/null +++ b/plugins/BASS_interface/Bass_interface_11.vcxproj @@ -0,0 +1,198 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {3933E789-D185-41DC-8169-9FF4365B6015} + BASS_interface + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + false + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Disabled + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + 4996;%(DisableSpecificWarnings) + false + + + true + Windows + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + false + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + false + true + Fast + Level3 + 4996;%(DisableSpecificWarnings) + false + + + Windows + true + true + $(IntDir)$(TargetName).lib + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + false + Size + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + false + true + Fast + Level3 + 4996;%(DisableSpecificWarnings) + false + + + Windows + true + true + $(IntDir)$(TargetName).lib + true + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/BASS_interface/Bass_interface_11.vcxproj.filters b/plugins/BASS_interface/Bass_interface_11.vcxproj.filters new file mode 100644 index 0000000000..9549add1f3 --- /dev/null +++ b/plugins/BASS_interface/Bass_interface_11.vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + Source Files + + + \ No newline at end of file diff --git a/plugins/BasicHistory/BasicHistory.vcxproj b/plugins/BasicHistory/BasicHistory.vcxproj deleted file mode 100644 index 30320ac1e4..0000000000 --- a/plugins/BasicHistory/BasicHistory.vcxproj +++ /dev/null @@ -1,233 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7DF5234A-A93A-47AD-8201-377ECF59AE5F} - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - true - Unicode - - - DynamicLibrary - false - true - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Use - Level3 - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - - - Windows - true - Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - ..\..\include\msapi;..\..\include - _DEBUG;%(PreprocessorDefinitions) - - - - - Use - Level3 - Disabled - WIN64;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - - - Windows - true - Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - ..\..\include\msapi;..\..\include - _DEBUG;%(PreprocessorDefinitions) - - - - - Level3 - Use - Full - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - Size - - - Windows - true - true - true - Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - ..\..\include\msapi;..\..\include - NDEBUG;%(PreprocessorDefinitions) - - - - - Level3 - Use - Full - true - WIN64;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) - ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - Size - - - Windows - true - true - true - Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - ..\..\include\msapi;..\..\include - NDEBUG;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - - - - NotUsing - - - NotUsing - - - NotUsing - - - NotUsing - - - - - - - - - - \ No newline at end of file diff --git a/plugins/BasicHistory/BasicHistory.vcxproj.filters b/plugins/BasicHistory/BasicHistory.vcxproj.filters deleted file mode 100644 index a5795ea859..0000000000 --- a/plugins/BasicHistory/BasicHistory.vcxproj.filters +++ /dev/null @@ -1,155 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - {c8854079-e3d6-4f7c-82fc-bd494a11567f} - - - - - - Resource Files - - - Resource Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\zip - - - Source Files\zip - - - Source Files\zip - - - Source Files - - - Source Files\zip - - - Source Files - - - Source Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/BasicHistory/BasicHistory_10.vcxproj b/plugins/BasicHistory/BasicHistory_10.vcxproj new file mode 100644 index 0000000000..30320ac1e4 --- /dev/null +++ b/plugins/BasicHistory/BasicHistory_10.vcxproj @@ -0,0 +1,233 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {7DF5234A-A93A-47AD-8201-377ECF59AE5F} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi;..\..\include + _DEBUG;%(PreprocessorDefinitions) + + + + + Use + Level3 + Disabled + WIN64;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi;..\..\include + _DEBUG;%(PreprocessorDefinitions) + + + + + Level3 + Use + Full + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + + + Windows + true + true + true + Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi;..\..\include + NDEBUG;%(PreprocessorDefinitions) + + + + + Level3 + Use + Full + true + WIN64;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + + + Windows + true + true + true + Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi;..\..\include + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + + + + + + + + \ No newline at end of file diff --git a/plugins/BasicHistory/BasicHistory_10.vcxproj.filters b/plugins/BasicHistory/BasicHistory_10.vcxproj.filters new file mode 100644 index 0000000000..a5795ea859 --- /dev/null +++ b/plugins/BasicHistory/BasicHistory_10.vcxproj.filters @@ -0,0 +1,155 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {c8854079-e3d6-4f7c-82fc-bd494a11567f} + + + + + + Resource Files + + + Resource Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\zip + + + Source Files\zip + + + Source Files\zip + + + Source Files + + + Source Files\zip + + + Source Files + + + Source Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/BasicHistory/BasicHistory_11.vcxproj b/plugins/BasicHistory/BasicHistory_11.vcxproj new file mode 100644 index 0000000000..30320ac1e4 --- /dev/null +++ b/plugins/BasicHistory/BasicHistory_11.vcxproj @@ -0,0 +1,233 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {7DF5234A-A93A-47AD-8201-377ECF59AE5F} + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30128.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi;..\..\include + _DEBUG;%(PreprocessorDefinitions) + + + + + Use + Level3 + Disabled + WIN64;_DEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + + + Windows + true + Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi;..\..\include + _DEBUG;%(PreprocessorDefinitions) + + + + + Level3 + Use + Full + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + + + Windows + true + true + true + Comctl32.lib;lib\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi;..\..\include + NDEBUG;%(PreprocessorDefinitions) + + + + + Level3 + Use + Full + true + WIN64;NDEBUG;_WINDOWS;_USRDLL;BASICHISTORY_EXPORTS;%(PreprocessorDefinitions) + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + + + Windows + true + true + true + Comctl32.lib;lib64\zlib.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).lib + false + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi;..\..\include + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + + + + NotUsing + + + NotUsing + + + NotUsing + + + NotUsing + + + + + + + + + + \ No newline at end of file diff --git a/plugins/BasicHistory/BasicHistory_11.vcxproj.filters b/plugins/BasicHistory/BasicHistory_11.vcxproj.filters new file mode 100644 index 0000000000..a5795ea859 --- /dev/null +++ b/plugins/BasicHistory/BasicHistory_11.vcxproj.filters @@ -0,0 +1,155 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {c8854079-e3d6-4f7c-82fc-bd494a11567f} + + + + + + Resource Files + + + Resource Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\zip + + + Source Files\zip + + + Source Files\zip + + + Source Files + + + Source Files\zip + + + Source Files + + + Source Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3