OpenHardwareMonitor.csproj
author moel.mich
Sat, 14 Jul 2012 19:24:04 +0000
changeset 363 daa9590e1bee
parent 358 7962499f9cd6
child 366 667c75cad937
permissions -rw-r--r--
Fixed Issue 269.
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@344
    22
    <IsWebBootstrapper>false</IsWebBootstrapper>
moel@166
    23
    <PublishUrl>publish\</PublishUrl>
moel@166
    24
    <Install>true</Install>
moel@166
    25
    <InstallFrom>Disk</InstallFrom>
moel@166
    26
    <UpdateEnabled>false</UpdateEnabled>
moel@166
    27
    <UpdateMode>Foreground</UpdateMode>
moel@166
    28
    <UpdateInterval>7</UpdateInterval>
moel@166
    29
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
moel@166
    30
    <UpdatePeriodically>false</UpdatePeriodically>
moel@166
    31
    <UpdateRequired>false</UpdateRequired>
moel@166
    32
    <MapFileExtensions>true</MapFileExtensions>
moel@166
    33
    <ApplicationRevision>0</ApplicationRevision>
moel@166
    34
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
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@324
    46
    <UseVSHostingProcess>true</UseVSHostingProcess>
moel@166
    47
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
moel@324
    48
    <PlatformTarget>AnyCPU</PlatformTarget>
moel@1
    49
  </PropertyGroup>
moel@1
    50
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
moel@1
    51
    <DebugType>none</DebugType>
moel@1
    52
    <Optimize>true</Optimize>
moel@1
    53
    <OutputPath>Bin\Release\</OutputPath>
moel@1
    54
    <DefineConstants>TRACE</DefineConstants>
moel@1
    55
    <ErrorReport>prompt</ErrorReport>
moel@1
    56
    <WarningLevel>4</WarningLevel>
moel@1
    57
    <UseVSHostingProcess>false</UseVSHostingProcess>
moel@166
    58
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
moel@1
    59
  </PropertyGroup>
moel@1
    60
  <ItemGroup>
moel@1
    61
    <Reference Include="System" />
paulwerelds@223
    62
    <Reference Include="System.Configuration.Install" />
moel@1
    63
    <Reference Include="System.Drawing" />
paulwerelds@223
    64
    <Reference Include="System.Management" />
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@363
    76
    <Compile Include="GUI\NotifyIconAdv.cs">
moel@363
    77
      <SubType>Component</SubType>
moel@363
    78
    </Compile>
moel@158
    79
    <Compile Include="GUI\PlotPanel.cs">
moel@158
    80
      <SubType>UserControl</SubType>
moel@158
    81
    </Compile>
moel@348
    82
    <Compile Include="GUI\PortForm.cs">
moel@348
    83
      <SubType>Form</SubType>
moel@348
    84
    </Compile>
moel@348
    85
    <Compile Include="GUI\PortForm.Designer.cs">
moel@348
    86
      <DependentUpon>PortForm.cs</DependentUpon>
moel@348
    87
    </Compile>
moel@150
    88
    <Compile Include="GUI\ReportForm.cs">
moel@86
    89
      <SubType>Form</SubType>
moel@86
    90
    </Compile>
moel@150
    91
    <Compile Include="GUI\ReportForm.Designer.cs">
moel@150
    92
      <DependentUpon>ReportForm.cs</DependentUpon>
moel@150
    93
    </Compile>
moel@150
    94
    <Compile Include="GUI\CrashForm.cs">
moel@150
    95
      <SubType>Form</SubType>
moel@150
    96
    </Compile>
moel@150
    97
    <Compile Include="GUI\CrashForm.Designer.cs">
moel@150
    98
      <DependentUpon>CrashForm.cs</DependentUpon>
moel@86
    99
    </Compile>
moel@111
   100
    <Compile Include="GUI\Node.cs" />
moel@63
   101
    <Compile Include="GUI\ParameterForm.cs">
moel@63
   102
      <SubType>Form</SubType>
moel@63
   103
    </Compile>
moel@63
   104
    <Compile Include="GUI\ParameterForm.Designer.cs">
moel@63
   105
      <DependentUpon>ParameterForm.cs</DependentUpon>
moel@63
   106
    </Compile>
