2010-11-04 21:46:14 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{B0397530-545A-471D-BB74-027AE456DF1A}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>OpenHardwareMonitor</RootNamespace>
|
|
|
|
|
<AssemblyName>OpenHardwareMonitorLib</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2010-08-08 13:57:26 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>Bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2010-08-08 13:57:26 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>Bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2010-08-08 13:57:26 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Management" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<Compile Include="Collections\Pair.cs" />
|
2011-06-19 12:41:18 +00:00
|
|
|
|
<Compile Include="Collections\RingCollection.cs" />
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<Compile Include="Hardware\ATI\ADL.cs" />
|
|
|
|
|
<Compile Include="Hardware\ATI\ATIGPU.cs" />
|
|
|
|
|
<Compile Include="Hardware\ATI\ATIGroup.cs" />
|
2011-01-20 21:31:54 +00:00
|
|
|
|
<Compile Include="Hardware\Control.cs" />
|
2020-02-08 00:36:51 +01:00
|
|
|
|
<Compile Include="Hardware\CPU\AMD17CPU.cs" />
|
2011-07-07 20:41:09 +00:00
|
|
|
|
<Compile Include="Hardware\FirmwareTable.cs" />
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<Compile Include="Hardware\HDD\DebugSmart.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\DriveAttributeValue.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\DriveThresholdValue.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\HDDGeneric.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\ISmart.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\SmartAttribute.cs" />
|
2012-01-02 18:44:19 +00:00
|
|
|
|
<Compile Include="Hardware\HDD\SmartNames.cs" />
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<Compile Include="Hardware\HDD\RequireSmartAttribute.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\NamePrefixAttribute.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\SSDIndilinx.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\SSDIntel.cs" />
|
2012-07-08 15:24:44 +00:00
|
|
|
|
<Compile Include="Hardware\HDD\SSDMicron.cs" />
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<Compile Include="Hardware\HDD\SSDPlextor.cs" />
|
2012-01-02 18:44:19 +00:00
|
|
|
|
<Compile Include="Hardware\HDD\SSDSamsung.cs" />
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<Compile Include="Hardware\HDD\SSDSandforce.cs" />
|
2011-01-20 21:31:54 +00:00
|
|
|
|
<Compile Include="Hardware\IControl.cs" />
|
2010-10-31 22:08:47 +00:00
|
|
|
|
<Compile Include="Hardware\IOControlCode.cs" />
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<Compile Include="Hardware\Computer.cs" />
|
2010-09-22 19:12:12 +00:00
|
|
|
|
<Compile Include="Hardware\CPU\AMDCPU.cs" />
|
2010-09-20 19:28:25 +00:00
|
|
|
|
<Compile Include="Hardware\CPU\GenericCPU.cs" />
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<Compile Include="Hardware\CPU\AMD0FCPU.cs" />
|
|
|
|
|
<Compile Include="Hardware\CPU\AMD10CPU.cs" />
|
|
|
|
|
<Compile Include="Hardware\CPU\CPUGroup.cs" />
|
|
|
|
|
<Compile Include="Hardware\CPU\CPUID.cs" />
|
|
|
|
|
<Compile Include="Hardware\CPU\CPULoad.cs" />
|
|
|
|
|
<Compile Include="Hardware\CPU\IntelCPU.cs" />
|
2015-12-04 16:32:48 +01:00
|
|
|
|
<Compile Include="Hardware\LPC\LPCPort.cs" />
|
2010-11-21 17:31:25 +00:00
|
|
|
|
<Compile Include="Hardware\LPC\NCT677X.cs" />
|
2011-07-07 20:41:09 +00:00
|
|
|
|
<Compile Include="Hardware\Mainboard\GigabyteTAMG.cs" />
|
2012-07-23 21:54:35 +00:00
|
|
|
|
<Compile Include="Hardware\Mainboard\Identification.cs" />
|
2020-02-20 22:07:03 +01:00
|
|
|
|
<Compile Include="Hardware\Nvidia\NVML.cs" />
|
2010-10-31 22:08:47 +00:00
|
|
|
|
<Compile Include="Hardware\Opcode.cs" />
|
2012-07-11 22:28:39 +00:00
|
|
|
|
<Compile Include="Hardware\OperatingSystem.cs" />
|
2012-07-23 21:54:35 +00:00
|
|
|
|
<Compile Include="Hardware\RAM\GenericRAM.cs" />
|
|
|
|
|
<Compile Include="Hardware\RAM\RAMGroup.cs" />
|
2010-10-31 22:08:47 +00:00
|
|
|
|
<Compile Include="Hardware\Ring0.cs" />
|
|
|
|
|
<Compile Include="Hardware\KernelDriver.cs" />
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<Compile Include="Hardware\Hardware.cs" />
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<Compile Include="Hardware\HDD\AbstractHarddrive.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\HarddriveGroup.cs" />
|
|
|
|
|
<Compile Include="Hardware\HDD\WindowsSmart.cs" />
|
2010-08-22 21:53:11 +00:00
|
|
|
|
<Compile Include="Hardware\Heatmaster\Heatmaster.cs" />
|
|
|
|
|
<Compile Include="Hardware\Heatmaster\HeatmasterGroup.cs" />
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<Compile Include="Hardware\IComputer.cs" />
|
|
|
|
|
<Compile Include="Hardware\Identifier.cs" />
|
|
|
|
|
<Compile Include="Hardware\IElement.cs" />
|
|
|
|
|
<Compile Include="Hardware\IGroup.cs" />
|
|
|
|
|
<Compile Include="Hardware\IHardware.cs" />
|
|
|
|
|
<Compile Include="Hardware\IParameter.cs" />
|
|
|
|
|
<Compile Include="Hardware\ISensor.cs" />
|
|
|
|
|
<Compile Include="Hardware\IVisitor.cs" />
|
|
|
|
|
<Compile Include="Hardware\LPC\Chip.cs" />
|
|
|
|
|
<Compile Include="Hardware\LPC\F718XX.cs" />
|
|
|
|
|
<Compile Include="Hardware\LPC\ISuperIO.cs" />
|
|
|
|
|
<Compile Include="Hardware\LPC\IT87XX.cs" />
|
|
|
|
|
<Compile Include="Hardware\LPC\LMSensors.cs" />
|
|
|
|
|
<Compile Include="Hardware\LPC\LPCIO.cs" />
|
|
|
|
|
<Compile Include="Hardware\LPC\W836XX.cs" />
|
|
|
|
|
<Compile Include="Hardware\Mainboard\Mainboard.cs" />
|
|
|
|
|
<Compile Include="Hardware\Mainboard\MainboardGroup.cs" />
|
|
|
|
|
<Compile Include="Hardware\Mainboard\Manufacturer.cs" />
|
|
|
|
|
<Compile Include="Hardware\Mainboard\Model.cs" />
|
2012-07-23 21:54:35 +00:00
|
|
|
|
<Compile Include="Hardware\SMBIOS.cs" />
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<Compile Include="Hardware\Mainboard\SuperIOHardware.cs" />
|
|
|
|
|
<Compile Include="Hardware\Nvidia\NVAPI.cs" />
|
|
|
|
|
<Compile Include="Hardware\Nvidia\NvidiaGPU.cs" />
|
|
|
|
|
<Compile Include="Hardware\Nvidia\NvidiaGroup.cs" />
|
|
|
|
|
<Compile Include="Hardware\Parameter.cs" />
|
|
|
|
|
<Compile Include="Hardware\Sensor.cs" />
|
|
|
|
|
<Compile Include="Hardware\SensorVisitor.cs" />
|
|
|
|
|
<Compile Include="Hardware\TBalancer\FTD2XX.cs" />
|
|
|
|
|
<Compile Include="Hardware\TBalancer\TBalancer.cs" />
|
|
|
|
|
<Compile Include="Hardware\TBalancer\TBalancerGroup.cs" />
|
|
|
|
|
<Compile Include="Hardware\ISettings.cs" />
|
|
|
|
|
<Compile Include="Hardware\HexStringArray.cs" />
|
|
|
|
|
<Compile Include="Collections\IReadOnlyArray.cs" />
|
|
|
|
|
<Compile Include="Collections\ListSet.cs" />
|
|
|
|
|
<Compile Include="Hardware\PInvokeDelegateFactory.cs" />
|
|
|
|
|
<Compile Include="Collections\ReadOnlyArray.cs" />
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyLibInfo.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyVersion.cs" />
|
2010-11-03 22:07:46 +00:00
|
|
|
|
<Compile Include="Hardware\ThreadAffinity.cs" />
|
2010-08-12 20:53:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
2010-08-08 13:57:26 +00:00
|
|
|
|
</ItemGroup>
|
2010-10-31 22:08:47 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Hardware\WinRing0.sys" />
|
|
|
|
|
<EmbeddedResource Include="Hardware\WinRing0x64.sys" />
|
|
|
|
|
</ItemGroup>
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|