mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-23 10:27:26 +00:00
148 lines
6.4 KiB
XML
148 lines
6.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|||
|
<PropertyGroup>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProjectGuid>{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}</ProjectGuid>
|
|||
|
<ProductVersion>9.0.21022</ProductVersion>
|
|||
|
<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>
|
|||
|
</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>
|
|||
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|||
|
</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>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Merge|AnyCPU' ">
|
|||
|
<OutputPath>bin\Merge\</OutputPath>
|
|||
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<OutputType>Module</OutputType>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3, processorArchitecture=MSIL">
|
|||
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
<HintPath>External\Aga.Controls.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Configuration" />
|
|||
|
<Reference Include="System.Data" />
|
|||
|
<Reference Include="System.Drawing" />
|
|||
|
<Reference Include="System.Management" />
|
|||
|
<Reference Include="System.Windows.Forms" />
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="GUI\TypeNode.cs" />
|
|||
|
<Compile Include="Hardware\CPU\AMD10CPU.cs" />
|
|||
|
<Compile Include="Hardware\HDD\HDD.cs" />
|
|||
|
<Compile Include="Hardware\HDD\HDDGroup.cs" />
|
|||
|
<Compile Include="Hardware\HDD\SMART.cs" />
|
|||
|
<Compile Include="Hardware\LPC\Chip.cs" />
|
|||
|
<Compile Include="Hardware\SMBIOS\SMBIOSGroup.cs" />
|
|||
|
<Compile Include="Hardware\LPC\W83627DHG.cs" />
|
|||
|
<Compile Include="Hardware\ReportWriter.cs" />
|
|||
|
<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="Hardware\ATI\ADL.cs" />
|
|||
|
<Compile Include="Hardware\ATI\ATIGroup.cs" />
|
|||
|
<Compile Include="Hardware\ATI\ATIGPU.cs" />
|
|||
|
<Compile Include="Utilities\Configuration.cs" />
|
|||
|
<Compile Include="Utilities\CrashReport.cs" />
|
|||
|
<Compile Include="Utilities\EmbeddedResources.cs" />
|
|||
|
<Compile Include="GUI\HardwareNode.cs" />
|
|||
|
<Compile Include="Hardware\IGroup.cs" />
|
|||
|
<Compile Include="Hardware\IHardware.cs" />
|
|||
|
<Compile Include="Hardware\ISensor.cs" />
|
|||
|
<Compile Include="Hardware\LPC\IT87.cs" />
|
|||
|
<Compile Include="Hardware\LPC\LPCGroup.cs" />
|
|||
|
<Compile Include="GUI\MainForm.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="GUI\MainForm.Designer.cs">
|
|||
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Hardware\Nvidia\NVAPI.cs" />
|
|||
|
<Compile Include="Hardware\Nvidia\NvidiaGPU.cs" />
|
|||
|
<Compile Include="Hardware\Nvidia\NvidiaGroup.cs" />
|
|||
|
<Compile Include="Utilities\PInvokeDelegateFactory.cs" />
|
|||
|
<Compile Include="GUI\PlotPanel.cs">
|
|||
|
<SubType>UserControl</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="GUI\PlotPanel.Designer.cs">
|
|||
|
<DependentUpon>PlotPanel.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Program.cs" />
|
|||
|
<Compile Include="Hardware\CPU\IntelCPU.cs" />
|
|||
|
<Compile Include="Hardware\CPU\CPUGroup.cs" />
|
|||
|
<Compile Include="Hardware\Sensor.cs" />
|
|||
|
<Compile Include="GUI\SensorNode.cs" />
|
|||
|
<Compile Include="Hardware\TBalancer\TBalancer.cs" />
|
|||
|
<Compile Include="Hardware\TBalancer\TBalancerGroup.cs" />
|
|||
|
<Compile Include="Hardware\WinRing0.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<EmbeddedResource Include="GUI\AboutBox.resx">
|
|||
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="GUI\MainForm.resx">
|
|||
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="GUI\PlotPanel.resx">
|
|||
|
<DependentUpon>PlotPanel.cs</DependentUpon>
|
|||
|
</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" />
|
|||
|
<Content Include="Resources\icon.ico" />
|
|||
|
<EmbeddedResource Include="Resources\voltage.png" />
|
|||
|
<EmbeddedResource Include="Resources\nvidia.png" />
|
|||
|
</ItemGroup>
|
|||
|
<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>
|