moel@176
   107
    <Compile Include="GUI\SensorGadget.cs" />
moel@40
   108
    <Compile Include="GUI\SensorNotifyIcon.cs" />
moel@176
   109
    <Compile Include="GUI\ShowDesktop.cs" />
moel@158
   110
    <Compile Include="GUI\SplitContainerAdv.cs">
moel@158
   111
      <SubType>Component</SubType>
moel@158
   112
    </Compile>
moel@133
   113
    <Compile Include="GUI\SystemTray.cs" />
moel@82
   114
    <Compile Include="GUI\StartupManager.cs" />
moel@82
   115
    <Compile Include="GUI\TaskScheduler.cs" />
moel@111
   116
    <Compile Include="GUI\TreeModel.cs" />
moel@1
   117
    <Compile Include="GUI\TypeNode.cs" />
moel@122
   118
    <Compile Include="GUI\UnitManager.cs" />
moel@110
   119
    <Compile Include="GUI\UpdateVisitor.cs" />
moel@156
   120
    <Compile Include="GUI\UserOption.cs" />
moel@295
   121
    <Compile Include="GUI\UserRadioGroup.cs" />
moel@166
   122
    <Compile Include="Properties\AssemblyVersion.cs" />
moel@348
   123
    <Compile Include="Utilities\HttpServer.cs" />
moel@165
   124
    <Compile Include="Utilities\PersistentSettings.cs" />
moel@1
   125
    <Compile Include="Properties\AssemblyInfo.cs" />
moel@1
   126
    <Compile Include="GUI\AboutBox.cs">
moel@1
   127
      <SubType>Form</SubType>
moel@1
   128
    </Compile>
moel@1
   129
    <Compile Include="GUI\AboutBox.Designer.cs">
moel@1
   130
      <DependentUpon>AboutBox.cs</DependentUpon>
moel@1
   131
    </Compile>
moel@1
   132
    <Compile Include="GUI\HardwareNode.cs" />
moel@1
   133
    <Compile Include="GUI\MainForm.cs">
moel@1
   134
      <SubType>Form</SubType>
moel@1
   135
    </Compile>
moel@1
   136
    <Compile Include="GUI\MainForm.Designer.cs">
moel@1
   137
      <DependentUpon>MainForm.cs</DependentUpon>
moel@1
   138
    </Compile>
moel@165
   139
    <Compile Include="Program.cs" />
moel@165
   140
    <Compile Include="GUI\SensorNode.cs" />
moel@165
   141
    <Compile Include="Utilities\EmbeddedResources.cs" />
moel@40
   142
    <Compile Include="Utilities\IconFactory.cs" />
moel@230
   143
    <Compile Include="WMI\Hardware.cs" />
moel@230
   144
    <Compile Include="WMI\IWmiObject.cs" />
moel@230
   145
    <Compile Include="WMI\Sensor.cs" />
moel@230
   146
    <Compile Include="WMI\WmiProvider.cs">
paulwerelds@223
   147
      <SubType>Component</SubType>
paulwerelds@223
   148
    </Compile>
moel@1
   149
  </ItemGroup>
moel@1
   150
  <ItemGroup>
moel@1
   151
    <EmbeddedResource Include="GUI\AboutBox.resx">
moel@1
   152
      <DependentUpon>AboutBox.cs</DependentUpon>
moel@60
   153
      <SubType>Designer</SubType>
moel@1
   154
    </EmbeddedResource>
moel@348
   155
    <EmbeddedResource Include="GUI\PortForm.resx">
moel@348
   156
      <DependentUpon>PortForm.cs</DependentUpon>
moel@348
   157
    </EmbeddedResource>
moel@1
   158
    <EmbeddedResource Include="Resources\ati.png">
moel@1
   159
    </EmbeddedResource>
moel@1
   160
    <EmbeddedResource Include="Resources\bigng.png" />
moel@1
   161
    <EmbeddedResource Include="Resources\clock.png" />
moel@1
   162
    <EmbeddedResource Include="Resources\computer.png" />
moel@1
   163
    <EmbeddedResource Include="Resources\cpu.png" />
moel@1
   164
    <EmbeddedResource Include="Resources\fan.png" />
moel@1
   165
    <EmbeddedResource Include="Resources\temperature.png" />
