moel@165: <?xml version="1.0" encoding="utf-8"?> moel@166: <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> moel@165: <PropertyGroup> moel@165: <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> moel@165: <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> moel@165: <ProductVersion>9.0.30729</ProductVersion> moel@165: <SchemaVersion>2.0</SchemaVersion> moel@165: <ProjectGuid>{B0397530-545A-471D-BB74-027AE456DF1A}</ProjectGuid> moel@165: <OutputType>Library</OutputType> moel@165: <AppDesignerFolder>Properties</AppDesignerFolder> moel@165: <RootNamespace>OpenHardwareMonitor</RootNamespace> moel@165: <AssemblyName>OpenHardwareMonitorLib</AssemblyName> moel@165: <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> moel@165: <FileAlignment>512</FileAlignment> moel@166: <FileUpgradeFlags> moel@166: </FileUpgradeFlags> moel@166: <OldToolsVersion>3.5</OldToolsVersion> moel@166: <UpgradeBackupLocation /> moel@166: <PublishUrl>publish\</PublishUrl> moel@166: <Install>true</Install> moel@166: <InstallFrom>Disk</InstallFrom> moel@166: <UpdateEnabled>false</UpdateEnabled> moel@166: <UpdateMode>Foreground</UpdateMode> moel@166: <UpdateInterval>7</UpdateInterval> moel@166: <UpdateIntervalUnits>Days</UpdateIntervalUnits> moel@166: <UpdatePeriodically>false</UpdatePeriodically> moel@166: <UpdateRequired>false</UpdateRequired> moel@166: <MapFileExtensions>true</MapFileExtensions> moel@166: <ApplicationRevision>0</ApplicationRevision> moel@166: <ApplicationVersion>1.0.0.%2a</ApplicationVersion> moel@166: <IsWebBootstrapper>false</IsWebBootstrapper> moel@166: <UseApplicationTrust>false</UseApplicationTrust> moel@166: <BootstrapperEnabled>true</BootstrapperEnabled> moel@165: </PropertyGroup> moel@165: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> moel@165: <DebugSymbols>true</DebugSymbols> moel@165: <DebugType>full</DebugType> moel@165: <Optimize>false</Optimize> moel@165: <OutputPath>Bin\Debug\</OutputPath> moel@165: <DefineConstants>TRACE;DEBUG</DefineConstants> moel@165: <ErrorReport>prompt</ErrorReport> moel@165: <WarningLevel>4</WarningLevel> moel@166: <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> moel@167: <AllowUnsafeBlocks>false</AllowUnsafeBlocks> moel@165: </PropertyGroup> moel@165: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> moel@165: <DebugType>none</DebugType> moel@165: <Optimize>true</Optimize> moel@165: <OutputPath>Bin\Release\</OutputPath> moel@165: <DefineConstants>TRACE</DefineConstants> moel@165: <ErrorReport>prompt</ErrorReport> moel@165: <WarningLevel>4</WarningLevel> moel@166: <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> moel@165: </PropertyGroup> moel@165: <ItemGroup> moel@165: <Reference Include="System" /> moel@165: <Reference Include="System.Management" /> moel@165: </ItemGroup> moel@165: <ItemGroup> moel@165: <Compile Include="Hardware\ATI\ADL.cs" /> moel@165: <Compile Include="Hardware\ATI\ATIGPU.cs" /> moel@165: <Compile Include="Hardware\ATI\ATIGroup.cs" /> moel@165: <Compile Include="Hardware\Computer.cs" /> moel@196: <Compile Include="Hardware\CPU\AMDCPU.cs" /> moel@191: <Compile Include="Hardware\CPU\GenericCPU.cs" /> moel@165: <Compile Include="Hardware\CPU\AMD0FCPU.cs" /> moel@165: <Compile Include="Hardware\CPU\AMD10CPU.cs" /> moel@165: <Compile Include="Hardware\CPU\CPUGroup.cs" /> moel@165: <Compile Include="Hardware\CPU\CPUID.cs" /> moel@165: <Compile Include="Hardware\CPU\CPULoad.cs" /> moel@165: <Compile Include="Hardware\CPU\IntelCPU.cs" /> moel@165: <Compile Include="Hardware\Hardware.cs" /> moel@165: <Compile Include="Hardware\HDD\HDD.cs" /> moel@165: <Compile Include="Hardware\HDD\HDDGroup.cs" /> moel@165: <Compile Include="Hardware\HDD\SMART.cs" /> moel@171: <Compile Include="Hardware\Heatmaster\Heatmaster.cs" /> moel@171: <Compile Include="Hardware\Heatmaster\HeatmasterGroup.cs" /> moel@165: <Compile Include="Hardware\IComputer.cs" /> moel@165: <Compile Include="Hardware\Identifier.cs" /> moel@165: <Compile Include="Hardware\IElement.cs" /> moel@165: <Compile Include="Hardware\IGroup.cs" /> moel@165: <Compile Include="Hardware\IHardware.cs" /> moel@165: <Compile Include="Hardware\IParameter.cs" /> moel@165: <Compile Include="Hardware\ISensor.cs" /> moel@165: <Compile Include="Hardware\IVisitor.cs" /> moel@165: <Compile Include="Hardware\LPC\Chip.cs" /> moel@165: <Compile Include="Hardware\LPC\F718XX.cs" /> moel@165: <Compile Include="Hardware\LPC\ISuperIO.cs" /> moel@165: <Compile Include="Hardware\LPC\IT87XX.cs" /> moel@165: <Compile Include="Hardware\LPC\LMSensors.cs" /> moel@165: <Compile Include="Hardware\LPC\LPCIO.cs" /> moel@165: <Compile Include="Hardware\LPC\W836XX.cs" /> moel@165: <Compile Include="Hardware\Mainboard\Mainboard.cs" /> moel@165: <Compile Include="Hardware\Mainboard\MainboardGroup.cs" /> moel@165: <Compile Include="Hardware\Mainboard\Manufacturer.cs" /> moel@165: <Compile Include="Hardware\Mainboard\Model.cs" /> moel@165: <Compile Include="Hardware\Mainboard\SMBIOS.cs" /> moel@165: <Compile Include="Hardware\Mainboard\SuperIOHardware.cs" /> moel@165: <Compile Include="Hardware\Nvidia\NVAPI.cs" /> moel@165: <Compile Include="Hardware\Nvidia\NvidiaGPU.cs" /> moel@165: <Compile Include="Hardware\Nvidia\NvidiaGroup.cs" /> moel@165: <Compile Include="Hardware\Parameter.cs" /> moel@165: <Compile Include="Hardware\Sensor.cs" /> moel@165: <Compile Include="Hardware\SensorVisitor.cs" /> moel@165: <Compile Include="Hardware\TBalancer\FTD2XX.cs" /> moel@165: <Compile Include="Hardware\TBalancer\TBalancer.cs" /> moel@165: <Compile Include="Hardware\TBalancer\TBalancerGroup.cs" /> moel@165: <Compile Include="Hardware\WinRing0.cs" /> moel@165: <Compile Include="Hardware\ISettings.cs" /> moel@165: <Compile Include="Hardware\HexStringArray.cs" /> moel@165: <Compile Include="Collections\IReadOnlyArray.cs" /> moel@165: <Compile Include="Collections\ListSet.cs" /> moel@165: <Compile Include="Hardware\PInvokeDelegateFactory.cs" /> moel@165: <Compile Include="Collections\ReadOnlyArray.cs" /> moel@166: <Compile Include="Properties\AssemblyLibInfo.cs" /> moel@166: <Compile Include="Properties\AssemblyVersion.cs" /> moel@166: </ItemGroup> moel@166: <ItemGroup> moel@166: <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> moel@166: <Visible>False</Visible> moel@166: <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> moel@166: <Install>false</Install> moel@166: </BootstrapperPackage> moel@166: <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> moel@166: <Visible>False</Visible> moel@166: <ProductName>.NET Framework 3.5 SP1</ProductName> moel@166: <Install>true</Install> moel@166: </BootstrapperPackage> moel@166: <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> moel@166: <Visible>False</Visible> moel@166: <ProductName>Windows Installer 3.1</ProductName> moel@166: <Install>true</Install> moel@166: </BootstrapperPackage> moel@165: </ItemGroup> moel@171: <ItemGroup /> moel@165: <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> moel@165: <!-- To modify your build process, add your task inside one of the targets below and uncomment it. moel@165: Other similar extension points exist, see Microsoft.Common.targets. moel@165: <Target Name="BeforeBuild"> moel@165: </Target> moel@165: <Target Name="AfterBuild"> moel@165: </Target> moel@165: --> moel@165: </Project>