Fixed Debug x64.

Also some minor changes to the installer and Rainmeter.cpp.
This commit is contained in:
Birunthan Mohanathas
2010-10-30 11:21:19 +00:00
parent f430b9ebb2
commit 461f8757c1
21 changed files with 215 additions and 199 deletions

View File

@ -500,7 +500,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginAdvancedCPU.tlb"
TypeLibraryName=".\x64/Debug/PluginAdvancedCPU.tlb"
HeaderFileName=""
/>
<Tool
@ -510,10 +510,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginAdvancedCPU.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginAdvancedCPU.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -531,12 +531,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/AdvancedCPU.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/AdvancedCPU.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/AdvancedCPU.pdb"
ImportLibrary=".\x32/Debug/AdvancedCPU.lib"
ProgramDatabaseFile=".\x64/Debug/AdvancedCPU.pdb"
ImportLibrary=".\x64/Debug/AdvancedCPU.lib"
TargetMachine="17"
/>
<Tool

View File

@ -316,7 +316,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginExample.tlb"
TypeLibraryName=".\x64/Debug/PluginExample.tlb"
HeaderFileName=""
/>
<Tool
@ -326,10 +326,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginExample.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginExample.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -347,12 +347,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/ExamplePlugin.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/ExamplePlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/ExamplePlugin.pdb"
ImportLibrary=".\x32/Debug/ExamplePlugin.lib"
ProgramDatabaseFile=".\x64/Debug/ExamplePlugin.pdb"
ImportLibrary=".\x64/Debug/ExamplePlugin.lib"
TargetMachine="17"
/>
<Tool

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Version="9.00"
Name="PluginMediaKey"
ProjectGUID="{EB48A04A-657E-41B8-B2F5-D47F8C30B2B4}"
RootNamespace="PluginMediaKey"
@ -46,7 +46,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\x32/Debug/PluginWindowMessage.tlb"
TypeLibraryName=".\x32/Debug/MediaKey.tlb"
HeaderFileName=""
/>
<Tool
@ -77,11 +77,10 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Rainmeter.lib"
OutputFile="../../TestBench/x32/Debug/Plugins/MediaKey.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="../../Library/x32/Debug"
AdditionalLibraryDirectories=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/MediaKey.pdb"
ImportLibrary=".\x32/Debug/MediaKey.lib"
@ -137,20 +136,20 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginWindowMessage.tlb"
TypeLibraryName=".\x64/Debug/MediaKey.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;MediaKey_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginWindowMessage.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/MediaKey.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -168,12 +167,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/WindowMessagePlugin.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/WindowMessagePlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/WindowMessagePlugin.pdb"
ImportLibrary=".\x32/Debug/WindowMessagePlugin.lib"
ProgramDatabaseFile=".\x64/Debug/WindowMessagePlugin.pdb"
ImportLibrary=".\x64/Debug/WindowMessagePlugin.lib"
TargetMachine="17"
/>
<Tool
@ -226,7 +225,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\x64/Release/PluginWindowMessage.tlb"
TypeLibraryName=".\x64/Release/MediaKey.tlb"
HeaderFileName=""
/>
<Tool
@ -234,11 +233,11 @@
AdditionalOptions="/GL /EHsc /GA "
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;MediaKey_EXPORTS"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\x64/Release/PluginWindowMessage.pch"
PrecompiledHeaderFile=".\x64/Release/MediaKey.pch"
AssemblerListingLocation=".\x64/Release/"
ObjectFile=".\x64/Release/"
ProgramDataBaseFileName=".\x64/Release/"
@ -316,7 +315,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x64/Release/PluginWindowMessage.tlb"
TypeLibraryName=".\x64/Release/MediaKey.tlb"
HeaderFileName=""
/>
<Tool
@ -328,7 +327,7 @@
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\x64/Release/PluginWindowMessage.pch"
PrecompiledHeaderFile=".\x64/Release/MediaKey.pch"
AssemblerListingLocation=".\x64/Release/"
ObjectFile=".\x64/Release/"
ProgramDataBaseFileName=".\x64/Release/"
@ -410,7 +409,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\x32/Release/PluginWindowMessage.tlb"
TypeLibraryName=".\x32/Release/MediaKey.tlb"
HeaderFileName=""
/>
<Tool
@ -503,19 +502,19 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Release/PluginWindowMessage.tlb"
TypeLibraryName=".\x32/Release/MediaKey.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;MediaKey_EXPORTS"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Release/PluginWindowMessage.pch"
PrecompiledHeaderFile=".\x32/Release/MediaKey.pch"
AssemblerListingLocation=".\x32/Release/"
ObjectFile=".\x32/Release/"
ProgramDataBaseFileName=".\x32/Release/"
@ -577,7 +576,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;$(NoInherit)"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS;$(NoInherit)"
BasicRuntimeChecks="3"
/>
</FileConfiguration>
@ -587,7 +586,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;$(NoInherit)"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS;$(NoInherit)"
BasicRuntimeChecks="3"
/>
</FileConfiguration>
@ -597,7 +596,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="2"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;$(NoInherit)"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
@ -606,7 +605,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="2"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;$(NoInherit)"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
@ -615,7 +614,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="2"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;$(NoInherit)"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
@ -624,7 +623,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="2"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;PluginWindowMessage_EXPORTS;$(NoInherit)"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MediaKey_EXPORTS;$(NoInherit)"
/>
</FileConfiguration>
</File>