moel@1
   166
  </ItemGroup>
moel@1
   167
  <ItemGroup>
moel@1
   168
    <EmbeddedResource Include="Resources\chip.png" />
moel@1
   169
    <EmbeddedResource Include="Resources\hdd.png" />
moel@24
   170
    <EmbeddedResource Include="Resources\load.png" />
moel@1
   171
    <EmbeddedResource Include="Resources\voltage.png" />
moel@1
   172
    <EmbeddedResource Include="Resources\nvidia.png" />
moel@1
   173
  </ItemGroup>
moel@26
   174
  <ItemGroup>
moel@189
   175
    <None Include="App.config" />
moel@26
   176
    <None Include="Resources\app.manifest" />
moel@40
   177
    <None Include="Resources\icon.ico" />
moel@40
   178
  </ItemGroup>
moel@40
   179
  <ItemGroup>
moel@40
   180
    <EmbeddedResource Include="Resources\smallicon.ico" />
moel@26
   181
  </ItemGroup>
moel@57
   182
  <ItemGroup>
moel@63
   183
    <EmbeddedResource Include="GUI\ParameterForm.resx">
moel@63
   184
      <DependentUpon>ParameterForm.cs</DependentUpon>
moel@63
   185
    </EmbeddedResource>
moel@57
   186
    <EmbeddedResource Include="Resources\flow.png" />
moel@57
   187
  </ItemGroup>
moel@64
   188
  <ItemGroup>
moel@150
   189
    <EmbeddedResource Include="GUI\CrashForm.resx">
moel@150
   190
      <DependentUpon>CrashForm.cs</DependentUpon>
moel@86
   191
    </EmbeddedResource>
moel@64
   192
    <EmbeddedResource Include="Resources\mainboard.png" />
moel@64
   193
  </ItemGroup>
moel@118
   194
  <ItemGroup>
moel@156
   195
    <EmbeddedResource Include="GUI\MainForm.resx">
moel@156
   196
      <DependentUpon>MainForm.cs</DependentUpon>
moel@324
   197
      <SubType>Designer</SubType>
moel@156
   198
    </EmbeddedResource>
moel@150
   199
    <EmbeddedResource Include="GUI\ReportForm.resx">
moel@150
   200
      <DependentUpon>ReportForm.cs</DependentUpon>
moel@150
   201
    </EmbeddedResource>
moel@118
   202
    <EmbeddedResource Include="Resources\control.png" />
moel@118
   203
  </ItemGroup>
moel@165
   204
  <ItemGroup>
moel@165
   205
    <ProjectReference Include="OpenHardwareMonitorLib.csproj">
moel@165
   206
      <Project>{B0397530-545A-471D-BB74-027AE456DF1A}</Project>
moel@165
   207
      <Name>OpenHardwareMonitorLib</Name>
moel@165
   208
    </ProjectReference>
moel@165
   209
  </ItemGroup>
moel@166
   210
  <ItemGroup>
moel@166
   211
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
moel@166
   212
      <Visible>False</Visible>
moel@166
   213
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
moel@166
   214
      <Install>false</Install>
moel@166
   215
    </BootstrapperPackage>
moel@166
   216
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
moel@166
   217
      <Visible>False</Visible>
moel@166
   218
      <ProductName>.NET Framework 3.5 SP1</ProductName>
moel@166
   219
      <Install>true</Install>
moel@166
   220
    </BootstrapperPackage>
moel@166
   221
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
moel@166
   222
      <Visible>False</Visible>
moel@166
   223
      <ProductName>Windows Installer 3.1</ProductName>
moel@166
   224
      <Install>true</Install>
moel@166
   225
    </BootstrapperPackage>
moel@166
   226
  </ItemGroup>
moel@176
   227
  <ItemGroup>
moel@176
   228
    <EmbeddedResource Include="Resources\barback.png" />
moel@176
   229
    <EmbeddedResource Include="Resources\barblue.png" />
moel@176
   230
    <EmbeddedResource Include="Resources\gadget.png" />
moel@176
   231
  </ItemGroup>
moel@217
   232
  <ItemGroup>
moel@217
   233
    <EmbeddedResource Include="Resources\level.png" />
