OpenHardwareMonitor.csproj
author moel.mich
Mon, 13 Sep 2010 22:34:08 +0000
changeset 183 3096735e99b2
parent 166 fa9dfbfc4145
child 189 69b90bbffb97
permissions -rw-r--r--
Added a configurable font size and window width to the gadget.
moel@139
     1
<?xml version="1.0" encoding="utf-8"?>
moel@166
     2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
moel@1
     3
  <PropertyGroup>
moel@1
     4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
moel@1
     5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
moel@1
     6
    <ProjectGuid>{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}</ProjectGuid>
moel@63
     7
    <ProductVersion>9.0.30729</ProductVersion>
moel@1
     8
    <SchemaVersion>2.0</SchemaVersion>
moel@1
     9
    <OutputType>WinExe</OutputType>
moel@1
    10
    <NoStandardLibraries>false</NoStandardLibraries>
moel@1
    11
    <AssemblyName>OpenHardwareMonitor</AssemblyName>
moel@1
    12
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
moel@1
    13
    <FileAlignment>512</FileAlignment>
moel@1
    14
    <RootNamespace>OpenHardwareMonitor</RootNamespace>
moel@1
    15
    <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
moel@26
    16
    <ApplicationManifest>Resources\app.manifest</ApplicationManifest>
moel@26
    17
    <StartupObject>OpenHardwareMonitor.Program</StartupObject>
moel@166
    18
    <FileUpgradeFlags>
moel@166
    19
    </FileUpgradeFlags>
moel@166
    20
    <OldToolsVersion>3.5</OldToolsVersion>
moel@166
    21
    <UpgradeBackupLocation />
moel@166
    22
    <PublishUrl>publish\</PublishUrl>
moel@166
    23
    <Install>true</Install>
moel@166
    24
    <InstallFrom>Disk</InstallFrom>
moel@166
    25
    <UpdateEnabled>false</UpdateEnabled>
moel@166
    26
    <UpdateMode>Foreground</UpdateMode>
moel@166
    27
    <UpdateInterval>7</UpdateInterval>
moel@166
    28
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
moel@166
    29
    <UpdatePeriodically>false</UpdatePeriodically>
moel@166
    30
    <UpdateRequired>false</UpdateRequired>
moel@166
    31
    <MapFileExtensions>true</MapFileExtensions>
moel@166
    32
    <ApplicationRevision>0</ApplicationRevision>
moel@166
    33
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
moel@166
    34
    <IsWebBootstrapper>false</IsWebBootstrapper>
moel@166
    35
    <UseApplicationTrust>false</UseApplicationTrust>
moel@166
    36
    <BootstrapperEnabled>true</BootstrapperEnabled>
moel@1
    37
  </PropertyGroup>
moel@1
    38
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
moel@1
    39
    <DebugSymbols>true</DebugSymbols>
moel@1
    40
    <DebugType>full</DebugType>
moel@1
    41
    <Optimize>false</Optimize>
moel@1
    42
    <OutputPath>Bin\Debug\</OutputPath>
moel@1
    43
    <DefineConstants>TRACE;DEBUG</DefineConstants>
moel@1
    44
    <ErrorReport>prompt</ErrorReport>
moel@1
    45
    <WarningLevel>4</WarningLevel>
moel@1
    46
    <UseVSHostingProcess>false</UseVSHostingProcess>
moel@166
    47
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
moel@1
    48
  </PropertyGroup>
moel@1
    49
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
moel@1
    50
    <DebugType>none</DebugType>
moel@1
    51
    <Optimize>true</Optimize>
moel@1
    52
    <OutputPath>Bin\Release\</OutputPath>
moel@1
    53
    <DefineConstants>TRACE</DefineConstants>
moel@1
    54
    <ErrorReport>prompt</ErrorReport>
moel@1
    55
    <WarningLevel>4</WarningLevel>
moel@1
    56
    <UseVSHostingProcess>false</UseVSHostingProcess>
moel@166
    57
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
moel@1
    58
  </PropertyGroup>
moel@1
    59
  <ItemGroup>
moel@1
    60
    <Reference Include="System" />
moel@130
    61
    <Reference Include="System.Data" />
moel@1
    62
    <Reference Include="System.Drawing" />
moel@1
    63
    <Reference Include="System.Management" />
moel@86
    64
    <Reference Include="System.Web" />
moel@1
    65
    <Reference Include="System.Windows.Forms" />
moel@130
    66
    <Reference Include="System.Xml" />
moel@135
    67
    <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
moel@135
    68
      <SpecificVersion>False</SpecificVersion>
moel@135
    69
      <HintPath>External\Aga.Controls.dll</HintPath>
moel@135
    70
    </Reference>
moel@1
    71
  </ItemGroup>
moel@1
    72
  <ItemGroup>
moel@176
    73
    <Compile Include="GUI\GadgetWindow.cs" />
moel@176
    74
    <Compile Include="GUI\Gadget.cs" />
moel@176
    75
    <Compile Include="GUI\HardwareTypeImage.cs" />
moel@158
    76
    <Compile Include="GUI\PlotPanel.cs">
moel@158
    77
      <SubType>UserControl</SubType>
moel@158
    78
    </Compile>
moel@150
    79
    <Compile Include="GUI\ReportForm.cs">
moel@86
    80
      <SubType>Form</SubType>
moel@86
    81
    </Compile>
moel@150
    82
    <Compile Include="GUI\ReportForm.Designer.cs">
moel@150
    83
      <DependentUpon>ReportForm.cs</DependentUpon>
moel@150
    84
    </Compile>
moel@150
    85
    <Compile Include="GUI\CrashForm.cs">
moel@150
    86
      <SubType>Form</SubType>
moel@150
    87
    </Compile>
moel@150
    88
    <Compile Include="GUI\CrashForm.Designer.cs">
moel@150
    89
      <DependentUpon>CrashForm.cs</DependentUpon>
moel@86
    90
    </Compile>
moel@111
    91
    <Compile Include="GUI\Node.cs" />
moel@63
    92
    <Compile Include="GUI\ParameterForm.cs">
moel@63
    93
      <SubType>Form</SubType>
moel@63
    94
    </Compile>
moel@63
    95
    <Compile Include="GUI\ParameterForm.Designer.cs">
moel@63
    96
      <DependentUpon>ParameterForm.cs</DependentUpon>
moel@63
    97
    </Compile>
moel@176
    98
    <Compile Include="GUI\SensorGadget.cs" />
moel@40
    99
    <Compile Include="GUI\SensorNotifyIcon.cs" />
moel@176
   100
    <Compile Include="GUI\ShowDesktop.cs" />
moel@158
   101
    <Compile Include="GUI\SplitContainerAdv.cs">
moel@158
   102
      <SubType>Component</SubType>
moel@158
   103
    </Compile>
moel@133
   104
    <Compile Include="GUI\SystemTray.cs" />
moel@82
   105
    <Compile Include="GUI\StartupManager.cs" />
moel@82
   106
    <Compile Include="GUI\TaskScheduler.cs" />
moel@111
   107
    <Compile Include="GUI\TreeModel.cs" />
moel@1
   108
    <Compile Include="GUI\TypeNode.cs" />
moel@122
   109
    <Compile Include="GUI\UnitManager.cs" />
moel@110
   110
    <Compile Include="GUI\UpdateVisitor.cs" />
moel@156
   111
    <Compile Include="GUI\UserOption.cs" />
moel@166
   112
    <Compile Include="Properties\AssemblyVersion.cs" />
moel@165
   113
    <Compile Include="Utilities\PersistentSettings.cs" />
moel@1
   114
    <Compile Include="Properties\AssemblyInfo.cs" />
moel@1
   115
    <Compile Include="GUI\AboutBox.cs">
moel@1
   116
      <SubType>Form</SubType>
moel@1
   117
    </Compile>
moel@1
   118
    <Compile Include="GUI\AboutBox.Designer.cs">
moel@1
   119
      <DependentUpon>AboutBox.cs</DependentUpon>
moel@1
   120
    </Compile>
moel@1
   121
    <Compile Include="GUI\HardwareNode.cs" />
moel@1
   122
    <Compile Include="GUI\MainForm.cs">
moel@1
   123
      <SubType>Form</SubType>
moel@1
   124
    </Compile>
moel@1
   125
    <Compile Include="GUI\MainForm.Designer.cs">
moel@1
   126
      <DependentUpon>MainForm.cs</DependentUpon>
moel@1
   127
    </Compile>
moel@165
   128
    <Compile Include="Program.cs" />
moel@165
   129
    <Compile Include="GUI\SensorNode.cs" />
moel@165
   130
    <Compile Include="Utilities\EmbeddedResources.cs" />
moel@40
   131
    <Compile Include="Utilities\IconFactory.cs" />
moel@1
   132
  </ItemGroup>
moel@1
   133
  <ItemGroup>
moel@1
   134
    <EmbeddedResource Include="GUI\AboutBox.resx">
moel@1
   135
      <DependentUpon>AboutBox.cs</DependentUpon>
moel@60
   136
      <SubType>Designer</SubType>
moel@1
   137
    </EmbeddedResource>
moel@1
   138
    <EmbeddedResource Include="Resources\ati.png">
moel@1
   139
    </EmbeddedResource>
moel@1
   140
    <EmbeddedResource Include="Resources\bigng.png" />
moel@1
   141
    <EmbeddedResource Include="Resources\clock.png" />
moel@1
   142
    <EmbeddedResource Include="Resources\computer.png" />
moel@1
   143
    <EmbeddedResource Include="Resources\cpu.png" />
moel@1
   144
    <EmbeddedResource Include="Resources\fan.png" />
moel@1
   145
    <EmbeddedResource Include="Resources\temperature.png" />
moel@1
   146
  </ItemGroup>
moel@1
   147
  <ItemGroup>
moel@1
   148
    <EmbeddedResource Include="Resources\chip.png" />
moel@1
   149
    <EmbeddedResource Include="Resources\hdd.png" />
moel@24
   150
    <EmbeddedResource Include="Resources\load.png" />
moel@1
   151
    <EmbeddedResource Include="Resources\voltage.png" />
moel@1
   152
    <EmbeddedResource Include="Resources\nvidia.png" />
moel@1
   153
  </ItemGroup>
moel@26
   154
  <ItemGroup>
moel@26
   155
    <None Include="Resources\app.manifest" />
moel@40
   156
    <None Include="Resources\icon.ico" />
moel@40
   157
  </ItemGroup>
moel@40
   158
  <ItemGroup>
moel@40
   159
    <EmbeddedResource Include="Resources\smallicon.ico" />
moel@26
   160
  </ItemGroup>
moel@57
   161
  <ItemGroup>
moel@63
   162
    <EmbeddedResource Include="GUI\ParameterForm.resx">
moel@63
   163
      <DependentUpon>ParameterForm.cs</DependentUpon>
moel@63
   164
    </EmbeddedResource>
moel@57
   165
    <EmbeddedResource Include="Resources\flow.png" />
moel@57
   166
  </ItemGroup>
moel@64
   167
  <ItemGroup>
moel@150
   168
    <EmbeddedResource Include="GUI\CrashForm.resx">
moel@150
   169
      <DependentUpon>CrashForm.cs</DependentUpon>
moel@86
   170
    </EmbeddedResource>
moel@64
   171
    <EmbeddedResource Include="Resources\mainboard.png" />
moel@64
   172
  </ItemGroup>
moel@118
   173
  <ItemGroup>
moel@156
   174
    <EmbeddedResource Include="GUI\MainForm.resx">
moel@156
   175
      <DependentUpon>MainForm.cs</DependentUpon>
moel@156
   176
    </EmbeddedResource>
moel@150
   177
    <EmbeddedResource Include="GUI\ReportForm.resx">
moel@150
   178
      <DependentUpon>ReportForm.cs</DependentUpon>
moel@150
   179
    </EmbeddedResource>
moel@118
   180
    <EmbeddedResource Include="Resources\control.png" />
moel@118
   181
  </ItemGroup>
moel@165
   182
  <ItemGroup>
moel@165
   183
    <ProjectReference Include="OpenHardwareMonitorLib.csproj">
moel@165
   184
      <Project>{B0397530-545A-471D-BB74-027AE456DF1A}</Project>
moel@165
   185
      <Name>OpenHardwareMonitorLib</Name>
moel@165
   186
    </ProjectReference>
moel@165
   187
  </ItemGroup>
moel@166
   188
  <ItemGroup>
moel@166
   189
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
moel@166
   190
      <Visible>False</Visible>
moel@166
   191
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
moel@166
   192
      <Install>false</Install>
moel@166
   193
    </BootstrapperPackage>
moel@166
   194
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
moel@166
   195
      <Visible>False</Visible>
moel@166
   196
      <ProductName>.NET Framework 3.5 SP1</ProductName>
moel@166
   197
      <Install>true</Install>
moel@166
   198
    </BootstrapperPackage>
moel@166
   199
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
moel@166
   200
      <Visible>False</Visible>
moel@166
   201
      <ProductName>Windows Installer 3.1</ProductName>
moel@166
   202
      <Install>true</Install>
moel@166
   203
    </BootstrapperPackage>
moel@166
   204
  </ItemGroup>
moel@176
   205
  <ItemGroup>
moel@176
   206
    <EmbeddedResource Include="Resources\barback.png" />
moel@176
   207
    <EmbeddedResource Include="Resources\barblue.png" />
moel@176
   208
    <EmbeddedResource Include="Resources\gadget.png" />
moel@176
   209
  </ItemGroup>
moel@1
   210
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
moel@1
   211
  <ProjectExtensions>
moel@1
   212
    <VisualStudio AllowExistingFolder="true" />
moel@1
   213
  </ProjectExtensions>
moel@1
   214
  <PropertyGroup>
moel@1
   215
    <PreBuildEvent>
moel@1
   216
    </PreBuildEvent>
moel@1
   217
    <PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)"
moel@1
   218
copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent>
moel@1
   219
  </PropertyGroup>
moel@1
   220
</Project>