OpenHardwareMonitor.csproj
branchMiniDisplay
changeset 445 fe4c711fd7f8
parent 436 e9aefd454d1e
child 447 af40a92d480d
     1.1 --- a/OpenHardwareMonitor.csproj	Thu Apr 18 23:25:10 2013 +0200
     1.2 +++ b/OpenHardwareMonitor.csproj	Sun Sep 21 21:55:36 2014 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4      <OutputType>WinExe</OutputType>
     1.5      <NoStandardLibraries>false</NoStandardLibraries>
     1.6      <AssemblyName>OpenHardwareMonitor</AssemblyName>
     1.7 -    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     1.8 +    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     1.9      <FileAlignment>512</FileAlignment>
    1.10      <RootNamespace>OpenHardwareMonitor</RootNamespace>
    1.11      <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
    1.12 @@ -34,6 +34,7 @@
    1.13      <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    1.14      <UseApplicationTrust>false</UseApplicationTrust>
    1.15      <BootstrapperEnabled>true</BootstrapperEnabled>
    1.16 +    <TargetFrameworkProfile />
    1.17    </PropertyGroup>
    1.18    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.19      <DebugSymbols>true</DebugSymbols>
    1.20 @@ -68,6 +69,8 @@
    1.21      <Reference Include="System.Configuration.Install" />
    1.22      <Reference Include="System.Drawing" />
    1.23      <Reference Include="System.Management" />
    1.24 +    <Reference Include="System.Runtime.Serialization" />
    1.25 +    <Reference Include="System.ServiceModel" />
    1.26      <Reference Include="System.Windows.Forms" />
    1.27      <Reference Include="System.Xml" />
    1.28      <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
    1.29 @@ -111,6 +114,9 @@
    1.30      <Compile Include="GUI\SensorFrontView.cs" />
    1.31      <Compile Include="GUI\SensorGadget.cs" />
    1.32      <Compile Include="GUI\SensorNotifyIcon.cs" />
    1.33 +    <Compile Include="GUI\SensorSharpDisplay.cs" />
    1.34 +    <Compile Include="GUI\SharpDisplay.cs" />
    1.35 +    <Compile Include="GUI\SharpDisplayClient.cs" />
    1.36      <Compile Include="GUI\ShowDesktop.cs" />
    1.37      <Compile Include="GUI\SoundGraphDisplay.cs" />
    1.38      <Compile Include="GUI\SoundGraphServer.cs" />