Added a mainboard specific configuration for the Asus P8Z77-V (Issue 347) and added an additional temperature for the Gigabyte GA-MA78LM-S2H (Issue 358).
     1 <?xml version="1.0" encoding="utf-8"?>
 
     2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
     6     <ProjectGuid>{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}</ProjectGuid>
 
     7     <ProductVersion>9.0.30729</ProductVersion>
 
     8     <SchemaVersion>2.0</SchemaVersion>
 
     9     <OutputType>WinExe</OutputType>
 
    10     <NoStandardLibraries>false</NoStandardLibraries>
 
    11     <AssemblyName>OpenHardwareMonitor</AssemblyName>
 
    12     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
    13     <FileAlignment>512</FileAlignment>
 
    14     <RootNamespace>OpenHardwareMonitor</RootNamespace>
 
    15     <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
 
    16     <ApplicationManifest>Resources\app.manifest</ApplicationManifest>
 
    17     <StartupObject>OpenHardwareMonitor.Program</StartupObject>
 
    20     <OldToolsVersion>3.5</OldToolsVersion>
 
    21     <UpgradeBackupLocation />
 
    22     <IsWebBootstrapper>false</IsWebBootstrapper>
 
    23     <PublishUrl>publish\</PublishUrl>
 
    24     <Install>true</Install>
 
    25     <InstallFrom>Disk</InstallFrom>
 
    26     <UpdateEnabled>false</UpdateEnabled>
 
    27     <UpdateMode>Foreground</UpdateMode>
 
    28     <UpdateInterval>7</UpdateInterval>
 
    29     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 
    30     <UpdatePeriodically>false</UpdatePeriodically>
 
    31     <UpdateRequired>false</UpdateRequired>
 
    32     <MapFileExtensions>true</MapFileExtensions>
 
    33     <ApplicationRevision>0</ApplicationRevision>
 
    34     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 
    35     <UseApplicationTrust>false</UseApplicationTrust>
 
    36     <BootstrapperEnabled>true</BootstrapperEnabled>
 
    38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
    39     <DebugSymbols>true</DebugSymbols>
 
    40     <DebugType>full</DebugType>
 
    41     <Optimize>false</Optimize>
 
    42     <OutputPath>Bin\Debug\</OutputPath>
 
    43     <DefineConstants>TRACE;DEBUG</DefineConstants>
 
    44     <ErrorReport>prompt</ErrorReport>
 
    45     <WarningLevel>4</WarningLevel>
 
    46     <UseVSHostingProcess>true</UseVSHostingProcess>
 
    47     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
    48     <PlatformTarget>AnyCPU</PlatformTarget>
 
    50   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
    51     <DebugType>none</DebugType>
 
    52     <Optimize>true</Optimize>
 
    53     <OutputPath>Bin\Release\</OutputPath>
 
    54     <DefineConstants>TRACE</DefineConstants>
 
    55     <ErrorReport>prompt</ErrorReport>
 
    56     <WarningLevel>4</WarningLevel>
 
    57     <UseVSHostingProcess>false</UseVSHostingProcess>
 
    58     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
    61     <Reference Include="System" />
 
    62     <Reference Include="System.Configuration.Install" />
 
    63     <Reference Include="System.Drawing" />
 
    64     <Reference Include="System.Management" />
 
    65     <Reference Include="System.Windows.Forms" />
 
    66     <Reference Include="System.Xml" />
 
    67     <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
 
    68       <SpecificVersion>False</SpecificVersion>
 
    69       <HintPath>External\Aga.Controls.dll</HintPath>
 
    73     <Compile Include="GUI\GadgetWindow.cs" />
 
    74     <Compile Include="GUI\Gadget.cs" />
 
    75     <Compile Include="GUI\HardwareTypeImage.cs" />
 
    76     <Compile Include="GUI\PlotPanel.cs">
 
    77       <SubType>UserControl</SubType>
 
    79     <Compile Include="GUI\PortForm.cs">
 
    80       <SubType>Form</SubType>
 
    82     <Compile Include="GUI\PortForm.Designer.cs">
 
    83       <DependentUpon>PortForm.cs</DependentUpon>
 
    85     <Compile Include="GUI\ReportForm.cs">
 
    86       <SubType>Form</SubType>
 
    88     <Compile Include="GUI\ReportForm.Designer.cs">
 
    89       <DependentUpon>ReportForm.cs</DependentUpon>
 
    91     <Compile Include="GUI\CrashForm.cs">
 
    92       <SubType>Form</SubType>
 
    94     <Compile Include="GUI\CrashForm.Designer.cs">
 
    95       <DependentUpon>CrashForm.cs</DependentUpon>
 
    97     <Compile Include="GUI\Node.cs" />
 
    98     <Compile Include="GUI\ParameterForm.cs">
 
    99       <SubType>Form</SubType>
 
   101     <Compile Include="GUI\ParameterForm.Designer.cs">
 
   102       <DependentUpon>ParameterForm.cs</DependentUpon>
 
   104     <Compile Include="GUI\SensorGadget.cs" />
 
   105     <Compile Include="GUI\SensorNotifyIcon.cs" />
 
   106     <Compile Include="GUI\ShowDesktop.cs" />
 
   107     <Compile Include="GUI\SplitContainerAdv.cs">
 
   108       <SubType>Component</SubType>
 
   110     <Compile Include="GUI\SystemTray.cs" />
 
   111     <Compile Include="GUI\StartupManager.cs" />
 
   112     <Compile Include="GUI\TaskScheduler.cs" />
 
   113     <Compile Include="GUI\TreeModel.cs" />
 
   114     <Compile Include="GUI\TypeNode.cs" />
 
   115     <Compile Include="GUI\UnitManager.cs" />
 
   116     <Compile Include="GUI\UpdateVisitor.cs" />
 
   117     <Compile Include="GUI\UserOption.cs" />
 
   118     <Compile Include="GUI\UserRadioGroup.cs" />
 
   119     <Compile Include="Properties\AssemblyVersion.cs" />
 
   120     <Compile Include="Utilities\HttpServer.cs" />
 
   121     <Compile Include="Utilities\PersistentSettings.cs" />
 
   122     <Compile Include="Properties\AssemblyInfo.cs" />
 
   123     <Compile Include="GUI\AboutBox.cs">
 
   124       <SubType>Form</SubType>
 
   126     <Compile Include="GUI\AboutBox.Designer.cs">
 
   127       <DependentUpon>AboutBox.cs</DependentUpon>
 
   129     <Compile Include="GUI\HardwareNode.cs" />
 
   130     <Compile Include="GUI\MainForm.cs">
 
   131       <SubType>Form</SubType>
 
   133     <Compile Include="GUI\MainForm.Designer.cs">
 
   134       <DependentUpon>MainForm.cs</DependentUpon>
 
   136     <Compile Include="Program.cs" />
 
   137     <Compile Include="GUI\SensorNode.cs" />
 
   138     <Compile Include="Utilities\EmbeddedResources.cs" />
 
   139     <Compile Include="Utilities\IconFactory.cs" />
 
   140     <Compile Include="WMI\Hardware.cs" />
 
   141     <Compile Include="WMI\IWmiObject.cs" />
 
   142     <Compile Include="WMI\Sensor.cs" />
 
   143     <Compile Include="WMI\WmiProvider.cs">
 
   144       <SubType>Component</SubType>
 
   148     <EmbeddedResource Include="GUI\AboutBox.resx">
 
   149       <DependentUpon>AboutBox.cs</DependentUpon>
 
   150       <SubType>Designer</SubType>
 
   152     <EmbeddedResource Include="GUI\PortForm.resx">
 
   153       <DependentUpon>PortForm.cs</DependentUpon>
 
   155     <EmbeddedResource Include="Resources\ati.png">
 
   157     <EmbeddedResource Include="Resources\bigng.png" />
 
   158     <EmbeddedResource Include="Resources\clock.png" />
 
   159     <EmbeddedResource Include="Resources\computer.png" />
 
   160     <EmbeddedResource Include="Resources\cpu.png" />
 
   161     <EmbeddedResource Include="Resources\fan.png" />
 
   162     <EmbeddedResource Include="Resources\temperature.png" />
 
   165     <EmbeddedResource Include="Resources\chip.png" />
 
   166     <EmbeddedResource Include="Resources\hdd.png" />
 
   167     <EmbeddedResource Include="Resources\load.png" />
 
   168     <EmbeddedResource Include="Resources\voltage.png" />
 
   169     <EmbeddedResource Include="Resources\nvidia.png" />
 
   172     <None Include="App.config" />
 
   173     <None Include="Resources\app.manifest" />
 
   174     <None Include="Resources\icon.ico" />
 
   177     <EmbeddedResource Include="Resources\smallicon.ico" />
 
   180     <EmbeddedResource Include="GUI\ParameterForm.resx">
 
   181       <DependentUpon>ParameterForm.cs</DependentUpon>
 
   183     <EmbeddedResource Include="Resources\flow.png" />
 
   186     <EmbeddedResource Include="GUI\CrashForm.resx">
 
   187       <DependentUpon>CrashForm.cs</DependentUpon>
 
   189     <EmbeddedResource Include="Resources\mainboard.png" />
 
   192     <EmbeddedResource Include="GUI\MainForm.resx">
 
   193       <DependentUpon>MainForm.cs</DependentUpon>
 
   194       <SubType>Designer</SubType>
 
   196     <EmbeddedResource Include="GUI\ReportForm.resx">
 
   197       <DependentUpon>ReportForm.cs</DependentUpon>
 
   199     <EmbeddedResource Include="Resources\control.png" />
 
   202     <ProjectReference Include="OpenHardwareMonitorLib.csproj">
 
   203       <Project>{B0397530-545A-471D-BB74-027AE456DF1A}</Project>
 
   204       <Name>OpenHardwareMonitorLib</Name>
 
   208     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 
   209       <Visible>False</Visible>
 
   210       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 
   211       <Install>false</Install>
 
   212     </BootstrapperPackage>
 
   213     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
   214       <Visible>False</Visible>
 
   215       <ProductName>.NET Framework 3.5 SP1</ProductName>
 
   216       <Install>true</Install>
 
   217     </BootstrapperPackage>
 
   218     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
 
   219       <Visible>False</Visible>
 
   220       <ProductName>Windows Installer 3.1</ProductName>
 
   221       <Install>true</Install>
 
   222     </BootstrapperPackage>
 
   225     <EmbeddedResource Include="Resources\barback.png" />
 
   226     <EmbeddedResource Include="Resources\barblue.png" />
 
   227     <EmbeddedResource Include="Resources\gadget.png" />
 
   230     <EmbeddedResource Include="Resources\level.png" />
 
   233     <EmbeddedResource Include="Resources\power.png" />
 
   236     <EmbeddedResource Include="Resources\data.png" />
 
   239     <EmbeddedResource Include="Resources\factor.png" />
 
   242     <EmbeddedResource Include="Resources\Web\js\jquery-ui-1.8.16.custom.min.js" />
 
   243     <EmbeddedResource Include="Resources\Web\js\jquery.tmpl.min.js" />
 
   244     <EmbeddedResource Include="Resources\Web\js\jquery.treeTable.min.js" />
 
   245     <EmbeddedResource Include="Resources\Web\js\ohm_web.js" />
 
   248     <EmbeddedResource Include="Resources\Web\images\toggle-collapse-dark.png" />
 
   249     <EmbeddedResource Include="Resources\Web\images\toggle-collapse-light.png" />
 
   250     <EmbeddedResource Include="Resources\Web\images\toggle-expand-dark.png" />
 
   251     <EmbeddedResource Include="Resources\Web\images\toggle-expand-light.png" />
 
   254     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_flat_0_aaaaaa_40x100.png" />
 
   255     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_55_fbf9ee_1x400.png" />
 
   256     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_65_ffffff_1x400.png" />
 
   257     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_dadada_1x400.png" />
 
   258     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_e6e6e6_1x400.png" />
 
   259     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_ffffff_1x400.png" />
 
   260     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
 
   261     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_inset-soft_95_fef1ec_1x100.png" />
 
   262     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_222222_256x240.png" />
 
   263     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_2e83ff_256x240.png" />
 
   264     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_454545_256x240.png" />
 
   265     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_888888_256x240.png" />
 
   266     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_cd0a0a_256x240.png" />
 
   267     <EmbeddedResource Include="Resources\Web\css\custom-theme\jquery-ui-1.8.16.custom.css" />
 
   270     <EmbeddedResource Include="Resources\Web\css\jquery.treeTable.css" />
 
   271     <EmbeddedResource Include="Resources\Web\css\ohm_web.css" />
 
   274     <EmbeddedResource Include="Resources\Web\index.html" />
 
   277     <EmbeddedResource Include="Resources\Web\images\transparent.png" />
 
   280     <EmbeddedResource Include="Resources\Web\js\jquery-1.7.2.min.js" />
 
   281     <EmbeddedResource Include="Resources\Web\js\knockout-2.1.0.min.js" />
 
   282     <EmbeddedResource Include="Resources\Web\js\knockout.mapping-latest.min.js" />
 
   284   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
   286     <VisualStudio AllowExistingFolder="true" />
 
   291     <PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)"
 
   292 copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent>