moel@139: <?xml version="1.0" encoding="utf-8"?>
moel@166: <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
moel@1:   <PropertyGroup>
moel@1:     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
moel@1:     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
moel@1:     <ProjectGuid>{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}</ProjectGuid>
moel@63:     <ProductVersion>9.0.30729</ProductVersion>
moel@1:     <SchemaVersion>2.0</SchemaVersion>
moel@1:     <OutputType>WinExe</OutputType>
moel@1:     <NoStandardLibraries>false</NoStandardLibraries>
moel@1:     <AssemblyName>OpenHardwareMonitor</AssemblyName>
moel@1:     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
moel@1:     <FileAlignment>512</FileAlignment>
moel@1:     <RootNamespace>OpenHardwareMonitor</RootNamespace>
moel@1:     <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
moel@26:     <ApplicationManifest>Resources\app.manifest</ApplicationManifest>
moel@26:     <StartupObject>OpenHardwareMonitor.Program</StartupObject>
moel@166:     <FileUpgradeFlags>
moel@166:     </FileUpgradeFlags>
moel@166:     <OldToolsVersion>3.5</OldToolsVersion>
moel@166:     <UpgradeBackupLocation />
moel@344:     <IsWebBootstrapper>false</IsWebBootstrapper>
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:     <UseApplicationTrust>false</UseApplicationTrust>
moel@166:     <BootstrapperEnabled>true</BootstrapperEnabled>
moel@1:   </PropertyGroup>
moel@1:   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
moel@1:     <DebugSymbols>true</DebugSymbols>
moel@1:     <DebugType>full</DebugType>
moel@1:     <Optimize>false</Optimize>
moel@1:     <OutputPath>Bin\Debug\</OutputPath>
moel@1:     <DefineConstants>TRACE;DEBUG</DefineConstants>
moel@1:     <ErrorReport>prompt</ErrorReport>
moel@1:     <WarningLevel>4</WarningLevel>
moel@324:     <UseVSHostingProcess>true</UseVSHostingProcess>
moel@166:     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
moel@324:     <PlatformTarget>AnyCPU</PlatformTarget>
moel@1:   </PropertyGroup>
moel@1:   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
moel@1:     <DebugType>none</DebugType>
moel@1:     <Optimize>true</Optimize>
moel@1:     <OutputPath>Bin\Release\</OutputPath>
moel@1:     <DefineConstants>TRACE</DefineConstants>
moel@1:     <ErrorReport>prompt</ErrorReport>
moel@1:     <WarningLevel>4</WarningLevel>
moel@1:     <UseVSHostingProcess>false</UseVSHostingProcess>
moel@166:     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
moel@1:   </PropertyGroup>
moel@1:   <ItemGroup>
moel@1:     <Reference Include="System" />
paulwerelds@223:     <Reference Include="System.Configuration.Install" />
moel@1:     <Reference Include="System.Drawing" />
paulwerelds@223:     <Reference Include="System.Management" />
moel@1:     <Reference Include="System.Windows.Forms" />
moel@130:     <Reference Include="System.Xml" />
moel@135:     <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
moel@135:       <SpecificVersion>False</SpecificVersion>
moel@135:       <HintPath>External\Aga.Controls.dll</HintPath>
moel@135:     </Reference>
moel@1:   </ItemGroup>
moel@1:   <ItemGroup>
moel@176:     <Compile Include="GUI\GadgetWindow.cs" />
moel@176:     <Compile Include="GUI\Gadget.cs" />
moel@176:     <Compile Include="GUI\HardwareTypeImage.cs" />
moel@371:     <Compile Include="GUI\NotifyIconAdv.cs" />
moel@158:     <Compile Include="GUI\PlotPanel.cs">
moel@158:       <SubType>UserControl</SubType>
moel@158:     </Compile>
moel@348:     <Compile Include="GUI\PortForm.cs">
moel@348:       <SubType>Form</SubType>
moel@348:     </Compile>
moel@348:     <Compile Include="GUI\PortForm.Designer.cs">
moel@348:       <DependentUpon>PortForm.cs</DependentUpon>
moel@348:     </Compile>
moel@150:     <Compile Include="GUI\ReportForm.cs">
moel@86:       <SubType>Form</SubType>
moel@86:     </Compile>
moel@150:     <Compile Include="GUI\ReportForm.Designer.cs">
moel@150:       <DependentUpon>ReportForm.cs</DependentUpon>
moel@150:     </Compile>
moel@150:     <Compile Include="GUI\CrashForm.cs">
moel@150:       <SubType>Form</SubType>
moel@150:     </Compile>
moel@150:     <Compile Include="GUI\CrashForm.Designer.cs">
moel@150:       <DependentUpon>CrashForm.cs</DependentUpon>
moel@86:     </Compile>
moel@111:     <Compile Include="GUI\Node.cs" />
moel@63:     <Compile Include="GUI\ParameterForm.cs">
moel@63:       <SubType>Form</SubType>
moel@63:     </Compile>
moel@63:     <Compile Include="GUI\ParameterForm.Designer.cs">
moel@63:       <DependentUpon>ParameterForm.cs</DependentUpon>
moel@63:     </Compile>
moel@176:     <Compile Include="GUI\SensorGadget.cs" />
moel@40:     <Compile Include="GUI\SensorNotifyIcon.cs" />
moel@176:     <Compile Include="GUI\ShowDesktop.cs" />
moel@158:     <Compile Include="GUI\SplitContainerAdv.cs">
moel@158:       <SubType>Component</SubType>
moel@158:     </Compile>
moel@133:     <Compile Include="GUI\SystemTray.cs" />
moel@82:     <Compile Include="GUI\StartupManager.cs" />
moel@82:     <Compile Include="GUI\TaskScheduler.cs" />
moel@111:     <Compile Include="GUI\TreeModel.cs" />
moel@1:     <Compile Include="GUI\TypeNode.cs" />
moel@122:     <Compile Include="GUI\UnitManager.cs" />
moel@110:     <Compile Include="GUI\UpdateVisitor.cs" />
moel@156:     <Compile Include="GUI\UserOption.cs" />
moel@295:     <Compile Include="GUI\UserRadioGroup.cs" />
moel@166:     <Compile Include="Properties\AssemblyVersion.cs" />
moel@348:     <Compile Include="Utilities\HttpServer.cs" />
moel@165:     <Compile Include="Utilities\PersistentSettings.cs" />
moel@1:     <Compile Include="Properties\AssemblyInfo.cs" />
moel@1:     <Compile Include="GUI\AboutBox.cs">
moel@1:       <SubType>Form</SubType>
moel@1:     </Compile>
moel@1:     <Compile Include="GUI\AboutBox.Designer.cs">
moel@1:       <DependentUpon>AboutBox.cs</DependentUpon>
moel@1:     </Compile>
moel@1:     <Compile Include="GUI\HardwareNode.cs" />
moel@1:     <Compile Include="GUI\MainForm.cs">
moel@1:       <SubType>Form</SubType>
moel@1:     </Compile>
moel@1:     <Compile Include="GUI\MainForm.Designer.cs">
moel@1:       <DependentUpon>MainForm.cs</DependentUpon>
moel@1:     </Compile>
moel@165:     <Compile Include="Program.cs" />
moel@165:     <Compile Include="GUI\SensorNode.cs" />
moel@165:     <Compile Include="Utilities\EmbeddedResources.cs" />
moel@40:     <Compile Include="Utilities\IconFactory.cs" />
moel@230:     <Compile Include="WMI\Hardware.cs" />
moel@230:     <Compile Include="WMI\IWmiObject.cs" />
moel@230:     <Compile Include="WMI\Sensor.cs" />
moel@230:     <Compile Include="WMI\WmiProvider.cs">
paulwerelds@223:       <SubType>Component</SubType>
paulwerelds@223:     </Compile>
moel@1:   </ItemGroup>
moel@1:   <ItemGroup>
moel@1:     <EmbeddedResource Include="GUI\AboutBox.resx">
moel@1:       <DependentUpon>AboutBox.cs</DependentUpon>
moel@60:       <SubType>Designer</SubType>
moel@1:     </EmbeddedResource>
moel@348:     <EmbeddedResource Include="GUI\PortForm.resx">
moel@348:       <DependentUpon>PortForm.cs</DependentUpon>
moel@348:     </EmbeddedResource>
moel@1:     <EmbeddedResource Include="Resources\ati.png">
moel@1:     </EmbeddedResource>
moel@1:     <EmbeddedResource Include="Resources\bigng.png" />
moel@1:     <EmbeddedResource Include="Resources\clock.png" />
moel@1:     <EmbeddedResource Include="Resources\computer.png" />
moel@1:     <EmbeddedResource Include="Resources\cpu.png" />
moel@1:     <EmbeddedResource Include="Resources\fan.png" />
moel@1:     <EmbeddedResource Include="Resources\temperature.png" />
moel@1:   </ItemGroup>
moel@1:   <ItemGroup>
moel@1:     <EmbeddedResource Include="Resources\chip.png" />
moel@1:     <EmbeddedResource Include="Resources\hdd.png" />
moel@24:     <EmbeddedResource Include="Resources\load.png" />
moel@1:     <EmbeddedResource Include="Resources\voltage.png" />
moel@1:     <EmbeddedResource Include="Resources\nvidia.png" />
moel@1:   </ItemGroup>
moel@26:   <ItemGroup>
moel@189:     <None Include="App.config" />
moel@366:     <None Include="Resources\app.manifest">
moel@366:       <SubType>Designer</SubType>
moel@366:     </None>
moel@40:     <None Include="Resources\icon.ico" />
moel@40:   </ItemGroup>
moel@40:   <ItemGroup>
moel@40:     <EmbeddedResource Include="Resources\smallicon.ico" />
moel@26:   </ItemGroup>
moel@57:   <ItemGroup>
moel@63:     <EmbeddedResource Include="GUI\ParameterForm.resx">
moel@63:       <DependentUpon>ParameterForm.cs</DependentUpon>
moel@63:     </EmbeddedResource>
moel@57:     <EmbeddedResource Include="Resources\flow.png" />
moel@57:   </ItemGroup>
moel@64:   <ItemGroup>
moel@150:     <EmbeddedResource Include="GUI\CrashForm.resx">
moel@150:       <DependentUpon>CrashForm.cs</DependentUpon>
moel@86:     </EmbeddedResource>
moel@64:     <EmbeddedResource Include="Resources\mainboard.png" />
moel@64:   </ItemGroup>
moel@118:   <ItemGroup>
moel@156:     <EmbeddedResource Include="GUI\MainForm.resx">
moel@156:       <DependentUpon>MainForm.cs</DependentUpon>
moel@324:       <SubType>Designer</SubType>
moel@156:     </EmbeddedResource>
moel@150:     <EmbeddedResource Include="GUI\ReportForm.resx">
moel@150:       <DependentUpon>ReportForm.cs</DependentUpon>
moel@150:     </EmbeddedResource>
moel@118:     <EmbeddedResource Include="Resources\control.png" />
moel@118:   </ItemGroup>
moel@165:   <ItemGroup>
moel@165:     <ProjectReference Include="OpenHardwareMonitorLib.csproj">
moel@165:       <Project>{B0397530-545A-471D-BB74-027AE456DF1A}</Project>
moel@165:       <Name>OpenHardwareMonitorLib</Name>
moel@165:     </ProjectReference>
moel@165:   </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@166:   </ItemGroup>
moel@176:   <ItemGroup>
moel@176:     <EmbeddedResource Include="Resources\barback.png" />
moel@176:     <EmbeddedResource Include="Resources\barblue.png" />
moel@176:     <EmbeddedResource Include="Resources\gadget.png" />
moel@176:   </ItemGroup>
moel@217:   <ItemGroup>
moel@217:     <EmbeddedResource Include="Resources\level.png" />
moel@217:   </ItemGroup>
moel@317:   <ItemGroup>
moel@317:     <EmbeddedResource Include="Resources\power.png" />
moel@317:   </ItemGroup>
moel@324:   <ItemGroup>
moel@324:     <EmbeddedResource Include="Resources\data.png" />
moel@324:   </ItemGroup>
moel@340:   <ItemGroup>
moel@340:     <EmbeddedResource Include="Resources\factor.png" />
moel@340:   </ItemGroup>
moel@348:   <ItemGroup>
moel@348:     <EmbeddedResource Include="Resources\Web\js\jquery-ui-1.8.16.custom.min.js" />
moel@348:     <EmbeddedResource Include="Resources\Web\js\jquery.tmpl.min.js" />
moel@348:     <EmbeddedResource Include="Resources\Web\js\jquery.treeTable.min.js" />
moel@348:     <EmbeddedResource Include="Resources\Web\js\ohm_web.js" />
moel@348:   </ItemGroup>
moel@348:   <ItemGroup>
moel@348:     <EmbeddedResource Include="Resources\Web\images\toggle-collapse-dark.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\images\toggle-collapse-light.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\images\toggle-expand-dark.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\images\toggle-expand-light.png" />
moel@348:   </ItemGroup>
moel@348:   <ItemGroup>
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_flat_0_aaaaaa_40x100.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_55_fbf9ee_1x400.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_65_ffffff_1x400.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_dadada_1x400.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_e6e6e6_1x400.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_ffffff_1x400.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_inset-soft_95_fef1ec_1x100.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_222222_256x240.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_2e83ff_256x240.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_454545_256x240.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_888888_256x240.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_cd0a0a_256x240.png" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\custom-theme\jquery-ui-1.8.16.custom.css" />
moel@348:   </ItemGroup>
moel@348:   <ItemGroup>
moel@348:     <EmbeddedResource Include="Resources\Web\css\jquery.treeTable.css" />
moel@348:     <EmbeddedResource Include="Resources\Web\css\ohm_web.css" />
moel@348:   </ItemGroup>
moel@348:   <ItemGroup>
moel@348:     <EmbeddedResource Include="Resources\Web\index.html" />
moel@348:   </ItemGroup>
moel@348:   <ItemGroup>
moel@348:     <EmbeddedResource Include="Resources\Web\images\transparent.png" />
moel@348:   </ItemGroup>
moel@348:   <ItemGroup>
moel@348:     <EmbeddedResource Include="Resources\Web\js\jquery-1.7.2.min.js" />
moel@348:     <EmbeddedResource Include="Resources\Web\js\knockout-2.1.0.min.js" />
moel@348:     <EmbeddedResource Include="Resources\Web\js\knockout.mapping-latest.min.js" />
moel@348:   </ItemGroup>
moel@373:   <ItemGroup>
moel@373:     <EmbeddedResource Include="Resources\ram.png" />
moel@373:   </ItemGroup>
moel@1:   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
moel@1:   <ProjectExtensions>
moel@1:     <VisualStudio AllowExistingFolder="true" />
moel@1:   </ProjectExtensions>
moel@1:   <PropertyGroup>
moel@1:     <PreBuildEvent>
moel@1:     </PreBuildEvent>
moel@1:     <PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)"
moel@1: copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent>
moel@1:   </PropertyGroup>
moel@1: </Project>