OpenHardwareMonitor.csproj
author StephaneLenclud
Thu, 28 Jan 2016 20:22:46 +0100
branchMiniDisplay
changeset 453 017874772461
parent 452 79a3f5946a87
permissions -rw-r--r--
Migration to Visual Studio 2015.
SharpLibDisplay: Now closing client upon server request.
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>
StephaneLenclud@445
    12
    <TargetFrameworkVersion>v4.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>
StephaneLenclud@445
    37
    <TargetFrameworkProfile />
moel@1
    38
  </PropertyGroup>
moel@1
    39
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
moel@1
    40
    <DebugSymbols>true</DebugSymbols>
moel@1
    41
    <DebugType>full</DebugType>
moel@1
    42
    <Optimize>false</Optimize>
moel@1
    43
    <OutputPath>Bin\Debug\</OutputPath>
moel@1
    44
    <DefineConstants>TRACE;DEBUG</DefineConstants>
moel@1
    45
    <ErrorReport>prompt</ErrorReport>
moel@1
    46
    <WarningLevel>4</WarningLevel>
moel@324
    47
    <UseVSHostingProcess>true</UseVSHostingProcess>
moel@166
    48
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
moel@324
    49
    <PlatformTarget>AnyCPU</PlatformTarget>
moel@1
    50
  </PropertyGroup>
moel@1
    51
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
moel@1
    52
    <DebugType>none</DebugType>
moel@1
    53
    <Optimize>true</Optimize>
moel@1
    54
    <OutputPath>Bin\Release\</OutputPath>
moel@1
    55
    <DefineConstants>TRACE</DefineConstants>
moel@1
    56
    <ErrorReport>prompt</ErrorReport>
moel@1
    57
    <WarningLevel>4</WarningLevel>
moel@1
    58
    <UseVSHostingProcess>false</UseVSHostingProcess>
moel@166
    59
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
moel@1
    60
  </PropertyGroup>
moel@1
    61
  <ItemGroup>
moel@395
    62
    <Reference Include="OxyPlot">
moel@395
    63
      <HintPath>External\OxyPlot.dll</HintPath>
moel@395
    64
    </Reference>
moel@395
    65
    <Reference Include="OxyPlot.WindowsForms">
moel@395
    66
      <HintPath>External\OxyPlot.WindowsForms.dll</HintPath>
moel@395
    67
    </Reference>
Stephane@451
    68
    <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@452
    69
      <HintPath>packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
Stephane@451
    70
      <Private>True</Private>
Stephane@451
    71
    </Reference>
moel@1
    72
    <Reference Include="System" />
paulwerelds@223
    73
    <Reference Include="System.Configuration.Install" />
moel@1
    74
    <Reference Include="System.Drawing" />
paulwerelds@223
    75
    <Reference Include="System.Management" />
StephaneLenclud@445
    76
    <Reference Include="System.Runtime.Serialization" />
StephaneLenclud@445
    77
    <Reference Include="System.ServiceModel" />
moel@1
    78
    <Reference Include="System.Windows.Forms" />
moel@130
    79
    <Reference Include="System.Xml" />
moel@135
    80
    <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
moel@135
    81
      <SpecificVersion>False</SpecificVersion>
moel@135
    82
      <HintPath>External\Aga.Controls.dll</HintPath>
moel@135
    83
    </Reference>
moel@1
    84
  </ItemGroup>
moel@1
    85
  <ItemGroup>
moel@176
    86
    <Compile Include="GUI\GadgetWindow.cs" />
moel@176
    87
    <Compile Include="GUI\Gadget.cs" />
moel@176
    88
    <Compile Include="GUI\HardwareTypeImage.cs" />
moel@371
    89
    <Compile Include="GUI\NotifyIconAdv.cs" />
moel@158
    90
    <Compile Include="GUI\PlotPanel.cs">
moel@158
    91
      <SubType>UserControl</SubType>