View File

@ -317,7 +317,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginPerfMon.tlb"
TypeLibraryName=".\x64/Debug/PluginPerfMon.tlb"
HeaderFileName=""
/>
<Tool
@ -327,10 +327,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginPerfMon.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginPerfMon.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -348,12 +348,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/PerfMon.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/PerfMon.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/PerfMon.pdb"
ImportLibrary=".\x32/Debug/PerfMon.lib"
ProgramDatabaseFile=".\x64/Debug/PerfMon.pdb"
ImportLibrary=".\x64/Debug/PerfMon.lib"
TargetMachine="17"
/>
<Tool

View File

@ -318,7 +318,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginPing.tlb"
TypeLibraryName=".\x64/Debug/PluginPing.tlb"
HeaderFileName=""
/>
<Tool
@ -328,10 +328,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginPing.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginPing.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -350,12 +350,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile="../../TestBench/x32/Debug/Plugins/PingPlugin.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/PingPlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/PingPlugin.pdb"
ImportLibrary=".\x32/Debug/PingPlugin.lib"
ProgramDatabaseFile=".\x64/Debug/PingPlugin.pdb"
ImportLibrary=".\x64/Debug/PingPlugin.lib"
TargetMachine="17"
/>
<Tool

View File

@ -134,7 +134,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginPower.tlb"
TypeLibraryName=".\x64/Debug/PluginPower.tlb"
HeaderFileName=""
/>
<Tool
@ -144,10 +144,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginPower.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginPower.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -165,12 +165,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/PowerPlugin.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/PowerPlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/PowerPlugin.pdb"
ImportLibrary=".\x32/Debug/PowerPlugin.lib"
ProgramDatabaseFile=".\x64/Debug/PowerPlugin.pdb"
ImportLibrary=".\x64/Debug/PowerPlugin.lib"
TargetMachine="17"
/>
<Tool

View File

@ -501,7 +501,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginQuote.tlb"
TypeLibraryName=".\x64/Debug/PluginQuote.tlb"
HeaderFileName=""
/>
<Tool
@ -511,10 +511,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginQuote.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginQuote.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -533,12 +533,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="shlwapi.lib odbc32.lib odbccp32.lib"
OutputFile="../../TestBench/x32/Debug/Plugins/QuotePlugin.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/QuotePlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/QuotePlugin.pdb"
ImportLibrary=".\x32/Debug/QuotePlugin.lib"
ProgramDatabaseFile=".\x64/Debug/QuotePlugin.pdb"
ImportLibrary=".\x64/Debug/QuotePlugin.lib"
TargetMachine="17"
/>
<Tool

View File

