OpenHardwareMonitor.csproj
author moel.mich
Fri, 26 Mar 2010 20:58:10 +0000
changeset 82 91edecb084a1
parent 64 15181001ee61
child 83 3fdadd4a830f
permissions -rw-r--r--
Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
     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   </PropertyGroup>
    19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    20     <DebugSymbols>true</DebugSymbols>
    21     <DebugType>full</DebugType>
    22     <Optimize>false</Optimize>
    23     <OutputPath>Bin\Debug\</OutputPath>
    24     <DefineConstants>TRACE;DEBUG</DefineConstants>
    25     <ErrorReport>prompt</ErrorReport>
    26     <WarningLevel>4</WarningLevel>
    27     <UseVSHostingProcess>false</UseVSHostingProcess>
    28   </PropertyGroup>
    29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    30     <DebugType>none</DebugType>
    31     <Optimize>true</Optimize>
    32     <OutputPath>Bin\Release\</OutputPath>
    33     <DefineConstants>TRACE</DefineConstants>
    34     <ErrorReport>prompt</ErrorReport>
    35     <WarningLevel>4</WarningLevel>
    36     <UseVSHostingProcess>false</UseVSHostingProcess>
    37   </PropertyGroup>
    38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Merge|AnyCPU' ">
    39     <OutputPath>bin\Merge\</OutputPath>
    40     <DefineConstants>TRACE</DefineConstants>
    41     <Optimize>true</Optimize>
    42     <PlatformTarget>AnyCPU</PlatformTarget>
    43     <UseVSHostingProcess>false</UseVSHostingProcess>
    44     <ErrorReport>prompt</ErrorReport>
    45     <OutputType>Module</OutputType>
    46   </PropertyGroup>
    47   <ItemGroup>
    48     <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3, processorArchitecture=MSIL">
    49       <SpecificVersion>False</SpecificVersion>
    50       <HintPath>External\Aga.Controls.dll</HintPath>
    51     </Reference>
    52     <Reference Include="System" />
    53     <Reference Include="System.Configuration" />
    54     <Reference Include="System.Data" />
    55     <Reference Include="System.Drawing" />
    56     <Reference Include="System.Management" />
    57     <Reference Include="System.Windows.Forms" />
    58     <Reference Include="System.Xml" />
    59   </ItemGroup>
    60   <ItemGroup>
    61     <Compile Include="GUI\ParameterForm.cs">
    62       <SubType>Form</SubType>
    63     </Compile>
    64     <Compile Include="GUI\ParameterForm.Designer.cs">
    65       <DependentUpon>ParameterForm.cs</DependentUpon>
    66     </Compile>
    67     <Compile Include="GUI\SensorNotifyIcon.cs" />
    68     <Compile Include="GUI\SensorSystemTray.cs" />
    69     <Compile Include="GUI\StartupManager.cs" />
    70     <Compile Include="GUI\TaskScheduler.cs" />
    71     <Compile Include="GUI\TypeNode.cs" />
    72     <Compile Include="Hardware\CPU\AMD10CPU.cs" />
    73     <Compile Include="Hardware\CPU\AMD0FCPU.cs" />
    74     <Compile Include="Hardware\CPU\CPULoad.cs" />
    75     <Compile Include="Hardware\Hardware.cs" />
    76     <Compile Include="Hardware\HDD\HDD.cs" />
    77     <Compile Include="Hardware\HDD\HDDGroup.cs" />
    78     <Compile Include="Hardware\HDD\SMART.cs" />
    79     <Compile Include="Hardware\IParameter.cs" />
    80     <Compile Include="Hardware\LPC\Chip.cs" />
    81     <Compile Include="Hardware\LPC\F718XX.cs" />
    82     <Compile Include="Hardware\LPC\LPCHardware.cs" />
    83     <Compile Include="Hardware\Mainboard\Mainboard.cs" />
    84     <Compile Include="Hardware\Mainboard\MainboardGroup.cs" />
    85     <Compile Include="Hardware\Mainboard\Manufacturer.cs" />
    86     <Compile Include="Hardware\Parameter.cs" />
    87     <Compile Include="Hardware\Mainboard\SMBIOS.cs" />
    88     <Compile Include="Hardware\LPC\W836XX.cs" />
    89     <Compile Include="Hardware\Computer.cs" />
    90     <Compile Include="Properties\AssemblyInfo.cs" />
    91     <Compile Include="GUI\AboutBox.cs">
    92       <SubType>Form</SubType>
    93     </Compile>
    94     <Compile Include="GUI\AboutBox.Designer.cs">
    95       <DependentUpon>AboutBox.cs</DependentUpon>
    96     </Compile>
    97     <Compile Include="Hardware\ATI\ADL.cs" />
    98     <Compile Include="Hardware\ATI\ATIGroup.cs" />
    99     <Compile Include="Hardware\ATI\ATIGPU.cs" />
   100     <Compile Include="Utilities\Config.cs" />
   101     <Compile Include="Utilities\CrashReport.cs" />
   102     <Compile Include="Utilities\EmbeddedResources.cs" />
   103     <Compile Include="GUI\HardwareNode.cs" />
   104     <Compile Include="Hardware\IGroup.cs" />
   105     <Compile Include="Hardware\IHardware.cs" />
   106     <Compile Include="Hardware\ISensor.cs" />
   107     <Compile Include="Hardware\LPC\IT87XX.cs" />
   108     <Compile Include="Hardware\LPC\LPCGroup.cs" />
   109     <Compile Include="GUI\MainForm.cs">
   110       <SubType>Form</SubType>
   111     </Compile>
   112     <Compile Include="GUI\MainForm.Designer.cs">
   113       <DependentUpon>MainForm.cs</DependentUpon>
   114     </Compile>
   115     <Compile Include="Hardware\Nvidia\NVAPI.cs" />
   116     <Compile Include="Hardware\Nvidia\NvidiaGPU.cs" />
   117     <Compile Include="Hardware\Nvidia\NvidiaGroup.cs" />
   118     <Compile Include="Utilities\HexStringArray.cs" />
   119     <Compile Include="Utilities\IconFactory.cs" />
   120     <Compile Include="Utilities\IReadOnlyArray.cs" />
   121     <Compile Include="Utilities\PInvokeDelegateFactory.cs" />
   122     <Compile Include="GUI\PlotPanel.cs">
   123       <SubType>UserControl</SubType>
   124     </Compile>
   125     <Compile Include="GUI\PlotPanel.Designer.cs">
   126       <DependentUpon>PlotPanel.cs</DependentUpon>
   127     </Compile>
   128     <Compile Include="Program.cs" />
   129     <Compile Include="Hardware\CPU\IntelCPU.cs" />
   130     <Compile Include="Hardware\CPU\CPUGroup.cs" />
   131     <Compile Include="Hardware\Sensor.cs" />
   132     <Compile Include="GUI\SensorNode.cs" />
   133     <Compile Include="Hardware\TBalancer\TBalancer.cs" />
   134     <Compile Include="Hardware\TBalancer\TBalancerGroup.cs" />
   135     <Compile Include="Hardware\WinRing0.cs" />
   136     <Compile Include="Utilities\ReadOnlyArray.cs" />
   137   </ItemGroup>
   138   <ItemGroup>
   139     <EmbeddedResource Include="GUI\AboutBox.resx">
   140       <DependentUpon>AboutBox.cs</DependentUpon>
   141       <SubType>Designer</SubType>
   142     </EmbeddedResource>
   143     <EmbeddedResource Include="GUI\MainForm.resx">
   144       <DependentUpon>MainForm.cs</DependentUpon>
   145       <SubType>Designer</SubType>
   146     </EmbeddedResource>
   147     <EmbeddedResource Include="GUI\PlotPanel.resx">
   148       <DependentUpon>PlotPanel.cs</DependentUpon>
   149       <SubType>Designer</SubType>
   150     </EmbeddedResource>
   151     <EmbeddedResource Include="Resources\ati.png">
   152     </EmbeddedResource>
   153     <EmbeddedResource Include="Resources\bigng.png" />
   154     <EmbeddedResource Include="Resources\clock.png" />
   155     <EmbeddedResource Include="Resources\computer.png" />
   156     <EmbeddedResource Include="Resources\cpu.png" />
   157     <EmbeddedResource Include="Resources\fan.png" />
   158     <EmbeddedResource Include="Resources\temperature.png" />
   159   </ItemGroup>
   160   <ItemGroup>
   161     <EmbeddedResource Include="Resources\chip.png" />
   162     <EmbeddedResource Include="Resources\hdd.png" />
   163     <EmbeddedResource Include="Resources\load.png" />
   164     <EmbeddedResource Include="Resources\voltage.png" />
   165     <EmbeddedResource Include="Resources\nvidia.png" />
   166   </ItemGroup>
   167   <ItemGroup>
   168     <None Include="Resources\app.manifest" />
   169     <None Include="Resources\icon.ico" />
   170   </ItemGroup>
   171   <ItemGroup>
   172     <EmbeddedResource Include="Resources\smallicon.ico" />
   173   </ItemGroup>
   174   <ItemGroup>
   175     <EmbeddedResource Include="GUI\ParameterForm.resx">
   176       <DependentUpon>ParameterForm.cs</DependentUpon>
   177     </EmbeddedResource>
   178     <EmbeddedResource Include="Resources\flow.png" />
   179   </ItemGroup>
   180   <ItemGroup>
   181     <EmbeddedResource Include="Resources\mainboard.png" />
   182   </ItemGroup>
   183   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   184   <ProjectExtensions>
   185     <VisualStudio AllowExistingFolder="true" />
   186   </ProjectExtensions>
   187   <PropertyGroup>
   188     <PreBuildEvent>
   189     </PreBuildEvent>
   190     <PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)"
   191 copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent>
   192   </PropertyGroup>
   193 </Project>