moel@158
    92
    </Compile>
moel@348
    93
    <Compile Include="GUI\PortForm.cs">
moel@348
    94
      <SubType>Form</SubType>
moel@348
    95
    </Compile>
moel@348
    96
    <Compile Include="GUI\PortForm.Designer.cs">
moel@348
    97
      <DependentUpon>PortForm.cs</DependentUpon>
moel@348
    98
    </Compile>
moel@150
    99
    <Compile Include="GUI\ReportForm.cs">
moel@86
   100
      <SubType>Form</SubType>
moel@86
   101
    </Compile>
moel@150
   102
    <Compile Include="GUI\ReportForm.Designer.cs">
moel@150
   103
      <DependentUpon>ReportForm.cs</DependentUpon>
moel@150
   104
    </Compile>
moel@150
   105
    <Compile Include="GUI\CrashForm.cs">
moel@150
   106
      <SubType>Form</SubType>
moel@150
   107
    </Compile>
moel@150
   108
    <Compile Include="GUI\CrashForm.Designer.cs">
moel@150
   109
      <DependentUpon>CrashForm.cs</DependentUpon>
moel@86
   110
    </Compile>
moel@111
   111
    <Compile Include="GUI\Node.cs" />
moel@63
   112
    <Compile Include="GUI\ParameterForm.cs">
moel@63
   113
      <SubType>Form</SubType>
moel@63
   114
    </Compile>
moel@63
   115
    <Compile Include="GUI\ParameterForm.Designer.cs">
moel@63
   116
      <DependentUpon>ParameterForm.cs</DependentUpon>
moel@63
   117
    </Compile>
StephaneLenclud@433
   118
    <Compile Include="GUI\SensorFrontView.cs" />
moel@176
   119
    <Compile Include="GUI\SensorGadget.cs" />
moel@40
   120
    <Compile Include="GUI\SensorNotifyIcon.cs" />
StephaneLenclud@445
   121
    <Compile Include="GUI\SensorSharpDisplay.cs" />
StephaneLenclud@445
   122
    <Compile Include="GUI\SharpDisplay.cs" />
moel@176
   123
    <Compile Include="GUI\ShowDesktop.cs" />
StephaneLenclud@433
   124
    <Compile Include="GUI\SoundGraphDisplay.cs" />
StephaneLenclud@436
   125
    <Compile Include="GUI\SoundGraphServer.cs" />
moel@158
   126
    <Compile Include="GUI\SplitContainerAdv.cs">
moel@158
   127
      <SubType>Component</SubType>
moel@158
   128
    </Compile>
moel@133
   129
    <Compile Include="GUI\SystemTray.cs" />
moel@82
   130
    <Compile Include="GUI\StartupManager.cs" />
moel@82
   131
    <Compile Include="GUI\TaskScheduler.cs" />
moel@111
   132
    <Compile Include="GUI\TreeModel.cs" />
moel@1
   133
    <Compile Include="GUI\TypeNode.cs" />
moel@122
   134
    <Compile Include="GUI\UnitManager.cs" />
moel@110
   135
    <Compile Include="GUI\UpdateVisitor.cs" />
moel@156
   136
    <Compile Include="GUI\UserOption.cs" />
moel@295
   137
    <Compile Include="GUI\UserRadioGroup.cs" />
moel@166
   138
    <Compile Include="Properties\AssemblyVersion.cs" />
moel@348
   139
    <Compile Include="Utilities\HttpServer.cs" />
moel@420
   140
    <Compile Include="Utilities\Logger.cs" />
moel@165
   141
    <Compile Include="Utilities\PersistentSettings.cs" />
moel@1
   142
    <Compile Include="Properties\AssemblyInfo.cs" />
moel@1
   143
    <Compile Include="GUI\AboutBox.cs">
moel@1
   144
      <SubType>Form</SubType>
moel@1
   145
    </Compile>
moel@1
   146
    <Compile Include="GUI\AboutBox.Designer.cs">