@ -511,7 +511,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginRecycleManager.tlb"
TypeLibraryName=".\x64/Debug/PluginRecycleManager.tlb"
HeaderFileName=""
/>
<Tool
@ -521,10 +521,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginRecycleManager.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginRecycleManager.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -543,14 +543,14 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib"
OutputFile="../../TestBench/x32/Debug/Plugins/RecycleManager.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/RecycleManager.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/RecycleManager.pdb"
ProgramDatabaseFile=".\x64/Debug/RecycleManager.pdb"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\x32/Debug/RecycleManager.lib"
ImportLibrary=".\x64/Debug/RecycleManager.lib"
TargetMachine="17"
/>
<Tool

View File

@ -501,7 +501,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginResMon.tlb"
TypeLibraryName=".\x64/Debug/PluginResMon.tlb"
HeaderFileName=""
/>
<Tool
@ -511,10 +511,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginResMon.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginResMon.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -533,12 +533,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Psapi.lib odbc32.lib odbccp32.lib"
OutputFile="../../TestBench/x32/Debug/Plugins/ResMon.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/ResMon.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/ResMon.pdb"
ImportLibrary=".\x32/Debug/ResMon.lib"
ProgramDatabaseFile=".\x64/Debug/ResMon.pdb"
ImportLibrary=".\x64/Debug/ResMon.lib"
TargetMachine="17"
/>
<Tool

View File

@ -316,7 +316,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginSpeedFan.tlb"
TypeLibraryName=".\x64/Debug/PluginSpeedFan.tlb"
HeaderFileName=""
/>
<Tool
@ -326,10 +326,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginSpeedFan.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginSpeedFan.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -347,12 +347,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/SpeedFanPlugin.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/SpeedFanPlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/SpeedFanPlugin.pdb"
ImportLibrary=".\x32/Debug/SpeedFanPlugin.lib"
ProgramDatabaseFile=".\x64/Debug/SpeedFanPlugin.pdb"
ImportLibrary=".\x64/Debug/SpeedFanPlugin.lib"
TargetMachine="17"
/>
<Tool

View File

@ -318,7 +318,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginSysInfo.tlb"
TypeLibraryName=".\x64/Debug/PluginSysInfo.tlb"
HeaderFileName=""
/>
<Tool
@ -328,10 +328,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginSysInfo.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginSysInfo.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -350,12 +350,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Rasapi32.lib Iphlpapi.lib odbc32.lib odbccp32.lib"
OutputFile="../../TestBench/x32/Debug/Plugins/SysInfo.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/SysInfo.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/SysInfo.pdb"
ImportLibrary=".\x32/Debug/SysInfo.lib"
ProgramDatabaseFile=".\x64/Debug/SysInfo.pdb"
ImportLibrary=".\x64/Debug/SysInfo.lib"
TargetMachine="17"
/>
<Tool

View File

@ -316,7 +316,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginVirtualDesktops.tlb"
TypeLibraryName=".\x64/Debug/PluginVirtualDesktops.tlb"
HeaderFileName=""
/>
<Tool
@ -326,10 +326,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginVirtualDesktops.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginVirtualDesktops.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -347,12 +347,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/VirtualDesktops.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/VirtualDesktops.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/VirtualDesktops.pdb"
ImportLibrary=".\x32/Debug/VirtualDesktops.lib"
ProgramDatabaseFile=".\x64/Debug/VirtualDesktops.pdb"
ImportLibrary=".\x64/Debug/VirtualDesktops.lib"
TargetMachine="17"
/>
<Tool

View File

@ -135,7 +135,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginWebParser.tlb"
TypeLibraryName=".\x64/Debug/PluginWebParser.tlb"
HeaderFileName=""
/>
<Tool
@ -145,10 +145,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginWebParser.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginWebParser.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -167,12 +167,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Urlmon.lib Wininet.lib Shlwapi.lib odbc32.lib odbccp32.lib"
OutputFile="../../TestBench/x32/Debug/Plugins/WebParser.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/WebParser.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/WebParser.pdb"
ImportLibrary=".\x32/Debug/WebParser.lib"
ProgramDatabaseFile=".\x64/Debug/WebParser.pdb"
ImportLibrary=".\x64/Debug/WebParser.lib"
TargetMachine="17"
/>
<Tool

