OpenHardwareMonitor.csproj
changeset 26 0e01b63e1fdc
parent 24 09ab31bee6bd
child 28 9b205b2ab056
     1.1 --- a/OpenHardwareMonitor.csproj	Wed Feb 03 22:02:58 2010 +0000
     1.2 +++ b/OpenHardwareMonitor.csproj	Thu Feb 04 21:19:27 2010 +0000
     1.3 @@ -13,6 +13,8 @@
     1.4      <FileAlignment>512</FileAlignment>
     1.5      <RootNamespace>OpenHardwareMonitor</RootNamespace>
     1.6      <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
     1.7 +    <ApplicationManifest>Resources\app.manifest</ApplicationManifest>
     1.8 +    <StartupObject>OpenHardwareMonitor.Program</StartupObject>
     1.9    </PropertyGroup>
    1.10    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.11      <DebugSymbols>true</DebugSymbols>
    1.12 @@ -59,6 +61,7 @@
    1.13      <Compile Include="GUI\TypeNode.cs" />
    1.14      <Compile Include="Hardware\CPU\AMD10CPU.cs" />
    1.15      <Compile Include="Hardware\CPU\AMD0FCPU.cs" />
    1.16 +    <Compile Include="Hardware\CPU\CPULoad.cs" />
    1.17      <Compile Include="Hardware\HDD\HDD.cs" />
    1.18      <Compile Include="Hardware\HDD\HDDGroup.cs" />
    1.19      <Compile Include="Hardware\HDD\SMART.cs" />
    1.20 @@ -139,6 +142,9 @@
    1.21      <EmbeddedResource Include="Resources\voltage.png" />
    1.22      <EmbeddedResource Include="Resources\nvidia.png" />
    1.23    </ItemGroup>
    1.24 +  <ItemGroup>
    1.25 +    <None Include="Resources\app.manifest" />
    1.26 +  </ItemGroup>
    1.27    <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    1.28    <ProjectExtensions>
    1.29      <VisualStudio AllowExistingFolder="true" />