moel@1
   147
      <DependentUpon>AboutBox.cs</DependentUpon>
moel@1
   148
    </Compile>
moel@1
   149
    <Compile Include="GUI\HardwareNode.cs" />
moel@1
   150
    <Compile Include="GUI\MainForm.cs">
moel@1
   151
      <SubType>Form</SubType>
moel@1
   152
    </Compile>
moel@1
   153
    <Compile Include="GUI\MainForm.Designer.cs">
moel@1
   154
      <DependentUpon>MainForm.cs</DependentUpon>
moel@1
   155
    </Compile>
moel@165
   156
    <Compile Include="Program.cs" />
moel@165
   157
    <Compile Include="GUI\SensorNode.cs" />
moel@165
   158
    <Compile Include="Utilities\EmbeddedResources.cs" />
moel@40
   159
    <Compile Include="Utilities\IconFactory.cs" />
moel@230
   160
    <Compile Include="WMI\Hardware.cs" />
moel@230
   161
    <Compile Include="WMI\IWmiObject.cs" />
moel@230
   162
    <Compile Include="WMI\Sensor.cs" />
moel@230
   163
    <Compile Include="WMI\WmiProvider.cs">
paulwerelds@223
   164
      <SubType>Component</SubType>
paulwerelds@223
   165
    </Compile>
moel@1
   166
  </ItemGroup>
moel@1
   167
  <ItemGroup>
moel@1
   168
    <EmbeddedResource Include="GUI\AboutBox.resx">
moel@1
   169
      <DependentUpon>AboutBox.cs</DependentUpon>
moel@60
   170
      <SubType>Designer</SubType>
moel@1
   171
    </EmbeddedResource>
moel@348
   172
    <EmbeddedResource Include="GUI\PortForm.resx">
moel@348
   173
      <DependentUpon>PortForm.cs</DependentUpon>
moel@348
   174
    </EmbeddedResource>
moel@1
   175
    <EmbeddedResource Include="Resources\ati.png">
moel@1
   176
    </EmbeddedResource>
moel@1
   177
    <EmbeddedResource Include="Resources\bigng.png" />
moel@1
   178
    <EmbeddedResource Include="Resources\clock.png" />
moel@1
   179
    <EmbeddedResource Include="Resources\computer.png" />
moel@1
   180
    <EmbeddedResource Include="Resources\cpu.png" />
moel@1
   181
    <EmbeddedResource Include="Resources\fan.png" />
moel@1
   182
    <EmbeddedResource Include="Resources\temperature.png" />
moel@1
   183
  </ItemGroup>
moel@1
   184
  <ItemGroup>
moel@1
   185
    <EmbeddedResource Include="Resources\chip.png" />
moel@1
   186
    <EmbeddedResource Include="Resources\hdd.png" />
moel@24
   187
    <EmbeddedResource Include="Resources\load.png" />
moel@1
   188
    <EmbeddedResource Include="Resources\voltage.png" />
moel@1
   189
    <EmbeddedResource Include="Resources\nvidia.png" />
moel@1
   190
  </ItemGroup>
moel@26
   191
  <ItemGroup>
moel@189
   192
    <None Include="App.config" />
Stephane@451
   193
    <None Include="packages.config" />
moel@366
   194
    <None Include="Resources\app.manifest">
moel@366
   195
      <SubType>Designer</SubType>
moel@366
   196
    </None>
moel@40
   197
    <None Include="Resources\icon.ico" />
moel@40
   198
  </ItemGroup>
moel@40
   199
  <ItemGroup>
moel@40
   200
    <EmbeddedResource Include="Resources\smallicon.ico" />
moel@26
   201
  </ItemGroup>
moel@57
   202
  <ItemGroup>
moel@63
   203
    <EmbeddedResource Include="GUI\ParameterForm.resx">
moel@63
   204
      <DependentUpon>ParameterForm.cs</DependentUpon>