View File

@ -228,10 +228,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginWifiStatus.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginWifiStatus.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
DebugInformationFormat="3"
/>
@ -247,14 +247,14 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib"
OutputFile="../../TestBench/x32/Debug/Plugins/WifiStatus.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/WifiStatus.dll"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/WifiStatus.pdb"
ProgramDatabaseFile=".\x64/Debug/WifiStatus.pdb"
SubSystem="0"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary=".\x32/Debug/WifiStatus.lib"
ImportLibrary=".\x64/Debug/WifiStatus.lib"
TargetMachine="17"
/>
<Tool

View File

@ -137,7 +137,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginWindowMessage.tlb"
TypeLibraryName=".\x64/Debug/PluginWindowMessage.tlb"
HeaderFileName=""
/>
<Tool
@ -147,10 +147,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginWindowMessage.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginWindowMessage.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -168,12 +168,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/WindowMessagePlugin.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/Win7AudioPlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/WindowMessagePlugin.pdb"
ImportLibrary=".\x32/Debug/WindowMessagePlugin.lib"
ProgramDatabaseFile=".\x64/Debug/Win7AudioPlugin.pdb"
ImportLibrary=".\x64/Debug/Win7AudioPlugin.lib"
TargetMachine="17"
/>
<Tool
@ -260,11 +260,11 @@
Name="VCLinkerTool"
AdditionalOptions="/machine:AMD64 /LTCG "
AdditionalDependencies="bufferoverflowU.lib odbc32.lib odbccp32.lib"
OutputFile="../../TestBench/x64/Release/Plugins/WindowMessagePlugin.dll"
OutputFile="../../TestBench/x64/Release/Plugins/Win7AudioPlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\x64/Release/WindowMessagePlugin.pdb"
ImportLibrary=".\x64/Release/WindowMessagePlugin.lib"
ProgramDatabaseFile=".\x64/Release/Win7AudioPlugin.pdb"
ImportLibrary=".\x64/Release/Win7AudioPlugin.lib"
/>
<Tool
Name="VCALinkTool"
@ -535,11 +535,11 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Release/Plugins/WindowMessagePlugin.dll"
OutputFile="../../TestBench/x32/Release/Plugins/Win7AudioPlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\x32/Release/WindowMessagePlugin.pdb"
ImportLibrary=".\x32/Release/WindowMessagePlugin.lib"
ProgramDatabaseFile=".\x32/Release/Win7AudioPlugin.pdb"
ImportLibrary=".\x32/Release/Win7AudioPlugin.lib"
TargetMachine="17"
/>
<Tool

View File

@ -134,7 +134,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginWindowMessage.tlb"
TypeLibraryName=".\x64/Debug/PluginWindowMessage.tlb"
HeaderFileName=""
/>
<Tool
@ -144,10 +144,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginWindowMessage.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginWindowMessage.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -165,12 +165,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/WindowMessagePlugin.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/WindowMessagePlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/WindowMessagePlugin.pdb"
ImportLibrary=".\x32/Debug/WindowMessagePlugin.lib"
ProgramDatabaseFile=".\x64/Debug/WindowMessagePlugin.pdb"
ImportLibrary=".\x64/Debug/WindowMessagePlugin.lib"
TargetMachine="17"
/>
<Tool

View File

@ -320,7 +320,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginiTunes.tlb"
TypeLibraryName=".\x64/Debug/PluginiTunes.tlb"
HeaderFileName=""
/>
<Tool
@ -331,10 +331,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginiTunes.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginiTunes.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -352,12 +352,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/iTunesPlugin.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/iTunesPlugin.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/iTunesPlugin.pdb"
ImportLibrary=".\x32/Debug/iTunesPlugin.lib"
ProgramDatabaseFile=".\x64/Debug/iTunesPlugin.pdb"
ImportLibrary=".\x64/Debug/iTunesPlugin.lib"
TargetMachine="17"
/>
<Tool