OpenHardwareMonitor.csproj
author moel.mich
Tue, 17 Aug 2010 20:25:27 +0000
changeset 169 3b2bcba8c02d
parent 165 813d8bc3192f
child 176 c16fd81b520a
permissions -rw-r--r--
Restricted ITE detection to port 0x2E.
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
     3   <PropertyGroup>
     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>
    18     <FileUpgradeFlags>
    19     </FileUpgradeFlags>
    20     <OldToolsVersion>3.5</OldToolsVersion>
    21     <UpgradeBackupLocation />
    22     <PublishUrl>publish\</PublishUrl>
    23     <Install>true</Install>
    24     <InstallFrom>Disk</InstallFrom>
    25     <UpdateEnabled>false</UpdateEnabled>
    26     <UpdateMode>Foreground</UpdateMode>
    27     <UpdateInterval>7</UpdateInterval>
    28     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    29     <UpdatePeriodically>false</UpdatePeriodically>
    30     <UpdateRequired>false</UpdateRequired>
    31     <MapFileExtensions>true</MapFileExtensions>
    32     <ApplicationRevision>0</ApplicationRevision>
    33     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    34     <IsWebBootstrapper>false</IsWebBootstrapper>
    35     <UseApplicationTrust>false</UseApplicationTrust>
    36     <BootstrapperEnabled>true</BootstrapperEnabled>
    37   </PropertyGroup>
    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>false</UseVSHostingProcess>
    47     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    48   </PropertyGroup>
    49   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    50     <DebugType>none</DebugType>
    51     <Optimize>true</Optimize>
    52     <OutputPath>Bin\Release\</OutputPath>
    53     <DefineConstants>TRACE</DefineConstants>
    54     <ErrorReport>prompt</ErrorReport>
    55     <WarningLevel>4</WarningLevel>
    56     <UseVSHostingProcess>false</UseVSHostingProcess>
    57     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    58   </PropertyGroup>
    59   <ItemGroup>
    60     <Reference Include="System" />
    61     <Reference Include="System.Data" />
    62     <Reference Include="System.Drawing" />
    63     <Reference Include="System.Management" />
    64     <Reference Include="System.Web" />
    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>
    70     </Reference>
    71   </ItemGroup>
    72   <ItemGroup>
    73     <Compile Include="GUI\PlotPanel.cs">
    74       <SubType>UserControl</SubType>
    75     </Compile>
    76     <Compile Include="GUI\ReportForm.cs">
    77       <SubType>Form</SubType>
    78     </Compile>
    79     <Compile Include="GUI\ReportForm.Designer.cs">
    80       <DependentUpon>ReportForm.cs</DependentUpon>
    81     </Compile>
    82     <Compile Include="GUI\CrashForm.cs">
    83       <SubType>Form</SubType>
    84     </Compile>
    85     <Compile Include="GUI\CrashForm.Designer.cs">
    86       <DependentUpon>CrashForm.cs</DependentUpon>
    87     </Compile>
    88     <Compile Include="GUI\Node.cs" />
    89     <Compile Include="GUI\ParameterForm.cs">
    90       <SubType>Form</SubType>
    91     </Compile>
    92     <Compile Include="GUI\ParameterForm.Designer.cs">
    93       <DependentUpon>ParameterForm.cs</DependentUpon>
    94     </Compile>
    95     <Compile Include="GUI\SensorNotifyIcon.cs" />
    96     <Compile Include="GUI\SplitContainerAdv.cs">
    97       <SubType>Component</SubType>
    98     </Compile>
    99     <Compile Include="GUI\SystemTray.cs" />
   100     <Compile Include="GUI\StartupManager.cs" />
   101     <Compile Include="GUI\TaskScheduler.cs" />
   102     <Compile Include="GUI\TreeModel.cs" />
   103     <Compile Include="GUI\TypeNode.cs" />
   104     <Compile Include="GUI\UnitManager.cs" />
   105     <Compile Include="GUI\UpdateVisitor.cs" />
   106     <Compile Include="GUI\UserOption.cs" />
   107     <Compile Include="Properties\AssemblyVersion.cs" />
   108     <Compile Include="Utilities\PersistentSettings.cs" />
   109     <Compile Include="Properties\AssemblyInfo.cs" />
   110     <Compile Include="GUI\AboutBox.cs">
   111       <SubType>Form</SubType>
   112     </Compile>
   113     <Compile Include="GUI\AboutBox.Designer.cs">
   114       <DependentUpon>AboutBox.cs</DependentUpon>
   115     </Compile>
   116     <Compile Include="GUI\HardwareNode.cs" />
   117     <Compile Include="GUI\MainForm.cs">
   118       <SubType>Form</SubType>
   119     </Compile>
   120     <Compile Include="GUI\MainForm.Designer.cs">
   121       <DependentUpon>MainForm.cs</DependentUpon>
   122     </Compile>
   123     <Compile Include="Program.cs" />
   124     <Compile Include="GUI\SensorNode.cs" />
   125     <Compile Include="Utilities\EmbeddedResources.cs" />
   126     <Compile Include="Utilities\IconFactory.cs" />
   127   </ItemGroup>
   128   <ItemGroup>
   129     <EmbeddedResource Include="GUI\AboutBox.resx">
   130       <DependentUpon>AboutBox.cs</DependentUpon>
   131       <SubType>Designer</SubType>
   132     </EmbeddedResource>
   133     <EmbeddedResource Include="Resources\ati.png">
   134     </EmbeddedResource>
   135     <EmbeddedResource Include="Resources\bigng.png" />
   136     <EmbeddedResource Include="Resources\clock.png" />
   137     <EmbeddedResource Include="Resources\computer.png" />
   138     <EmbeddedResource Include="Resources\cpu.png" />
   139     <EmbeddedResource Include="Resources\fan.png" />
   140     <EmbeddedResource Include="Resources\temperature.png" />
   141   </ItemGroup>
   142   <ItemGroup>
   143     <EmbeddedResource Include="Resources\chip.png" />
   144     <EmbeddedResource Include="Resources\hdd.png" />
   145     <EmbeddedResource Include="Resources\load.png" />
   146     <EmbeddedResource Include="Resources\voltage.png" />
   147     <EmbeddedResource Include="Resources\nvidia.png" />
   148   </ItemGroup>
   149   <ItemGroup>
   150     <None Include="Resources\app.manifest" />
   151     <None Include="Resources\icon.ico" />
   152   </ItemGroup>
   153   <ItemGroup>
   154     <EmbeddedResource Include="Resources\smallicon.ico" />
   155   </ItemGroup>
   156   <ItemGroup>
   157     <EmbeddedResource Include="GUI\ParameterForm.resx">
   158       <DependentUpon>ParameterForm.cs</DependentUpon>
   159     </EmbeddedResource>
   160     <EmbeddedResource Include="Resources\flow.png" />
   161   </ItemGroup>
   162   <ItemGroup>
   163     <EmbeddedResource Include="GUI\CrashForm.resx">
   164       <DependentUpon>CrashForm.cs</DependentUpon>
   165     </EmbeddedResource>
   166     <EmbeddedResource Include="Resources\mainboard.png" />
   167   </ItemGroup>
   168   <ItemGroup>
   169     <EmbeddedResource Include="GUI\MainForm.resx">
   170       <DependentUpon>MainForm.cs</DependentUpon>
   171     </EmbeddedResource>
   172     <EmbeddedResource Include="GUI\ReportForm.resx">
   173       <DependentUpon>ReportForm.cs</DependentUpon>
   174     </EmbeddedResource>
   175     <EmbeddedResource Include="Resources\control.png" />
   176   </ItemGroup>
   177   <ItemGroup>
   178     <ProjectReference Include="OpenHardwareMonitorLib.csproj">
   179       <Project>{B0397530-545A-471D-BB74-027AE456DF1A}</Project>
   180       <Name>OpenHardwareMonitorLib</Name>
   181     </ProjectReference>
   182   </ItemGroup>
   183   <ItemGroup>
   184     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   185       <Visible>False</Visible>
   186       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   187       <Install>false</Install>
   188     </BootstrapperPackage>
   189     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   190       <Visible>False</Visible>
   191       <ProductName>.NET Framework 3.5 SP1</ProductName>
   192       <Install>true</Install>
   193     </BootstrapperPackage>
   194     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
   195       <Visible>False</Visible>
   196       <ProductName>Windows Installer 3.1</ProductName>
   197       <Install>true</Install>
   198     </BootstrapperPackage>
   199   </ItemGroup>
   200   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   201   <ProjectExtensions>
   202     <VisualStudio AllowExistingFolder="true" />
   203   </ProjectExtensions>
   204   <PropertyGroup>
   205     <PreBuildEvent>
   206     </PreBuildEvent>
   207     <PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)"
   208 copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent>
   209   </PropertyGroup>
   210 </Project>