moel@63
   205
    </EmbeddedResource>
moel@57
   206
    <EmbeddedResource Include="Resources\flow.png" />
moel@57
   207
  </ItemGroup>
moel@64
   208
  <ItemGroup>
moel@150
   209
    <EmbeddedResource Include="GUI\CrashForm.resx">
moel@150
   210
      <DependentUpon>CrashForm.cs</DependentUpon>
moel@86
   211
    </EmbeddedResource>
moel@64
   212
    <EmbeddedResource Include="Resources\mainboard.png" />
moel@64
   213
  </ItemGroup>
moel@118
   214
  <ItemGroup>
moel@156
   215
    <EmbeddedResource Include="GUI\MainForm.resx">
moel@156
   216
      <DependentUpon>MainForm.cs</DependentUpon>
moel@324
   217
      <SubType>Designer</SubType>
moel@156
   218
    </EmbeddedResource>
moel@150
   219
    <EmbeddedResource Include="GUI\ReportForm.resx">
moel@150
   220
      <DependentUpon>ReportForm.cs</DependentUpon>
moel@150
   221
    </EmbeddedResource>
moel@118
   222
    <EmbeddedResource Include="Resources\control.png" />
moel@118
   223
  </ItemGroup>
moel@165
   224
  <ItemGroup>
moel@165
   225
    <ProjectReference Include="OpenHardwareMonitorLib.csproj">
moel@165
   226
      <Project>{B0397530-545A-471D-BB74-027AE456DF1A}</Project>
moel@165
   227
      <Name>OpenHardwareMonitorLib</Name>
moel@165
   228
    </ProjectReference>
StephaneLenclud@436
   229
    <ProjectReference Include="UacHelpers.CppLibrary\UacHelpers.CppLibrary.vcxproj">
StephaneLenclud@453
   230
      <Project>{d043a646-fe7a-4334-b23d-e327593c1ae2}</Project>
StephaneLenclud@436
   231
      <Name>UacHelpers.UserAccountControl</Name>
StephaneLenclud@436
   232
    </ProjectReference>
moel@165
   233
  </ItemGroup>
moel@166
   234
  <ItemGroup>
moel@166
   235
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
moel@166
   236
      <Visible>False</Visible>
moel@166
   237
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
moel@166
   238
      <Install>false</Install>
moel@166
   239
    </BootstrapperPackage>
moel@166
   240
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
moel@166
   241
      <Visible>False</Visible>
moel@166
   242
      <ProductName>.NET Framework 3.5 SP1</ProductName>
moel@166
   243
      <Install>true</Install>
moel@166
   244
    </BootstrapperPackage>
moel@166
   245
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
moel@166
   246
      <Visible>False</Visible>
moel@166
   247
      <ProductName>Windows Installer 3.1</ProductName>
moel@166
   248
      <Install>true</Install>
moel@166
   249
    </BootstrapperPackage>
moel@166
   250
  </ItemGroup>
moel@176
   251
  <ItemGroup>
moel@176
   252
    <EmbeddedResource Include="Resources\barback.png" />
moel@176
   253
    <EmbeddedResource Include="Resources\barblue.png" />
moel@176
   254
    <EmbeddedResource Include="Resources\gadget.png" />
moel@176
   255
  </ItemGroup>
moel@217
   256
  <ItemGroup>
moel@217
   257
    <EmbeddedResource Include="Resources\level.png" />
moel@217
   258
  </ItemGroup>
moel@317
   259
  <ItemGroup>
moel@317
   260
    <EmbeddedResource Include="Resources\power.png" />
moel@317
   261
  </ItemGroup>
moel@324
   262
  <ItemGroup>
moel@324
   263
    <EmbeddedResource Include="Resources\data.png" />
moel@324
   264
  </ItemGroup>
moel@340
   265
  <ItemGroup>
moel@340
   266
    <EmbeddedResource Include="Resources\factor.png" />
