2010-06-12 12:15:00 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
2010-01-26 22:37:48 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}</ProjectGuid>
|
2010-02-27 15:55:17 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2010-01-26 22:37:48 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<NoStandardLibraries>false</NoStandardLibraries>
|
|
|
|
|
<AssemblyName>OpenHardwareMonitor</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<RootNamespace>OpenHardwareMonitor</RootNamespace>
|
|
|
|
|
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
|
2010-02-04 21:19:27 +00:00
|
|
|
|
<ApplicationManifest>Resources\app.manifest</ApplicationManifest>
|
|
|
|
|
<StartupObject>OpenHardwareMonitor.Program</StartupObject>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
2012-05-27 14:23:31 +00:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<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>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2010-01-26 22:37:48 +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>
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2010-01-26 22:37:48 +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>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2010-01-26 22:37:48 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
2010-10-16 13:29:06 +00:00
|
|
|
|
<Reference Include="System.Configuration.Install" />
|
2010-01-26 22:37:48 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2010-10-16 13:29:06 +00:00
|
|
|
|
<Reference Include="System.Management" />
|
2010-01-26 22:37:48 +00:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2010-06-03 22:40:18 +00:00
|
|
|
|
<Reference Include="System.Xml" />
|
2010-06-06 14:44:53 +00:00
|
|
|
|
<Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>External\Aga.Controls.dll</HintPath>
|
|
|
|
|
</Reference>
|
2010-01-26 22:37:48 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-09-06 19:53:13 +00:00
|
|
|
|
<Compile Include="GUI\GadgetWindow.cs" />
|
|
|
|
|
<Compile Include="GUI\Gadget.cs" />
|
|
|
|
|
<Compile Include="GUI\HardwareTypeImage.cs" />
|
2010-07-24 20:15:49 +00:00
|
|
|
|
<Compile Include="GUI\PlotPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2010-07-04 12:12:37 +00:00
|
|
|
|
<Compile Include="GUI\ReportForm.cs">
|
2010-04-02 16:05:07 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2010-07-04 12:12:37 +00:00
|
|
|
|
<Compile Include="GUI\ReportForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ReportForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GUI\CrashForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GUI\CrashForm.Designer.cs">
|
|
|
|
|
<DependentUpon>CrashForm.cs</DependentUpon>
|
2010-04-02 16:05:07 +00:00
|
|
|
|
</Compile>
|
2010-05-14 22:30:06 +00:00
|
|
|
|
<Compile Include="GUI\Node.cs" />
|
2010-02-27 15:55:17 +00:00
|
|
|
|
<Compile Include="GUI\ParameterForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GUI\ParameterForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ParameterForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2010-09-06 19:53:13 +00:00
|
|
|
|
<Compile Include="GUI\SensorGadget.cs" />
|
2010-02-12 00:36:56 +00:00
|
|
|
|
<Compile Include="GUI\SensorNotifyIcon.cs" />
|
2010-09-06 19:53:13 +00:00
|
|
|
|
<Compile Include="GUI\ShowDesktop.cs" />
|
2010-07-24 20:15:49 +00:00
|
|
|
|
<Compile Include="GUI\SplitContainerAdv.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2010-06-05 18:59:54 +00:00
|
|
|
|
<Compile Include="GUI\SystemTray.cs" />
|
2010-03-26 20:58:10 +00:00
|
|
|
|
<Compile Include="GUI\StartupManager.cs" />
|
|
|
|
|
<Compile Include="GUI\TaskScheduler.cs" />
|
2010-05-14 22:30:06 +00:00
|
|
|
|
<Compile Include="GUI\TreeModel.cs" />
|
2010-01-26 22:37:48 +00:00
|
|
|
|
<Compile Include="GUI\TypeNode.cs" />
|
2010-05-20 21:23:54 +00:00
|
|
|
|
<Compile Include="GUI\UnitManager.cs" />
|
2010-05-09 16:22:13 +00:00
|
|
|
|
<Compile Include="GUI\UpdateVisitor.cs" />
|
2010-07-18 12:38:01 +00:00
|
|
|
|
<Compile Include="GUI\UserOption.cs" />
|
2011-05-22 19:15:27 +00:00
|
|
|
|
<Compile Include="GUI\UserRadioGroup.cs" />
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyVersion.cs" />
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<Compile Include="Utilities\PersistentSettings.cs" />
|
2010-01-26 22:37:48 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="GUI\AboutBox.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GUI\AboutBox.Designer.cs">
|
|
|
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GUI\HardwareNode.cs" />
|
|
|
|
|
<Compile Include="GUI\MainForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GUI\MainForm.Designer.cs">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="GUI\SensorNode.cs" />
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<Compile Include="Utilities\EmbeddedResources.cs" />
|
|
|
|
|
<Compile Include="Utilities\IconFactory.cs" />
|
2010-10-17 16:13:20 +00:00
|
|
|
|
<Compile Include="WMI\Hardware.cs" />
|
|
|
|
|
<Compile Include="WMI\IWmiObject.cs" />
|
|
|
|
|
<Compile Include="WMI\Sensor.cs" />
|
|
|
|
|
<Compile Include="WMI\WmiProvider.cs">
|
2010-10-16 13:29:06 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2010-01-26 22:37:48 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="GUI\AboutBox.resx">
|
|
|
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
2010-02-22 09:57:02 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2010-01-26 22:37:48 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Resources\ati.png">
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Resources\bigng.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\clock.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\computer.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\cpu.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\fan.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\temperature.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resources\chip.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\hdd.png" />
|
2010-02-03 20:35:10 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\load.png" />
|
2010-01-26 22:37:48 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\voltage.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\nvidia.png" />
|
|
|
|
|
</ItemGroup>
|
2010-02-04 21:19:27 +00:00
|
|
|
|
<ItemGroup>
|
2010-09-18 16:56:52 +00:00
|
|
|
|
<None Include="App.config" />
|
2010-02-04 21:19:27 +00:00
|
|
|
|
<None Include="Resources\app.manifest" />
|
2010-02-12 00:36:56 +00:00
|
|
|
|
<None Include="Resources\icon.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resources\smallicon.ico" />
|
2010-02-04 21:19:27 +00:00
|
|
|
|
</ItemGroup>
|
2010-02-21 18:10:30 +00:00
|
|
|
|
<ItemGroup>
|
2010-02-27 15:55:17 +00:00
|
|
|
|
<EmbeddedResource Include="GUI\ParameterForm.resx">
|
|
|
|
|
<DependentUpon>ParameterForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2010-02-21 18:10:30 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\flow.png" />
|
|
|
|
|
</ItemGroup>
|
2010-02-27 20:08:13 +00:00
|
|
|
|
<ItemGroup>
|
2010-07-04 12:12:37 +00:00
|
|
|
|
<EmbeddedResource Include="GUI\CrashForm.resx">
|
|
|
|
|
<DependentUpon>CrashForm.cs</DependentUpon>
|
2010-04-02 16:05:07 +00:00
|
|
|
|
</EmbeddedResource>
|
2010-02-27 20:08:13 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\mainboard.png" />
|
|
|
|
|
</ItemGroup>
|
2010-05-15 14:16:00 +00:00
|
|
|
|
<ItemGroup>
|
2010-07-18 12:38:01 +00:00
|
|
|
|
<EmbeddedResource Include="GUI\MainForm.resx">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2010-07-18 12:38:01 +00:00
|
|
|
|
</EmbeddedResource>
|
2010-07-04 12:12:37 +00:00
|
|
|
|
<EmbeddedResource Include="GUI\ReportForm.resx">
|
|
|
|
|
<DependentUpon>ReportForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2010-05-15 14:16:00 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\control.png" />
|
|
|
|
|
</ItemGroup>
|
2010-08-08 13:57:26 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="OpenHardwareMonitorLib.csproj">
|
|
|
|
|
<Project>{B0397530-545A-471D-BB74-027AE456DF1A}</Project>
|
|
|
|
|
<Name>OpenHardwareMonitorLib</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2010-08-12 20:53:27 +00:00
|
|
|
|
<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>
|
|
|
|
|
</ItemGroup>
|
2010-09-06 19:53:13 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resources\barback.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\barblue.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\gadget.png" />
|
|
|
|
|
</ItemGroup>
|
2010-10-07 19:34:36 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resources\level.png" />
|
|
|
|
|
</ItemGroup>
|
2011-07-27 18:27:16 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resources\power.png" />
|
|
|
|
|
</ItemGroup>
|
2011-12-31 17:31:04 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resources\data.png" />
|
|
|
|
|
</ItemGroup>
|
2012-02-14 23:07:55 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resources\factor.png" />
|
|
|
|
|
</ItemGroup>
|
2010-01-26 22:37:48 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio AllowExistingFolder="true" />
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)"
|
|
|
|
|
copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|