moel@217
   234
  </ItemGroup>
moel@317
   235
  <ItemGroup>
moel@317
   236
    <EmbeddedResource Include="Resources\power.png" />
moel@317
   237
  </ItemGroup>
moel@324
   238
  <ItemGroup>
moel@324
   239
    <EmbeddedResource Include="Resources\data.png" />
moel@324
   240
  </ItemGroup>
moel@340
   241
  <ItemGroup>
moel@340
   242
    <EmbeddedResource Include="Resources\factor.png" />
moel@340
   243
  </ItemGroup>
moel@348
   244
  <ItemGroup>
moel@348
   245
    <EmbeddedResource Include="Resources\Web\js\jquery-ui-1.8.16.custom.min.js" />
moel@348
   246
    <EmbeddedResource Include="Resources\Web\js\jquery.tmpl.min.js" />
moel@348
   247
    <EmbeddedResource Include="Resources\Web\js\jquery.treeTable.min.js" />
moel@348
   248
    <EmbeddedResource Include="Resources\Web\js\ohm_web.js" />
moel@348
   249
  </ItemGroup>
moel@348
   250
  <ItemGroup>
moel@348
   251
    <EmbeddedResource Include="Resources\Web\images\toggle-collapse-dark.png" />
moel@348
   252
    <EmbeddedResource Include="Resources\Web\images\toggle-collapse-light.png" />
moel@348
   253
    <EmbeddedResource Include="Resources\Web\images\toggle-expand-dark.png" />
moel@348
   254
    <EmbeddedResource Include="Resources\Web\images\toggle-expand-light.png" />
moel@348
   255
  </ItemGroup>
moel@348
   256
  <ItemGroup>
moel@348
   257
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_flat_0_aaaaaa_40x100.png" />
moel@348
   258
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_55_fbf9ee_1x400.png" />
moel@348
   259
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_65_ffffff_1x400.png" />
moel@348
   260
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_dadada_1x400.png" />
moel@348
   261
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_e6e6e6_1x400.png" />
moel@348
   262
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_ffffff_1x400.png" />
moel@348
   263
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
moel@348
   264
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_inset-soft_95_fef1ec_1x100.png" />
moel@348
   265
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_222222_256x240.png" />
moel@348
   266
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_2e83ff_256x240.png" />
moel@348
   267
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_454545_256x240.png" />
moel@348
   268
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_888888_256x240.png" />
moel@348
   269
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_cd0a0a_256x240.png" />
moel@348
   270
    <EmbeddedResource Include="Resources\Web\css\custom-theme\jquery-ui-1.8.16.custom.css" />
moel@348
   271
  </ItemGroup>
moel@348
   272
  <ItemGroup>
moel@348
   273
    <EmbeddedResource Include="Resources\Web\css\jquery.treeTable.css" />
moel@348
   274
    <EmbeddedResource Include="Resources\Web\css\ohm_web.css" />
moel@348
   275
  </ItemGroup>
moel@348
   276
  <ItemGroup>
moel@348
   277
    <EmbeddedResource Include="Resources\Web\index.html" />
moel@348
   278
  </ItemGroup>
moel@348
   279
  <ItemGroup>
moel@348
   280
    <EmbeddedResource Include="Resources\Web\images\transparent.png" />
moel@348
   281
  </ItemGroup>
moel@348
   282
  <ItemGroup>
moel@348
   283
    <EmbeddedResource Include="Resources\Web\js\jquery-1.7.2.min.js" />
moel@348
   284
    <EmbeddedResource Include="Resources\Web\js\knockout-2.1.0.min.js" />
moel@348
   285
    <EmbeddedResource Include="Resources\Web\js\knockout.mapping-latest.min.js" />
moel@348
   286
  </ItemGroup>
moel@1
   287
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
moel@1
   288
  <ProjectExtensions>
moel@1
   289
    <VisualStudio AllowExistingFolder="true" />
moel@1
   290
  </ProjectExtensions>
moel@1
   291
  <PropertyGroup>
moel@1
   292
    <PreBuildEvent>
moel@1
   293
    </PreBuildEvent>
moel@1
   294
    <PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)"
moel@1
   295
copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent>
moel@1
   296
  </PropertyGroup>
moel@1
   297
</Project>