moel@340
   267
  </ItemGroup>
moel@348
   268
  <ItemGroup>
moel@348
   269
    <EmbeddedResource Include="Resources\Web\js\jquery-ui-1.8.16.custom.min.js" />
moel@348
   270
    <EmbeddedResource Include="Resources\Web\js\jquery.tmpl.min.js" />
moel@348
   271
    <EmbeddedResource Include="Resources\Web\js\jquery.treeTable.min.js" />
moel@348
   272
    <EmbeddedResource Include="Resources\Web\js\ohm_web.js" />
moel@348
   273
  </ItemGroup>
moel@348
   274
  <ItemGroup>
moel@348
   275
    <EmbeddedResource Include="Resources\Web\images\toggle-collapse-dark.png" />
moel@348
   276
    <EmbeddedResource Include="Resources\Web\images\toggle-collapse-light.png" />
moel@348
   277
    <EmbeddedResource Include="Resources\Web\images\toggle-expand-dark.png" />
moel@348
   278
    <EmbeddedResource Include="Resources\Web\images\toggle-expand-light.png" />
moel@348
   279
  </ItemGroup>
moel@348
   280
  <ItemGroup>
moel@348
   281
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_flat_0_aaaaaa_40x100.png" />
moel@348
   282
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_55_fbf9ee_1x400.png" />
moel@348
   283
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_65_ffffff_1x400.png" />
moel@348
   284
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_dadada_1x400.png" />
moel@348
   285
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_e6e6e6_1x400.png" />
moel@348
   286
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_ffffff_1x400.png" />
moel@348
   287
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
moel@348
   288
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_inset-soft_95_fef1ec_1x100.png" />
moel@348
   289
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_222222_256x240.png" />
moel@348
   290
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_2e83ff_256x240.png" />
moel@348
   291
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_454545_256x240.png" />
moel@348
   292
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_888888_256x240.png" />
moel@348
   293
    <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_cd0a0a_256x240.png" />
moel@348
   294
    <EmbeddedResource Include="Resources\Web\css\custom-theme\jquery-ui-1.8.16.custom.css" />
moel@348
   295
  </ItemGroup>
moel@348
   296
  <ItemGroup>
moel@348
   297
    <EmbeddedResource Include="Resources\Web\css\jquery.treeTable.css" />
moel@348
   298
    <EmbeddedResource Include="Resources\Web\css\ohm_web.css" />
moel@348
   299
  </ItemGroup>
moel@348
   300
  <ItemGroup>
moel@348
   301
    <EmbeddedResource Include="Resources\Web\index.html" />
moel@348
   302
  </ItemGroup>
moel@348
   303
  <ItemGroup>
moel@348
   304
    <EmbeddedResource Include="Resources\Web\images\transparent.png" />
moel@348
   305
  </ItemGroup>
moel@348
   306
  <ItemGroup>
moel@348
   307
    <EmbeddedResource Include="Resources\Web\js\jquery-1.7.2.min.js" />
moel@348
   308
    <EmbeddedResource Include="Resources\Web\js\knockout-2.1.0.min.js" />
moel@348
   309
    <EmbeddedResource Include="Resources\Web\js\knockout.mapping-latest.min.js" />
moel@348
   310
  </ItemGroup>
moel@373
   311
  <ItemGroup>
moel@373
   312
    <EmbeddedResource Include="Resources\ram.png" />
moel@373
   313
  </ItemGroup>
moel@1
   314
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
moel@1
   315
  <ProjectExtensions>
moel@1
   316
    <VisualStudio AllowExistingFolder="true" />
moel@1
   317
  </ProjectExtensions>
moel@1
   318
  <PropertyGroup>
moel@1
   319
    <PreBuildEvent>
moel@1
   320
    </PreBuildEvent>
moel@1
   321
    <PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)"
moel@1
   322
copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent>
moel@1
   323
  </PropertyGroup>
moel@1
   324
</Project>