From 6a5173c8605403a9c23169830a1e6acff0cfc1b2 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Thu, 10 Feb 2011 16:09:05 +0000 Subject: [PATCH] Upgrading development environment to Visual C++ 2010. --- Application/Application.cpp | 2 - Application/Application.vcproj | 508 --- Application/Application.vcxproj | 331 ++ Application/Application.vcxproj.filters | 38 + Library/Group.h | 2 - Library/Library.vcproj | 3201 ----------------- Library/Library.vcxproj | 1075 ++++++ Library/Library.vcxproj.filters | 559 +++ Library/MeterWindow.h | 1 - Library/StdAfx.h | 2 - Library/System.h | 2 - Library/TrayWindow.cpp | 2 +- Library/TrayWindow.h | 2 - Plugins/PluginAdvancedCPU/AdvancedCPU.h | 2 - .../PluginAdvancedCPU.vcproj | 698 ---- .../PluginAdvancedCPU.vcxproj | 352 ++ Plugins/PluginCoreTemp/PluginCoreTemp.vcproj | 456 --- Plugins/PluginCoreTemp/PluginCoreTemp.vcxproj | 284 ++ Plugins/PluginExample/ExamplePlugin.c | 2 - Plugins/PluginExample/PluginExample.vcproj | 437 --- Plugins/PluginExample/PluginExample.vcxproj | 275 ++ .../PluginFolderInfo/PluginFolderInfo.vcproj | 1354 ------- .../PluginFolderInfo/PluginFolderInfo.vcxproj | 524 +++ .../PluginFolderInfo.vcxproj.filters | 90 + Plugins/PluginMediaKey/PluginMediaKey.vcproj | 440 --- Plugins/PluginMediaKey/PluginMediaKey.vcxproj | 278 ++ Plugins/PluginPerfMon/PerfData.h | 2 - Plugins/PluginPerfMon/PluginPerfMon.vcproj | 721 ---- Plugins/PluginPerfMon/PluginPerfMon.vcxproj | 357 ++ Plugins/PluginPing/Ping.cpp | 2 - Plugins/PluginPing/PluginPing.vcproj | 439 --- Plugins/PluginPing/PluginPing.vcxproj | 277 ++ Plugins/PluginPower/PluginPower.vcproj | 437 --- Plugins/PluginPower/PluginPower.vcxproj | 275 ++ Plugins/PluginPower/PowerPlugin.cpp | 2 - Plugins/PluginQuote/PluginQuote.vcproj | 439 --- Plugins/PluginQuote/PluginQuote.vcxproj | 277 ++ Plugins/PluginQuote/Quote.cpp | 2 - .../PluginRecycleManager.vcproj | 447 --- .../PluginRecycleManager.vcxproj | 289 ++ .../PluginRecycleManager/RecycleManager.cpp | 2 - Plugins/PluginResMon/PluginResMon.vcproj | 439 --- Plugins/PluginResMon/PluginResMon.vcxproj | 277 ++ Plugins/PluginResMon/ResMon.cpp | 2 - Plugins/PluginSpeedFan/PluginSpeedFan.vcproj | 437 --- Plugins/PluginSpeedFan/PluginSpeedFan.vcxproj | 275 ++ Plugins/PluginSpeedFan/SpeedFanPlugin.cpp | 2 - Plugins/PluginSysInfo/PluginSysInfo.vcproj | 439 --- Plugins/PluginSysInfo/PluginSysInfo.vcxproj | 277 ++ Plugins/PluginSysInfo/SysInfo.cpp | 2 - .../PluginVirtualDesktops.vcproj | 435 --- .../PluginVirtualDesktops.vcxproj | 273 ++ .../PluginVirtualDesktops.vcxproj.filters | 38 + .../PluginWebParser/PluginWebParser.vcproj | 1311 ------- .../PluginWebParser/PluginWebParser.vcxproj | 523 +++ .../PluginWebParser.vcxproj.filters | 88 + Plugins/PluginWebParser/WebParser.cpp | 2 - .../PluginWifiStatus/PluginWifiStatus.vcproj | 433 --- .../PluginWifiStatus/PluginWifiStatus.vcxproj | 272 ++ Plugins/PluginWifiStatus/WifiStatus.cpp | 2 - .../PluginWin7Audio/PluginWin7Audio.vcproj | 445 --- .../PluginWin7Audio/PluginWin7Audio.vcxproj | 282 ++ Plugins/PluginWin7Audio/Win7AudioPlugin.cpp | 2 - .../PluginWindowMessage.vcproj | 437 --- .../PluginWindowMessage.vcxproj | 275 ++ .../WindowMessagePlugin.cpp | 2 - Plugins/PluginiTunes/PluginiTunes.vcproj | 451 --- Plugins/PluginiTunes/PluginiTunes.vcxproj | 285 ++ Plugins/PluginiTunes/iTunesPlugin.cpp | 2 - Rainmeter.sln | 106 +- Version.h | 10 +- 71 files changed, 8175 insertions(+), 14534 deletions(-) delete mode 100644 Application/Application.vcproj create mode 100644 Application/Application.vcxproj create mode 100644 Application/Application.vcxproj.filters delete mode 100644 Library/Library.vcproj create mode 100644 Library/Library.vcxproj create mode 100644 Library/Library.vcxproj.filters delete mode 100644 Plugins/PluginAdvancedCPU/PluginAdvancedCPU.vcproj create mode 100644 Plugins/PluginAdvancedCPU/PluginAdvancedCPU.vcxproj delete mode 100644 Plugins/PluginCoreTemp/PluginCoreTemp.vcproj create mode 100644 Plugins/PluginCoreTemp/PluginCoreTemp.vcxproj delete mode 100644 Plugins/PluginExample/PluginExample.vcproj create mode 100644 Plugins/PluginExample/PluginExample.vcxproj delete mode 100644 Plugins/PluginFolderInfo/PluginFolderInfo.vcproj create mode 100644 Plugins/PluginFolderInfo/PluginFolderInfo.vcxproj create mode 100644 Plugins/PluginFolderInfo/PluginFolderInfo.vcxproj.filters delete mode 100644 Plugins/PluginMediaKey/PluginMediaKey.vcproj create mode 100644 Plugins/PluginMediaKey/PluginMediaKey.vcxproj delete mode 100644 Plugins/PluginPerfMon/PluginPerfMon.vcproj create mode 100644 Plugins/PluginPerfMon/PluginPerfMon.vcxproj delete mode 100644 Plugins/PluginPing/PluginPing.vcproj create mode 100644 Plugins/PluginPing/PluginPing.vcxproj delete mode 100644 Plugins/PluginPower/PluginPower.vcproj create mode 100644 Plugins/PluginPower/PluginPower.vcxproj delete mode 100644 Plugins/PluginQuote/PluginQuote.vcproj create mode 100644 Plugins/PluginQuote/PluginQuote.vcxproj delete mode 100644 Plugins/PluginRecycleManager/PluginRecycleManager.vcproj create mode 100644 Plugins/PluginRecycleManager/PluginRecycleManager.vcxproj delete mode 100644 Plugins/PluginResMon/PluginResMon.vcproj create mode 100644 Plugins/PluginResMon/PluginResMon.vcxproj delete mode 100644 Plugins/PluginSpeedFan/PluginSpeedFan.vcproj create mode 100644 Plugins/PluginSpeedFan/PluginSpeedFan.vcxproj delete mode 100644 Plugins/PluginSysInfo/PluginSysInfo.vcproj create mode 100644 Plugins/PluginSysInfo/PluginSysInfo.vcxproj delete mode 100644 Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcproj create mode 100644 Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcxproj create mode 100644 Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcxproj.filters delete mode 100644 Plugins/PluginWebParser/PluginWebParser.vcproj create mode 100644 Plugins/PluginWebParser/PluginWebParser.vcxproj create mode 100644 Plugins/PluginWebParser/PluginWebParser.vcxproj.filters delete mode 100644 Plugins/PluginWifiStatus/PluginWifiStatus.vcproj create mode 100644 Plugins/PluginWifiStatus/PluginWifiStatus.vcxproj delete mode 100644 Plugins/PluginWin7Audio/PluginWin7Audio.vcproj create mode 100644 Plugins/PluginWin7Audio/PluginWin7Audio.vcxproj delete mode 100644 Plugins/PluginWindowMessage/PluginWindowMessage.vcproj create mode 100644 Plugins/PluginWindowMessage/PluginWindowMessage.vcxproj delete mode 100644 Plugins/PluginiTunes/PluginiTunes.vcproj create mode 100644 Plugins/PluginiTunes/PluginiTunes.vcxproj diff --git a/Application/Application.cpp b/Application/Application.cpp index 406c5119..862314bc 100644 --- a/Application/Application.cpp +++ b/Application/Application.cpp @@ -16,8 +16,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable : 4996) - #define _CRTDBG_MAP_ALLOC #include #include diff --git a/Application/Application.vcproj b/Application/Application.vcproj deleted file mode 100644 index 6bc5fa2f..00000000 --- a/Application/Application.vcproj +++ /dev/null @@ -1,508 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Application/Application.vcxproj b/Application/Application.vcxproj new file mode 100644 index 00000000..5e2524bb --- /dev/null +++ b/Application/Application.vcxproj @@ -0,0 +1,331 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D2A0903C-E760-4134-AE61-3D55BF8F760C} + + + + Application + false + Unicode + + + Application + false + Unicode + + + Application + false + Unicode + Windows7.1SDK + + + Application + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\ + .\x64\$(Configuration)\ + false + Rainmeter + Rainmeter + Rainmeter + Rainmeter + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/Application.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/Application.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4267;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../TestBench/x32/Debug/Rainmeter.exe + true + true + .\x32/Debug/Rainmeter.pdb + Windows + wWinMainCRTStartup + MachineX86 + + + if exist ..\testbench\x32\release\skins goto skip +mkdir ..\testbench\x32\release\skins +if not exist ..\testbench\x32\release\themes (mkdir ..\testbench\x32\release\themes) +echo "Copying skins..." +xcopy /Q /S /Y ..\Install\Skins ..\testbench\x32\release\skins +xcopy /Q /S /Y ..\Install\Themes ..\testbench\x32\release\themes +xcopy /Q /S /Y ..\Install\Default.ini ..\testbench\x32\release\ +:skip + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/Application.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/Application.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4267;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../TestBench/x64/Debug/Rainmeter.exe + true + true + .\x32/Debug/Rainmeter.pdb + Windows + wWinMainCRTStartup + MachineX64 + + + if exist ..\testbench\x32\release\skins goto skip +mkdir ..\testbench\x32\release\skins +if not exist ..\testbench\x32\release\themes (mkdir ..\testbench\x32\release\themes) +echo "Copying skins..." +xcopy /Q /S /Y ..\Install\Skins ..\testbench\x32\release\skins +xcopy /Q /S /Y ..\Install\Themes ..\testbench\x32\release\themes +xcopy /Q /S /Y ..\Install\Default.ini ..\testbench\x32\release\ +:skip + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/Application.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/Application.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4267;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../TestBench/x32/Release/Rainmeter.exe + true + ..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/Rainmeter.pdb + Windows + wWinMainCRTStartup + MachineX86 + + + if exist ..\testbench\x32\release\skins goto skip +mkdir ..\testbench\x32\release\skins +if not exist ..\testbench\x32\release\themes (mkdir ..\testbench\x32\release\themes) +echo "Copying skins..." +xcopy /Q /S /Y ..\Install\Skins ..\testbench\x32\release\skins +xcopy /Q /S /Y ..\Install\Themes ..\testbench\x32\release\themes +xcopy /Q /S /Y ..\Install\Default.ini ..\testbench\x32\release\ +:skip + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/Application.tlb + + + + + /GL /GA %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/Application.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4267;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../TestBench/x64/Release/Rainmeter.exe + true + ..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/Rainmeter.pdb + Windows + wWinMainCRTStartup + MachineX64 + + + if exist ..\testbench\x32\release\skins goto skip +mkdir ..\testbench\x32\release\skins +if not exist ..\testbench\x32\release\themes (mkdir ..\testbench\x32\release\themes) +echo "Copying skins..." +xcopy /Q /S /Y ..\Install\Skins ..\testbench\x32\release\skins +xcopy /Q /S /Y ..\Install\Themes ..\testbench\x32\release\themes +xcopy /Q /S /Y ..\Install\Default.ini ..\testbench\x32\release\ +:skip + + + + + Disabled + %(PreprocessorDefinitions) + EnableFastChecks + Disabled + %(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + %(PreprocessorDefinitions) + MaxSpeed + %(PreprocessorDefinitions) + + + + + _DEBUG;%(PreprocessorDefinitions) + _DEBUG;%(PreprocessorDefinitions) + NDEBUG;%(PreprocessorDefinitions) + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Application/Application.vcxproj.filters b/Application/Application.vcxproj.filters new file mode 100644 index 00000000..0a7abc58 --- /dev/null +++ b/Application/Application.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {22670730-eb79-4df9-bed9-27fff1350132} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {774a1827-ac91-40b9-ad18-8a3d68983c64} + h;hpp;hxx;hm;inl + + + {a4963a10-e359-400f-86fa-bdce98dd5dc2} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + + + Source Files + + + + + Header Files + + + + + Resource Files + + + + \ No newline at end of file diff --git a/Library/Group.h b/Library/Group.h index c715a0ed..8f2b970a 100644 --- a/Library/Group.h +++ b/Library/Group.h @@ -19,8 +19,6 @@ #ifndef __GROUP_H__ #define __GROUP_H__ -#pragma warning(disable: 4786) - #include #include diff --git a/Library/Library.vcproj b/Library/Library.vcproj deleted file mode 100644 index 946b82a5..00000000 --- a/Library/Library.vcproj +++ /dev/null @@ -1,3201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Library/Library.vcxproj b/Library/Library.vcxproj new file mode 100644 index 00000000..ff6ca617 --- /dev/null +++ b/Library/Library.vcxproj @@ -0,0 +1,1075 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {BE9D2400-7F1C-49D6-8498-5CE495491AD6} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\ + .\x64\$(Configuration)\ + false + Rainmeter + Rainmeter + Rainmeter + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/Library.tlb + + + + + Disabled + lua/include;lua/lua;lua/tolua++;lua/glue;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + + + .\x32/Debug/Library.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4267;4334;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + comctl32.lib;Wininet.lib;Winmm.lib;gdiplus.lib;Iphlpapi.lib;shlwapi.lib;%(AdditionalDependencies) + ../TestBench/x32/Debug/Rainmeter.dll + true + %(AdditionalLibraryDirectories) + true + .\x32/Debug/Rainmeter.pdb + .\x32/Debug/Rainmeter.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/Library.tlb + + + + + Disabled + lua/include;lua/lua;lua/tolua++;lua/glue;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + true + + + .\x64/Debug/Library.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4267;4334;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + comctl32.lib;Wininet.lib;Winmm.lib;gdiplus.lib;Iphlpapi.lib;shlwapi.lib;%(AdditionalDependencies) + ../TestBench/x64/Debug/Rainmeter.dll + true + %(AdditionalLibraryDirectories) + true + .\x64/Debug/Rainmeter.pdb + .\x64/Debug/Rainmeter.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/Library.tlb + + + + + MaxSpeed + OnlyExplicitInline + lua/include;lua/lua;lua/tolua++;lua/glue;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;LIBRARY_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + true + + + .\x32/Release/Library.pch + All + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4267;4334;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + comctl32.lib;Wininet.lib;Winmm.lib;gdiplus.lib;Iphlpapi.lib;shlwapi.lib;%(AdditionalDependencies) + ../TestBench/x32/Release/Rainmeter.dll + true + lua/lib;%(AdditionalLibraryDirectories) + true + .\x32/Release/Rainmeter.pdb + .\x32/Release/Rainmeter.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/Library.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + lua/include;lua/lua;lua/tolua++;lua/glue;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;LIBRARY_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + true + .\x64/Release/Library.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4267;4334;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + comctl32.lib;Wininet.lib;Winmm.lib;gdiplus.lib;Iphlpapi.lib;shlwapi.lib;%(AdditionalDependencies) + ../TestBench/x64/Release/Rainmeter.dll + true + %(AdditionalLibraryDirectories) + .\x64/Release/Rainmeter.pdb + .\x64/Release/Rainmeter.lib + MachineX64 + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Use + Use + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Create + Create + Create + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Use + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + Use + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;LIBRARY_EXPORTS;%(PreprocessorDefinitions) + + + Use + ../StdAfx.h + Use + ../StdAfx.h + Use + ../StdAfx.h + + + Use + ../StdAfx.h + Use + ../StdAfx.h + Use + ../StdAfx.h + + + Use + ../StdAfx.h + Use + ../StdAfx.h + Use + ../StdAfx.h + + + Use + ../../StdAfx.h + Use + ../../StdAfx.h + Use + ../../StdAfx.h + + + Use + ../../StdAfx.h + Use + ../../StdAfx.h + Use + ../../StdAfx.h + + + Use + ../../StdAfx.h + Use + ../../StdAfx.h + Use + ../../StdAfx.h + + + Use + ../../StdAfx.h + Use + ../../StdAfx.h + Use + ../../StdAfx.h + + + Use + ../../StdAfx.h + Use + ../../StdAfx.h + Use + ../../StdAfx.h + + + Use + ../../StdAfx.h + Use + ../../StdAfx.h + Use + ../../StdAfx.h + + + Use + ../../StdAfx.h + Use + ../../StdAfx.h + Use + ../../StdAfx.h + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + _DEBUG;%(PreprocessorDefinitions) + NDEBUG;%(PreprocessorDefinitions) + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Library/Library.vcxproj.filters b/Library/Library.vcxproj.filters new file mode 100644 index 00000000..b58b5732 --- /dev/null +++ b/Library/Library.vcxproj.filters @@ -0,0 +1,559 @@ + + + + + {976df8a7-1f37-4f6c-a341-22311ba418a3} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {d68c51de-41f6-4d17-8f8b-c03388b8c59d} + h;hpp;hxx;hm;inl + + + {2d6bf39d-48e1-4de3-8924-46c5666cb141} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + {1d914071-7b9c-400c-b7ab-76ac461a16f3} + + + {6570e2b7-2e40-4fba-a051-01de85760fea} + + + {941dce28-a314-4492-befb-5770432c98bf} + + + {45f9e20c-cd34-4e18-84f2-9090ee108656} + + + {b3b45d6d-b775-470e-9882-82a231d0b209} + + + {c8550e7b-009b-4e12-a55a-ed458d05bdad} + + + + + 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 + + + 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 + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + CCalc + + + CCalc + + + CCalc + + + CCalc + + + Lua + + + Lua + + + Lua + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\tolua + + + Lua\tolua + + + Lua\tolua + + + Lua\tolua + + + Lua\tolua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + + + Source 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 + + + 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 + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + CCalc + + + CCalc + + + CCalc + + + CCalc + + + Lua + + + Lua + + + Lua + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\glue + + + Lua\Lua Headers + + + Lua\Lua Headers + + + Lua\tolua + + + Lua\tolua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + Lua\Lua + + + + + Resource Files + + + \ No newline at end of file diff --git a/Library/MeterWindow.h b/Library/MeterWindow.h index e00e9c94..77095f2b 100644 --- a/Library/MeterWindow.h +++ b/Library/MeterWindow.h @@ -19,7 +19,6 @@ #ifndef __METERWINDOW_H__ #define __METERWINDOW_H__ -#pragma warning(disable: 4786) #include #include diff --git a/Library/StdAfx.h b/Library/StdAfx.h index 9c34dfef..722d4445 100644 --- a/Library/StdAfx.h +++ b/Library/StdAfx.h @@ -21,8 +21,6 @@ #define _WIN32_IE 0x0600 -#pragma warning(disable: 4786) - #define _CRTDBG_MAP_ALLOC #include #include diff --git a/Library/System.h b/Library/System.h index 00e3ddda..a99c39c7 100644 --- a/Library/System.h +++ b/Library/System.h @@ -19,8 +19,6 @@ #ifndef __RAINMETER_SYSTEM_H__ #define __RAINMETER_SYSTEM_H__ -#pragma warning(disable: 4786) - #include #include diff --git a/Library/TrayWindow.cpp b/Library/TrayWindow.cpp index a8359f13..6f8565b4 100644 --- a/Library/TrayWindow.cpp +++ b/Library/TrayWindow.cpp @@ -393,7 +393,7 @@ LRESULT CALLBACK CTrayWindow::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA case WM_COMMAND: if (Rainmeter && tray) { - if(wParam == ID_CONTEXT_ABOUT) + if (wParam == ID_CONTEXT_ABOUT) { OpenAboutDialog(tray->GetWindow(), Rainmeter->GetInstance()); } diff --git a/Library/TrayWindow.h b/Library/TrayWindow.h index 0a68f404..39b8ddaf 100644 --- a/Library/TrayWindow.h +++ b/Library/TrayWindow.h @@ -19,8 +19,6 @@ #ifndef __TRAYWINDOW_H__ #define __TRAYWINDOW_H__ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginAdvancedCPU/AdvancedCPU.h b/Plugins/PluginAdvancedCPU/AdvancedCPU.h index b1d98a16..268844db 100644 --- a/Plugins/PluginAdvancedCPU/AdvancedCPU.h +++ b/Plugins/PluginAdvancedCPU/AdvancedCPU.h @@ -26,8 +26,6 @@ #include "../PluginPerfMon/objinst.h" #include "../PluginPerfMon/perfcntr.h" -#pragma warning ( disable: 4786 ) - /* The exported functions */ extern "C" { diff --git a/Plugins/PluginAdvancedCPU/PluginAdvancedCPU.vcproj b/Plugins/PluginAdvancedCPU/PluginAdvancedCPU.vcproj deleted file mode 100644 index befaed43..00000000 --- a/Plugins/PluginAdvancedCPU/PluginAdvancedCPU.vcproj +++ /dev/null @@ -1,698 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginAdvancedCPU/PluginAdvancedCPU.vcxproj b/Plugins/PluginAdvancedCPU/PluginAdvancedCPU.vcxproj new file mode 100644 index 00000000..70ee66eb --- /dev/null +++ b/Plugins/PluginAdvancedCPU/PluginAdvancedCPU.vcxproj @@ -0,0 +1,352 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EE8EC522-8430-4B46-86A3-D943D77F9E4B} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + AdvancedCPU + AdvancedCPU + AdvancedCPU + AdvancedCPU + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginAdvancedCPU.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginAdvancedCPU.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/AdvancedCPU.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/AdvancedCPU.pdb + .\x32/Release/AdvancedCPU.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginAdvancedCPU.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginAdvancedCPU.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/AdvancedCPU.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + false + .\x64/Release/AdvancedCPU.pdb + .\x64/Release/AdvancedCPU.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginAdvancedCPU.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginAdvancedCPU.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/AdvancedCPU.dll + true + true + .\x32/Debug/AdvancedCPU.pdb + .\x32/Debug/AdvancedCPU.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginAdvancedCPU.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginAdvancedCPU.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/AdvancedCPU.dll + true + true + .\x64/Debug/AdvancedCPU.pdb + .\x64/Debug/AdvancedCPU.lib + MachineX64 + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginAdvancedCPU_EXPORTS + + + + + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginCoreTemp/PluginCoreTemp.vcproj b/Plugins/PluginCoreTemp/PluginCoreTemp.vcproj deleted file mode 100644 index e0c0990a..00000000 --- a/Plugins/PluginCoreTemp/PluginCoreTemp.vcproj +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginCoreTemp/PluginCoreTemp.vcxproj b/Plugins/PluginCoreTemp/PluginCoreTemp.vcxproj new file mode 100644 index 00000000..31c0f640 --- /dev/null +++ b/Plugins/PluginCoreTemp/PluginCoreTemp.vcxproj @@ -0,0 +1,284 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {F32FA418-8DF4-4E94-B92B-EBD502F5DC07} + PluginCoreTemp + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + CoreTemp + CoreTemp + CoreTemp + CoreTemp + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/CoreTemp.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginCoreTemp_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginCoreTemp.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/CoreTemp.dll + true + %(AdditionalLibraryDirectories) + true + .\x32/Debug/CoreTemp.pdb + .\x32/Debug/CoreTemp.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/CoreTemp.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;CoreTemp_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/CoreTemp.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/CoreTemp.dll + true + true + .\x64/Debug/CoreTemp.pdb + .\x64/Debug/CoreTemp.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/CoreTemp.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginCoreTemp_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginCoreTemp.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/CoreTemp.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/CoreTemp.pdb + .\x32/Release/CoreTemp.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/CoreTemp.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginCoreTemp_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/CoreTemp.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/CoreTemp.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + false + .\x64/Release/CoreTemp.pdb + .\x64/Release/CoreTemp.lib + MachineX64 + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;CoreTemp_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;CoreTemp_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;CoreTemp_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;CoreTemp_EXPORTS + + + + + + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginExample/ExamplePlugin.c b/Plugins/PluginExample/ExamplePlugin.c index 84abe571..5c80fed4 100644 --- a/Plugins/PluginExample/ExamplePlugin.c +++ b/Plugins/PluginExample/ExamplePlugin.c @@ -16,8 +16,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4996) - #include #include #include "../../Library/Export.h" // Rainmeter's exported functions diff --git a/Plugins/PluginExample/PluginExample.vcproj b/Plugins/PluginExample/PluginExample.vcproj deleted file mode 100644 index cc6ff660..00000000 --- a/Plugins/PluginExample/PluginExample.vcproj +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginExample/PluginExample.vcxproj b/Plugins/PluginExample/PluginExample.vcxproj new file mode 100644 index 00000000..22b75ab9 --- /dev/null +++ b/Plugins/PluginExample/PluginExample.vcxproj @@ -0,0 +1,275 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {761BAD94-EA54-4DBD-9FF0-50FDAFECBE93} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + ExamplePlugin + ExamplePlugin + ExamplePlugin + ExamplePlugin + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginExample.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PLUGINEXAMPLE_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginExample.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/ExamplePlugin.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/ExamplePlugin.pdb + .\x32/Release/ExamplePlugin.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginExample.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PLUGINEXAMPLE_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginExample.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/ExamplePlugin.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/ExamplePlugin.pdb + .\x64/Release/ExamplePlugin.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginExample.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PLUGINEXAMPLE_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginExample.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/ExamplePlugin.dll + true + true + .\x32/Debug/ExamplePlugin.pdb + .\x32/Debug/ExamplePlugin.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginExample.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PLUGINEXAMPLE_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginExample.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/ExamplePlugin.dll + true + true + .\x64/Debug/ExamplePlugin.pdb + .\x64/Debug/ExamplePlugin.lib + MachineX64 + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PLUGINEXAMPLE_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PLUGINEXAMPLE_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PLUGINEXAMPLE_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PLUGINEXAMPLE_EXPORTS + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginFolderInfo/PluginFolderInfo.vcproj b/Plugins/PluginFolderInfo/PluginFolderInfo.vcproj deleted file mode 100644 index 6319ad20..00000000 --- a/Plugins/PluginFolderInfo/PluginFolderInfo.vcproj +++ /dev/null @@ -1,1354 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginFolderInfo/PluginFolderInfo.vcxproj b/Plugins/PluginFolderInfo/PluginFolderInfo.vcxproj new file mode 100644 index 00000000..5e7facdc --- /dev/null +++ b/Plugins/PluginFolderInfo/PluginFolderInfo.vcxproj @@ -0,0 +1,524 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {A221819D-4263-42AA-B22A-C022924842A7} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + FolderInfo + FolderInfo + FolderInfo + FolderInfo + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginFolderInfo.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginFolderInfo.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4244;4267;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/FolderInfo.dll + true + true + .\x32/Debug/FolderInfo.pdb + .\x32/Debug/FolderInfo.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginFolderInfo.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginFolderInfo.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4244;4267;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + comctl32.lib;gdiplus.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Debug/Plugins/FolderInfo.dll + true + true + .\x64/Debug/FolderInfo.pdb + .\x64/Debug/FolderInfo.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginFolderInfo.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginFolderInfo.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4244;4267;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;comctl32.lib;gdiplus.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/FolderInfo.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/FolderInfo.pdb + .\x32/Release/FolderInfo.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginFolderInfo.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginFolderInfo.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4244;4267;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;comctl32.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/FolderInfo.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/FolderInfo.pdb + .\x64/Release/FolderInfo.lib + MachineX64 + + + + + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginFolderInfo_EXPORTS + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginFolderInfo/PluginFolderInfo.vcxproj.filters b/Plugins/PluginFolderInfo/PluginFolderInfo.vcxproj.filters new file mode 100644 index 00000000..aa7bc244 --- /dev/null +++ b/Plugins/PluginFolderInfo/PluginFolderInfo.vcxproj.filters @@ -0,0 +1,90 @@ + + + + + {1ff2687f-eddb-4a75-8e79-16a5962f020b} + + + + + pcre + + + pcre + + + pcre + + + pcre + + + + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + + + + + + \ No newline at end of file diff --git a/Plugins/PluginMediaKey/PluginMediaKey.vcproj b/Plugins/PluginMediaKey/PluginMediaKey.vcproj deleted file mode 100644 index 973dee3e..00000000 --- a/Plugins/PluginMediaKey/PluginMediaKey.vcproj +++ /dev/null @@ -1,440 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginMediaKey/PluginMediaKey.vcxproj b/Plugins/PluginMediaKey/PluginMediaKey.vcxproj new file mode 100644 index 00000000..145ffded --- /dev/null +++ b/Plugins/PluginMediaKey/PluginMediaKey.vcxproj @@ -0,0 +1,278 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {EB48A04A-657E-41B8-B2F5-D47F8C30B2B4} + PluginMediaKey + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + MediaKey + MediaKey + MediaKey + MediaKey + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/MediaKey.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginMediaKey_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginMediaKey.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/MediaKey.dll + true + %(AdditionalLibraryDirectories) + true + .\x32/Debug/MediaKey.pdb + .\x32/Debug/MediaKey.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/MediaKey.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;MediaKey_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/MediaKey.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/MediaKey.dll + true + true + .\x64/Debug/MediaKey.pdb + .\x64/Debug/MediaKey.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/MediaKey.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginMediaKey_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginMediaKey.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/MediaKey.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/MediaKey.pdb + .\x32/Release/MediaKey.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/MediaKey.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginMediaKey_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/MediaKey.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/MediaKey.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + false + .\x64/Release/MediaKey.pdb + .\x64/Release/MediaKey.lib + MachineX64 + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginPerfMon/PerfData.h b/Plugins/PluginPerfMon/PerfData.h index b3896fd4..03c2f57c 100644 --- a/Plugins/PluginPerfMon/PerfData.h +++ b/Plugins/PluginPerfMon/PerfData.h @@ -8,8 +8,6 @@ #include "objinst.h" #include "perfcntr.h" -#pragma warning ( disable: 4786 ) - /* The exported functions */ extern "C" { diff --git a/Plugins/PluginPerfMon/PluginPerfMon.vcproj b/Plugins/PluginPerfMon/PluginPerfMon.vcproj deleted file mode 100644 index 02e2f3f7..00000000 --- a/Plugins/PluginPerfMon/PluginPerfMon.vcproj +++ /dev/null @@ -1,721 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginPerfMon/PluginPerfMon.vcxproj b/Plugins/PluginPerfMon/PluginPerfMon.vcxproj new file mode 100644 index 00000000..620dcc7b --- /dev/null +++ b/Plugins/PluginPerfMon/PluginPerfMon.vcxproj @@ -0,0 +1,357 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {5344B52B-BAC3-479C-B41D-D465B8BDA1AD} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + PerfMon + PerfMon + PerfMon + PerfMon + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginPerfMon.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPerfMon_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginPerfMon.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/PerfMon.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/PerfMon.pdb + .\x32/Release/PerfMon.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginPerfMon.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPerfMon_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginPerfMon.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/PerfMon.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/PerfMon.pdb + .\x64/Release/PerfMon.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginPerfMon.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPerfMon_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginPerfMon.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/PerfMon.dll + true + true + .\x32/Debug/PerfMon.pdb + .\x32/Debug/PerfMon.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginPerfMon.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPerfMon_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginPerfMon.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/PerfMon.dll + true + true + .\x64/Debug/PerfMon.pdb + .\x64/Debug/PerfMon.lib + MachineX64 + + + + + + + + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPerfMon_EXPORTS + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginPing/Ping.cpp b/Plugins/PluginPing/Ping.cpp index 488d0863..3a8f26db 100644 --- a/Plugins/PluginPing/Ping.cpp +++ b/Plugins/PluginPing/Ping.cpp @@ -16,8 +16,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginPing/PluginPing.vcproj b/Plugins/PluginPing/PluginPing.vcproj deleted file mode 100644 index 89545419..00000000 --- a/Plugins/PluginPing/PluginPing.vcproj +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginPing/PluginPing.vcxproj b/Plugins/PluginPing/PluginPing.vcxproj new file mode 100644 index 00000000..da22517d --- /dev/null +++ b/Plugins/PluginPing/PluginPing.vcxproj @@ -0,0 +1,277 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C862B662-5CC6-4E79-B1B3-905E0B98D627} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + PingPlugin + PingPlugin + PingPlugin + PingPlugin + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginPing.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPing_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginPing.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Ws2_32.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/PingPlugin.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/PingPlugin.pdb + .\x32/Release/PingPlugin.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginPing.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPing_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginPing.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Ws2_32.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/PingPlugin.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/PingPlugin.pdb + .\x64/Release/PingPlugin.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginPing.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPing_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginPing.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Ws2_32.lib;%(AdditionalDependencies) + ../../TestBench/x32/Debug/Plugins/PingPlugin.dll + true + true + .\x32/Debug/PingPlugin.pdb + .\x32/Debug/PingPlugin.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginPing.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPing_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginPing.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + Ws2_32.lib;%(AdditionalDependencies) + ../../TestBench/x64/Debug/Plugins/PingPlugin.dll + true + true + .\x64/Debug/PingPlugin.pdb + .\x64/Debug/PingPlugin.lib + MachineX64 + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPing_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPing_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPing_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPing_EXPORTS + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginPower/PluginPower.vcproj b/Plugins/PluginPower/PluginPower.vcproj deleted file mode 100644 index 631f102e..00000000 --- a/Plugins/PluginPower/PluginPower.vcproj +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginPower/PluginPower.vcxproj b/Plugins/PluginPower/PluginPower.vcxproj new file mode 100644 index 00000000..3110b7c8 --- /dev/null +++ b/Plugins/PluginPower/PluginPower.vcxproj @@ -0,0 +1,275 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C30E7EB6-9655-4AF4-98AE-D6E6B14631AF} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + PowerPlugin + PowerPlugin + PowerPlugin + PowerPlugin + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginPower.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPower_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginPower.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/PowerPlugin.dll + true + true + .\x32/Debug/PowerPlugin.pdb + .\x32/Debug/PowerPlugin.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginPower.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPower_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginPower.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/PowerPlugin.dll + true + true + .\x64/Debug/PowerPlugin.pdb + .\x64/Debug/PowerPlugin.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginPower.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPower_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginPower.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/PowerPlugin.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/PowerPlugin.pdb + .\x32/Release/PowerPlugin.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginPower.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginPower_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginPower.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/PowerPlugin.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/PowerPlugin.pdb + .\x64/Release/PowerPlugin.lib + MachineX64 + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPower_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPower_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPower_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginPower_EXPORTS + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginPower/PowerPlugin.cpp b/Plugins/PluginPower/PowerPlugin.cpp index 46378b3a..ec04e003 100644 --- a/Plugins/PluginPower/PowerPlugin.cpp +++ b/Plugins/PluginPower/PowerPlugin.cpp @@ -16,8 +16,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginQuote/PluginQuote.vcproj b/Plugins/PluginQuote/PluginQuote.vcproj deleted file mode 100644 index 89566232..00000000 --- a/Plugins/PluginQuote/PluginQuote.vcproj +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginQuote/PluginQuote.vcxproj b/Plugins/PluginQuote/PluginQuote.vcxproj new file mode 100644 index 00000000..8589ce7f --- /dev/null +++ b/Plugins/PluginQuote/PluginQuote.vcxproj @@ -0,0 +1,277 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C029E0CF-F203-41D0-9608-A3EA2CF0ED1F} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + QuotePlugin + QuotePlugin + QuotePlugin + QuotePlugin + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginQuote.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginQuote_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginQuote.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + shlwapi.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/QuotePlugin.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/QuotePlugin.pdb + .\x32/Release/QuotePlugin.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginQuote.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginQuote_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginQuote.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + shlwapi.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/QuotePlugin.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/QuotePlugin.pdb + .\x64/Release/QuotePlugin.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginQuote.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginQuote_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginQuote.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + shlwapi.lib;%(AdditionalDependencies) + ../../TestBench/x32/Debug/Plugins/QuotePlugin.dll + true + true + .\x32/Debug/QuotePlugin.pdb + .\x32/Debug/QuotePlugin.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginQuote.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginQuote_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginQuote.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + shlwapi.lib;%(AdditionalDependencies) + ../../TestBench/x64/Debug/Plugins/QuotePlugin.dll + true + true + .\x64/Debug/QuotePlugin.pdb + .\x64/Debug/QuotePlugin.lib + MachineX64 + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginQuote_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginQuote_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginQuote_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginQuote_EXPORTS + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginQuote/Quote.cpp b/Plugins/PluginQuote/Quote.cpp index a6fce372..81b16095 100644 --- a/Plugins/PluginQuote/Quote.cpp +++ b/Plugins/PluginQuote/Quote.cpp @@ -16,8 +16,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginRecycleManager/PluginRecycleManager.vcproj b/Plugins/PluginRecycleManager/PluginRecycleManager.vcproj deleted file mode 100644 index 4f986bdd..00000000 --- a/Plugins/PluginRecycleManager/PluginRecycleManager.vcproj +++ /dev/null @@ -1,447 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginRecycleManager/PluginRecycleManager.vcxproj b/Plugins/PluginRecycleManager/PluginRecycleManager.vcxproj new file mode 100644 index 00000000..f5d791a9 --- /dev/null +++ b/Plugins/PluginRecycleManager/PluginRecycleManager.vcxproj @@ -0,0 +1,289 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {4F8C4C09-431C-45C4-830B-32006E783C3A} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + RecycleManager + RecycleManager + RecycleManager + RecycleManager + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginRecycleManager.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginRecycleManager.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/RecycleManager.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/RecycleManager.pdb + false + + + .\x32/Release/RecycleManager.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginRecycleManager.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginRecycleManager.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/RecycleManager.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/RecycleManager.pdb + false + + + .\x64/Release/RecycleManager.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginRecycleManager.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginRecycleManager.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + %(AdditionalDependencies) + ../../TestBench/x32/Debug/Plugins/RecycleManager.dll + true + true + .\x32/Debug/RecycleManager.pdb + false + + + .\x32/Debug/RecycleManager.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginRecycleManager.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginRecycleManager.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + %(AdditionalDependencies) + ../../TestBench/x64/Debug/Plugins/RecycleManager.dll + true + true + .\x64/Debug/RecycleManager.pdb + false + + + .\x64/Debug/RecycleManager.lib + MachineX64 + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginRecycleManager/RecycleManager.cpp b/Plugins/PluginRecycleManager/RecycleManager.cpp index c52ba0e9..b5f18b06 100644 --- a/Plugins/PluginRecycleManager/RecycleManager.cpp +++ b/Plugins/PluginRecycleManager/RecycleManager.cpp @@ -16,8 +16,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginResMon/PluginResMon.vcproj b/Plugins/PluginResMon/PluginResMon.vcproj deleted file mode 100644 index e688e4e7..00000000 --- a/Plugins/PluginResMon/PluginResMon.vcproj +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginResMon/PluginResMon.vcxproj b/Plugins/PluginResMon/PluginResMon.vcxproj new file mode 100644 index 00000000..f3577a72 --- /dev/null +++ b/Plugins/PluginResMon/PluginResMon.vcxproj @@ -0,0 +1,277 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {17D3BD92-6F5D-438C-A89B-88F4CE06DB94} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + ResMon + ResMon + ResMon + ResMon + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginResMon.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginResMon_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginResMon.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Psapi.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/ResMon.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/ResMon.pdb + .\x32/Release/ResMon.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginResMon.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginResMon_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginResMon.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Psapi.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/ResMon.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/ResMon.pdb + .\x64/Release/ResMon.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginResMon.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginResMon_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginResMon.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Psapi.lib;%(AdditionalDependencies) + ../../TestBench/x32/Debug/Plugins/ResMon.dll + true + true + .\x32/Debug/ResMon.pdb + .\x32/Debug/ResMon.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginResMon.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginResMon_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginResMon.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + Psapi.lib;%(AdditionalDependencies) + ../../TestBench/x64/Debug/Plugins/ResMon.dll + true + true + .\x64/Debug/ResMon.pdb + .\x64/Debug/ResMon.lib + MachineX64 + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginResMon_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginResMon_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginResMon_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginResMon_EXPORTS + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginResMon/ResMon.cpp b/Plugins/PluginResMon/ResMon.cpp index c8806135..4f0538af 100644 --- a/Plugins/PluginResMon/ResMon.cpp +++ b/Plugins/PluginResMon/ResMon.cpp @@ -23,8 +23,6 @@ resource leaks in itself (all fixed). There's irony for you! */ -#pragma warning(disable: 4786) - #define _WIN32_WINNT 0x0501 #include diff --git a/Plugins/PluginSpeedFan/PluginSpeedFan.vcproj b/Plugins/PluginSpeedFan/PluginSpeedFan.vcproj deleted file mode 100644 index f4bf8727..00000000 --- a/Plugins/PluginSpeedFan/PluginSpeedFan.vcproj +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginSpeedFan/PluginSpeedFan.vcxproj b/Plugins/PluginSpeedFan/PluginSpeedFan.vcxproj new file mode 100644 index 00000000..1c7ea1d9 --- /dev/null +++ b/Plugins/PluginSpeedFan/PluginSpeedFan.vcxproj @@ -0,0 +1,275 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {D10AB316-0F7A-4551-BE4F-385E04CCF1E8} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + SpeedFanPlugin + SpeedFanPlugin + SpeedFanPlugin + SpeedFanPlugin + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginSpeedFan.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginSpeedFan_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginSpeedFan.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/SpeedFanPlugin.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/SpeedFanPlugin.pdb + .\x32/Release/SpeedFanPlugin.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginSpeedFan.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginSpeedFan_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginSpeedFan.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/SpeedFanPlugin.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/SpeedFanPlugin.pdb + .\x64/Release/SpeedFanPlugin.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginSpeedFan.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginSpeedFan_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginSpeedFan.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/SpeedFanPlugin.dll + true + true + .\x32/Debug/SpeedFanPlugin.pdb + .\x32/Debug/SpeedFanPlugin.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginSpeedFan.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginSpeedFan_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginSpeedFan.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/SpeedFanPlugin.dll + true + true + .\x64/Debug/SpeedFanPlugin.pdb + .\x64/Debug/SpeedFanPlugin.lib + MachineX64 + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginSpeedFan_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginSpeedFan_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginSpeedFan_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginSpeedFan_EXPORTS + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginSpeedFan/SpeedFanPlugin.cpp b/Plugins/PluginSpeedFan/SpeedFanPlugin.cpp index cfdf4ab4..7c29cbc5 100644 --- a/Plugins/PluginSpeedFan/SpeedFanPlugin.cpp +++ b/Plugins/PluginSpeedFan/SpeedFanPlugin.cpp @@ -16,8 +16,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginSysInfo/PluginSysInfo.vcproj b/Plugins/PluginSysInfo/PluginSysInfo.vcproj deleted file mode 100644 index 65fcc511..00000000 --- a/Plugins/PluginSysInfo/PluginSysInfo.vcproj +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginSysInfo/PluginSysInfo.vcxproj b/Plugins/PluginSysInfo/PluginSysInfo.vcxproj new file mode 100644 index 00000000..4e376702 --- /dev/null +++ b/Plugins/PluginSysInfo/PluginSysInfo.vcxproj @@ -0,0 +1,277 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {6EBCA4DA-8CC7-42FE-8F45-878ABE165078} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + SysInfo + SysInfo + SysInfo + SysInfo + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginSysInfo.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginSysInfo_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginSysInfo.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rasapi32.lib;Iphlpapi.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/SysInfo.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/SysInfo.pdb + .\x32/Release/SysInfo.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginSysInfo.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginSysInfo_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginSysInfo.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rasapi32.lib;Iphlpapi.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/SysInfo.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/SysInfo.pdb + .\x64/Release/SysInfo.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginSysInfo.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginSysInfo_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginSysInfo.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rasapi32.lib;Iphlpapi.lib;%(AdditionalDependencies) + ../../TestBench/x32/Debug/Plugins/SysInfo.dll + true + true + .\x32/Debug/SysInfo.pdb + .\x32/Debug/SysInfo.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginSysInfo.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginSysInfo_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginSysInfo.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + Rasapi32.lib;Iphlpapi.lib;%(AdditionalDependencies) + ../../TestBench/x64/Debug/Plugins/SysInfo.dll + true + true + .\x64/Debug/SysInfo.pdb + .\x64/Debug/SysInfo.lib + MachineX64 + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginSysInfo_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginSysInfo_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginSysInfo_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginSysInfo_EXPORTS + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginSysInfo/SysInfo.cpp b/Plugins/PluginSysInfo/SysInfo.cpp index 45d6f936..ccfe0917 100644 --- a/Plugins/PluginSysInfo/SysInfo.cpp +++ b/Plugins/PluginSysInfo/SysInfo.cpp @@ -16,8 +16,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcproj b/Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcproj deleted file mode 100644 index f775d62a..00000000 --- a/Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcproj +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcxproj b/Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcxproj new file mode 100644 index 00000000..f3984749 --- /dev/null +++ b/Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcxproj @@ -0,0 +1,273 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {4640AB3A-5A8B-2DA0-980C-A70BCAB3A7F1} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + VirtualDesktops + VirtualDesktops + VirtualDesktops + VirtualDesktops + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginVirtualDesktops.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginVirtualDesktops_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginVirtualDesktops.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/VirtualDesktops.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/VirtualDesktops.pdb + .\x32/Release/VirtualDesktops.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginVirtualDesktops.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginVirtualDesktops_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginVirtualDesktops.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/VirtualDesktops.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/VirtualDesktops.pdb + .\x64/Release/VirtualDesktops.lib + MachineX64 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginVirtualDesktops.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginVirtualDesktops_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginVirtualDesktops.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/VirtualDesktops.dll + true + true + .\x32/Debug/VirtualDesktops.pdb + .\x32/Debug/VirtualDesktops.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginVirtualDesktops.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginVirtualDesktops_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginVirtualDesktops.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/VirtualDesktops.dll + true + true + .\x64/Debug/VirtualDesktops.pdb + .\x64/Debug/VirtualDesktops.lib + MachineX64 + + + + + + + + + + + + + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcxproj.filters b/Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcxproj.filters new file mode 100644 index 00000000..873e9548 --- /dev/null +++ b/Plugins/PluginVirtualDesktops/PluginVirtualDesktops.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {33f898cd-3c3c-42a0-9b7c-112f37cd558b} + + + {9d236685-79d3-4b8c-a7d6-8405dd5d260b} + + + + + Dexpot + + + Dexpot + + + VirtuaWin + + + VirtuaWin + + + + + + Dexpot + + + VirtuaWin + + + + + + + \ No newline at end of file diff --git a/Plugins/PluginWebParser/PluginWebParser.vcproj b/Plugins/PluginWebParser/PluginWebParser.vcproj deleted file mode 100644 index e94b9b3d..00000000 --- a/Plugins/PluginWebParser/PluginWebParser.vcproj +++ /dev/null @@ -1,1311 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginWebParser/PluginWebParser.vcxproj b/Plugins/PluginWebParser/PluginWebParser.vcxproj new file mode 100644 index 00000000..7cdebf12 --- /dev/null +++ b/Plugins/PluginWebParser/PluginWebParser.vcxproj @@ -0,0 +1,523 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {8B820B9F-C154-417C-A090-42198F2AF496} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + WebParser + WebParser + WebParser + WebParser + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginWebParser.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginWebParser.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4244;4267;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Urlmon.lib;Wininet.lib;Shlwapi.lib;%(AdditionalDependencies) + ../../TestBench/x32/Debug/Plugins/WebParser.dll + true + true + .\x32/Debug/WebParser.pdb + .\x32/Debug/WebParser.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginWebParser.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginWebParser.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4244;4267;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + Urlmon.lib;Wininet.lib;Shlwapi.lib;%(AdditionalDependencies) + ../../TestBench/x64/Debug/Plugins/WebParser.dll + true + true + .\x64/Debug/WebParser.pdb + .\x64/Debug/WebParser.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginWebParser.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWebParser_EXPORTS;_SECURE_SCL=0;HAVE_CONFIG_H;SUPPORT_UTF8;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginWebParser.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4217;4244;4267;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Urlmon.lib;Wininet.lib;Shlwapi.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/WebParser.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/WebParser.pdb + .\x32/Release/WebParser.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginWebParser.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWebParser_EXPORTS;_SECURE_SCL=0;HAVE_CONFIG_H;SUPPORT_UTF8;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginWebParser.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4244;4267;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Urlmon.lib;Wininet.lib;Shlwapi.lib;Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/WebParser.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/WebParser.pdb + .\x64/Release/WebParser.lib + MachineX64 + + + + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWebParser_EXPORTS;HAVE_CONFIG_H;SUPPORT_UTF8 + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginWebParser/PluginWebParser.vcxproj.filters b/Plugins/PluginWebParser/PluginWebParser.vcxproj.filters new file mode 100644 index 00000000..2eff3ec8 --- /dev/null +++ b/Plugins/PluginWebParser/PluginWebParser.vcxproj.filters @@ -0,0 +1,88 @@ + + + + + {15b74478-8fbf-4a89-b1ed-5488d059708c} + + + + + pcre + + + pcre + + + pcre + + + pcre + + + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + pcre + + + + + + + \ No newline at end of file diff --git a/Plugins/PluginWebParser/WebParser.cpp b/Plugins/PluginWebParser/WebParser.cpp index f69872a0..c2e2e55a 100644 --- a/Plugins/PluginWebParser/WebParser.cpp +++ b/Plugins/PluginWebParser/WebParser.cpp @@ -19,8 +19,6 @@ // Note: To compile this you need the PCRE library (http://www.pcre.org/). // See: http://www.perldoc.com/perl5.8.0/pod/perlre.html -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginWifiStatus/PluginWifiStatus.vcproj b/Plugins/PluginWifiStatus/PluginWifiStatus.vcproj deleted file mode 100644 index 3d771b85..00000000 --- a/Plugins/PluginWifiStatus/PluginWifiStatus.vcproj +++ /dev/null @@ -1,433 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginWifiStatus/PluginWifiStatus.vcxproj b/Plugins/PluginWifiStatus/PluginWifiStatus.vcxproj new file mode 100644 index 00000000..027a2c8a --- /dev/null +++ b/Plugins/PluginWifiStatus/PluginWifiStatus.vcxproj @@ -0,0 +1,272 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {45A34285-56DD-4521-912B-3F884D36FA35} + PluginWifiStatus + Win32Proj + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + WifiStatus + WifiStatus + WifiStatus + WifiStatus + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWifiStatus_EXPORTS;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginWifiStatus.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + %(AdditionalDependencies) + ../../TestBench/x32/Debug/Plugins/WifiStatus.dll + true + .\x32/Debug/WifiStatus.pdb + NotSet + false + + + .\x32/Debug/WifiStatus.lib + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWifiStatus_EXPORTS;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginWifiStatus.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + %(AdditionalDependencies) + ../../TestBench/x64/Debug/Plugins/WifiStatus.dll + true + .\x64/Debug/WifiStatus.pdb + NotSet + false + + + .\x64/Debug/WifiStatus.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginWifiStatus.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginWifiStatus.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/WifiStatus.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/WifiStatus.pdb + false + + + .\x32/Release/WifiStatus.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x32/Release/PluginWifiStatus.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginRecycleManager_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x64/Release/PluginWifiStatus.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/WifiStatus.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/WifiStatus.pdb + false + + + .\x64/Release/WifiStatus.lib + MachineX64 + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;WifiStatus_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;WifiStatus_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;WifiStatus_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;WifiStatus_EXPORTS + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginWifiStatus/WifiStatus.cpp b/Plugins/PluginWifiStatus/WifiStatus.cpp index 0f166e9d..1974814f 100644 --- a/Plugins/PluginWifiStatus/WifiStatus.cpp +++ b/Plugins/PluginWifiStatus/WifiStatus.cpp @@ -16,8 +16,6 @@ along with this program. If not, see . */ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginWin7Audio/PluginWin7Audio.vcproj b/Plugins/PluginWin7Audio/PluginWin7Audio.vcproj deleted file mode 100644 index b1d77ff1..00000000 --- a/Plugins/PluginWin7Audio/PluginWin7Audio.vcproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginWin7Audio/PluginWin7Audio.vcxproj b/Plugins/PluginWin7Audio/PluginWin7Audio.vcxproj new file mode 100644 index 00000000..699d8989 --- /dev/null +++ b/Plugins/PluginWin7Audio/PluginWin7Audio.vcxproj @@ -0,0 +1,282 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {6D032D6B-7656-4743-B454-3388E2921EB0} + PluginWin7Audio + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + Win7AudioPlugin + Win7AudioPlugin + Win7AudioPlugin + Win7AudioPlugin + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginWindowMessage.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWin7Audio_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginWin7Audio.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Debug/Plugins/Win7AudioPlugin.dll + true + ../../Library/x32/Debug;%(AdditionalLibraryDirectories) + true + .\x32/Debug/Win7AudioPlugin.pdb + .\x32/Debug/Win7AudioPlugin.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginWindowMessage.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginWindowMessage.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/Win7AudioPlugin.dll + true + true + .\x64/Debug/Win7AudioPlugin.pdb + .\x64/Debug/Win7AudioPlugin.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginWindowMessage.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWin7Audio_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginWin7Audio.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/Win7AudioPlugin.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/Win7AudioPlugin.pdb + .\x32/Release/Win7AudioPlugin.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginWindowMessage.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWin7Audio_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginWindowMessage.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/Win7AudioPlugin.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + false + .\x64/Release/Win7AudioPlugin.pdb + .\x64/Release/Win7AudioPlugin.lib + MachineX64 + + + + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginWin7Audio/Win7AudioPlugin.cpp b/Plugins/PluginWin7Audio/Win7AudioPlugin.cpp index 9e757a7f..f5aaa674 100644 --- a/Plugins/PluginWin7Audio/Win7AudioPlugin.cpp +++ b/Plugins/PluginWin7Audio/Win7AudioPlugin.cpp @@ -16,8 +16,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginWindowMessage/PluginWindowMessage.vcproj b/Plugins/PluginWindowMessage/PluginWindowMessage.vcproj deleted file mode 100644 index 4120f715..00000000 --- a/Plugins/PluginWindowMessage/PluginWindowMessage.vcproj +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginWindowMessage/PluginWindowMessage.vcxproj b/Plugins/PluginWindowMessage/PluginWindowMessage.vcxproj new file mode 100644 index 00000000..3f552d8f --- /dev/null +++ b/Plugins/PluginWindowMessage/PluginWindowMessage.vcxproj @@ -0,0 +1,275 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {B9184DBA-C6B7-44FE-8BBD-0852DB22D2E4} + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + WindowMessagePlugin + WindowMessagePlugin + WindowMessagePlugin + WindowMessagePlugin + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginWindowMessage.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginWindowMessage.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/WindowMessagePlugin.dll + true + true + .\x32/Debug/WindowMessagePlugin.pdb + .\x32/Debug/WindowMessagePlugin.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginWindowMessage.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginWindowMessage.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/WindowMessagePlugin.dll + true + true + .\x64/Debug/WindowMessagePlugin.pdb + .\x64/Debug/WindowMessagePlugin.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginWindowMessage.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginWindowMessage.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/WindowMessagePlugin.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/WindowMessagePlugin.pdb + .\x32/Release/WindowMessagePlugin.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginWindowMessage.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginWindowMessage.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/WindowMessagePlugin.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + .\x64/Release/WindowMessagePlugin.pdb + .\x64/Release/WindowMessagePlugin.lib + MachineX64 + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginWindowMessage/WindowMessagePlugin.cpp b/Plugins/PluginWindowMessage/WindowMessagePlugin.cpp index 2ebd9f6f..aff3b9e2 100644 --- a/Plugins/PluginWindowMessage/WindowMessagePlugin.cpp +++ b/Plugins/PluginWindowMessage/WindowMessagePlugin.cpp @@ -16,8 +16,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4786) - #include #include #include diff --git a/Plugins/PluginiTunes/PluginiTunes.vcproj b/Plugins/PluginiTunes/PluginiTunes.vcproj deleted file mode 100644 index cfbc299e..00000000 --- a/Plugins/PluginiTunes/PluginiTunes.vcproj +++ /dev/null @@ -1,451 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plugins/PluginiTunes/PluginiTunes.vcxproj b/Plugins/PluginiTunes/PluginiTunes.vcxproj new file mode 100644 index 00000000..31d5b2d2 --- /dev/null +++ b/Plugins/PluginiTunes/PluginiTunes.vcxproj @@ -0,0 +1,285 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {A2DD3CBE-B140-4892-A875-24107FA52518} + PluginiTunes + + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + DynamicLibrary + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + $(SolutionDir)TestBench\x32\$(Configuration)\Plugins\ + .\x32\$(Configuration)\ + false + $(SolutionDir)TestBench\x64\$(Configuration)\Plugins\ + .\x64\$(Configuration)\ + false + iTunesPlugin + iTunesPlugin + iTunesPlugin + iTunesPlugin + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Debug/PluginiTunes.tlb + + + + + Disabled + iTunesCOMWindowsSDK;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginiTunes_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x32/Debug/PluginiTunes.pch + .\x32/Debug/ + .\x32/Debug/ + .\x32/Debug/ + Level3 + true + EditAndContinue + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x32/Debug/Plugins/iTunesPlugin.dll + true + true + .\x32/Debug/iTunesPlugin.pdb + .\x32/Debug/iTunesPlugin.lib + MachineX86 + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Debug/PluginiTunes.tlb + + + + + Disabled + iTunesCOMWindowsSDK;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginiTunes_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + .\x64/Debug/PluginiTunes.pch + .\x64/Debug/ + .\x64/Debug/ + .\x64/Debug/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + _DEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + ../../TestBench/x64/Debug/Plugins/iTunesPlugin.dll + true + true + .\x64/Debug/iTunesPlugin.pdb + .\x64/Debug/iTunesPlugin.lib + MachineX64 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\x32/Release/PluginiTunes.tlb + + + + + MaxSpeed + OnlyExplicitInline + iTunesCOMWindowsSDK;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginiTunes_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\x32/Release/PluginiTunes.pch + .\x32/Release/ + .\x32/Release/ + .\x32/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x32/Release/Plugins/iTunesPlugin.dll + true + ..\..\Library\x32\Release;%(AdditionalLibraryDirectories) + true + .\x32/Release/iTunesPlugin.pdb + .\x32/Release/iTunesPlugin.lib + MachineX86 + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + X64 + .\x64/Release/PluginiTunes.tlb + + + + + /GL %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + iTunesCOMWindowsSDK;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginiTunes_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\x64/Release/PluginiTunes.pch + .\x64/Release/ + .\x64/Release/ + .\x64/Release/ + Level3 + true + ProgramDatabase + 4018;4090;4114;4351;4786;4800;4996 + + + NDEBUG;_WIN64;%(PreprocessorDefinitions) + 0x0409 + + + /LTCG %(AdditionalOptions) + Rainmeter.lib;%(AdditionalDependencies) + ../../TestBench/x64/Release/Plugins/iTunesPlugin.dll + true + ..\..\Library\x64\Release;%(AdditionalLibraryDirectories) + true + .\x64/Release/iTunesPlugin.pdb + .\x64/Release/iTunesPlugin.lib + MachineX64 + + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginiTunes_EXPORTS + EnableFastChecks + Disabled + WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginiTunes_EXPORTS + EnableFastChecks + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginiTunes_EXPORTS + MaxSpeed + WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginiTunes_EXPORTS + + + + + + + + {be9d2400-7f1c-49d6-8498-5ce495491ad6} + false + + + + + + \ No newline at end of file diff --git a/Plugins/PluginiTunes/iTunesPlugin.cpp b/Plugins/PluginiTunes/iTunesPlugin.cpp index 92025374..aa3cb091 100644 --- a/Plugins/PluginiTunes/iTunesPlugin.cpp +++ b/Plugins/PluginiTunes/iTunesPlugin.cpp @@ -16,8 +16,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#pragma warning(disable: 4786) - #include #include #include "iTunesCOMInterface.h" diff --git a/Rainmeter.sln b/Rainmeter.sln index c6000e3c..d3d8eabc 100644 --- a/Rainmeter.sln +++ b/Rainmeter.sln @@ -1,106 +1,46 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual C++ Express 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Application", "Application\Application.vcproj", "{D2A0903C-E760-4134-AE61-3D55BF8F760C}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Application", "Application\Application.vcxproj", "{D2A0903C-E760-4134-AE61-3D55BF8F760C}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Library", "Library\Library.vcproj", "{BE9D2400-7F1C-49D6-8498-5CE495491AD6}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Library", "Library\Library.vcxproj", "{BE9D2400-7F1C-49D6-8498-5CE495491AD6}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginAdvancedCPU", "Plugins\PluginAdvancedCPU\PluginAdvancedCPU.vcproj", "{EE8EC522-8430-4B46-86A3-D943D77F9E4B}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginAdvancedCPU", "Plugins\PluginAdvancedCPU\PluginAdvancedCPU.vcxproj", "{EE8EC522-8430-4B46-86A3-D943D77F9E4B}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginExample", "Plugins\PluginExample\PluginExample.vcproj", "{761BAD94-EA54-4DBD-9FF0-50FDAFECBE93}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginExample", "Plugins\PluginExample\PluginExample.vcxproj", "{761BAD94-EA54-4DBD-9FF0-50FDAFECBE93}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginPerfMon", "Plugins\PluginPerfMon\PluginPerfMon.vcproj", "{5344B52B-BAC3-479C-B41D-D465B8BDA1AD}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginPerfMon", "Plugins\PluginPerfMon\PluginPerfMon.vcxproj", "{5344B52B-BAC3-479C-B41D-D465B8BDA1AD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginPing", "Plugins\PluginPing\PluginPing.vcproj", "{C862B662-5CC6-4E79-B1B3-905E0B98D627}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginPing", "Plugins\PluginPing\PluginPing.vcxproj", "{C862B662-5CC6-4E79-B1B3-905E0B98D627}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginPower", "Plugins\PluginPower\PluginPower.vcproj", "{C30E7EB6-9655-4AF4-98AE-D6E6B14631AF}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginPower", "Plugins\PluginPower\PluginPower.vcxproj", "{C30E7EB6-9655-4AF4-98AE-D6E6B14631AF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginQuote", "Plugins\PluginQuote\PluginQuote.vcproj", "{C029E0CF-F203-41D0-9608-A3EA2CF0ED1F}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginQuote", "Plugins\PluginQuote\PluginQuote.vcxproj", "{C029E0CF-F203-41D0-9608-A3EA2CF0ED1F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginResMon", "Plugins\PluginResMon\PluginResMon.vcproj", "{17D3BD92-6F5D-438C-A89B-88F4CE06DB94}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginResMon", "Plugins\PluginResMon\PluginResMon.vcxproj", "{17D3BD92-6F5D-438C-A89B-88F4CE06DB94}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginSpeedFan", "Plugins\PluginSpeedFan\PluginSpeedFan.vcproj", "{D10AB316-0F7A-4551-BE4F-385E04CCF1E8}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginSpeedFan", "Plugins\PluginSpeedFan\PluginSpeedFan.vcxproj", "{D10AB316-0F7A-4551-BE4F-385E04CCF1E8}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginSysInfo", "Plugins\PluginSysInfo\PluginSysInfo.vcproj", "{6EBCA4DA-8CC7-42FE-8F45-878ABE165078}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginSysInfo", "Plugins\PluginSysInfo\PluginSysInfo.vcxproj", "{6EBCA4DA-8CC7-42FE-8F45-878ABE165078}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginWebParser", "Plugins\PluginWebParser\PluginWebParser.vcproj", "{8B820B9F-C154-417C-A090-42198F2AF496}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginWebParser", "Plugins\PluginWebParser\PluginWebParser.vcxproj", "{8B820B9F-C154-417C-A090-42198F2AF496}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginWindowMessage", "Plugins\PluginWindowMessage\PluginWindowMessage.vcproj", "{B9184DBA-C6B7-44FE-8BBD-0852DB22D2E4}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginWindowMessage", "Plugins\PluginWindowMessage\PluginWindowMessage.vcxproj", "{B9184DBA-C6B7-44FE-8BBD-0852DB22D2E4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginRecycleManager", "Plugins\PluginRecycleManager\PluginRecycleManager.vcproj", "{4F8C4C09-431C-45C4-830B-32006E783C3A}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginRecycleManager", "Plugins\PluginRecycleManager\PluginRecycleManager.vcxproj", "{4F8C4C09-431C-45C4-830B-32006E783C3A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginiTunes", "Plugins\PluginiTunes\PluginiTunes.vcproj", "{A2DD3CBE-B140-4892-A875-24107FA52518}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginiTunes", "Plugins\PluginiTunes\PluginiTunes.vcxproj", "{A2DD3CBE-B140-4892-A875-24107FA52518}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginWifiStatus", "Plugins\PluginWifiStatus\PluginWifiStatus.vcproj", "{45A34285-56DD-4521-912B-3F884D36FA35}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginWifiStatus", "Plugins\PluginWifiStatus\PluginWifiStatus.vcxproj", "{45A34285-56DD-4521-912B-3F884D36FA35}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginWin7Audio", "Plugins\PluginWin7Audio\PluginWin7Audio.vcproj", "{6D032D6B-7656-4743-B454-3388E2921EB0}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginWin7Audio", "Plugins\PluginWin7Audio\PluginWin7Audio.vcxproj", "{6D032D6B-7656-4743-B454-3388E2921EB0}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginVirtualDesktops", "Plugins\PluginVirtualDesktops\PluginVirtualDesktops.vcproj", "{4640AB3A-5A8B-2DA0-980C-A70BCAB3A7F1}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginVirtualDesktops", "Plugins\PluginVirtualDesktops\PluginVirtualDesktops.vcxproj", "{4640AB3A-5A8B-2DA0-980C-A70BCAB3A7F1}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginMediaKey", "Plugins\PluginMediaKey\PluginMediaKey.vcproj", "{EB48A04A-657E-41B8-B2F5-D47F8C30B2B4}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginMediaKey", "Plugins\PluginMediaKey\PluginMediaKey.vcxproj", "{EB48A04A-657E-41B8-B2F5-D47F8C30B2B4}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginFolderInfo", "Plugins\PluginFolderInfo\PluginFolderInfo.vcproj", "{A221819D-4263-42AA-B22A-C022924842A7}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginFolderInfo", "Plugins\PluginFolderInfo\PluginFolderInfo.vcxproj", "{A221819D-4263-42AA-B22A-C022924842A7}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginCoreTemp", "Plugins\PluginCoreTemp\PluginCoreTemp.vcproj", "{F32FA418-8DF4-4E94-B92B-EBD502F5DC07}" - ProjectSection(ProjectDependencies) = postProject - {BE9D2400-7F1C-49D6-8498-5CE495491AD6} = {BE9D2400-7F1C-49D6-8498-5CE495491AD6} - EndProjectSection +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PluginCoreTemp", "Plugins\PluginCoreTemp\PluginCoreTemp.vcxproj", "{F32FA418-8DF4-4E94-B92B-EBD502F5DC07}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Version.h b/Version.h index f79a6383..65128454 100644 --- a/Version.h +++ b/Version.h @@ -1,13 +1,13 @@ #pragma once #define MAKE_VER(major, minor1, minor2) major * 1000000 + minor1 * 1000 + minor2 -#define FILEVER 2,1,0,748 -#define PRODUCTVER 2,1,0,748 -#define STRFILEVER "2.1.0.748" -#define STRPRODUCTVER "2.1.0.748" +#define FILEVER 2,1,0,757 +#define PRODUCTVER 2,1,0,757 +#define STRFILEVER "2.1.0.757" +#define STRPRODUCTVER "2.1.0.757" #define APPVERSION L"2.1.0" #define RAINMETER_VERSION MAKE_VER(2, 1, 0) -const int revision_number = 748; +const int revision_number = 757; const bool revision_beta = true;