Support for SharDisplayManager.
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProjectGuid>{F5E0C1F7-9E9B-46F2-AC88-8C9C1C923880}</ProjectGuid>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <OutputType>WinExe</OutputType>
10 <NoStandardLibraries>false</NoStandardLibraries>
11 <AssemblyName>OpenHardwareMonitor</AssemblyName>
12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <RootNamespace>OpenHardwareMonitor</RootNamespace>
15 <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
16 <ApplicationManifest>Resources\app.manifest</ApplicationManifest>
17 <StartupObject>OpenHardwareMonitor.Program</StartupObject>
20 <OldToolsVersion>3.5</OldToolsVersion>
21 <UpgradeBackupLocation />
22 <IsWebBootstrapper>false</IsWebBootstrapper>
23 <PublishUrl>publish\</PublishUrl>
24 <Install>true</Install>
25 <InstallFrom>Disk</InstallFrom>
26 <UpdateEnabled>false</UpdateEnabled>
27 <UpdateMode>Foreground</UpdateMode>
28 <UpdateInterval>7</UpdateInterval>
29 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30 <UpdatePeriodically>false</UpdatePeriodically>
31 <UpdateRequired>false</UpdateRequired>
32 <MapFileExtensions>true</MapFileExtensions>
33 <ApplicationRevision>0</ApplicationRevision>
34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35 <UseApplicationTrust>false</UseApplicationTrust>
36 <BootstrapperEnabled>true</BootstrapperEnabled>
37 <TargetFrameworkProfile />
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40 <DebugSymbols>true</DebugSymbols>
41 <DebugType>full</DebugType>
42 <Optimize>false</Optimize>
43 <OutputPath>output\</OutputPath>
44 <DefineConstants>TRACE;DEBUG</DefineConstants>
45 <ErrorReport>prompt</ErrorReport>
46 <WarningLevel>4</WarningLevel>
47 <UseVSHostingProcess>true</UseVSHostingProcess>
48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49 <PlatformTarget>AnyCPU</PlatformTarget>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <DebugType>none</DebugType>
53 <Optimize>true</Optimize>
54 <OutputPath>output\</OutputPath>
55 <DefineConstants>TRACE</DefineConstants>
56 <ErrorReport>prompt</ErrorReport>
57 <WarningLevel>4</WarningLevel>
58 <UseVSHostingProcess>false</UseVSHostingProcess>
59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
62 <DebugSymbols>true</DebugSymbols>
63 <OutputPath>bin\x86\Debug\</OutputPath>
64 <DefineConstants>TRACE;DEBUG</DefineConstants>
65 <DebugType>full</DebugType>
66 <PlatformTarget>x86</PlatformTarget>
67 <ErrorReport>prompt</ErrorReport>
68 <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
71 <OutputPath>bin\x86\Release\</OutputPath>
72 <DefineConstants>TRACE</DefineConstants>
73 <Optimize>true</Optimize>
74 <PlatformTarget>x86</PlatformTarget>
75 <UseVSHostingProcess>false</UseVSHostingProcess>
76 <ErrorReport>prompt</ErrorReport>
77 <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
80 <Reference Include="System" />
81 <Reference Include="System.Configuration.Install" />
82 <Reference Include="System.Drawing" />
83 <Reference Include="System.Management" />
84 <Reference Include="System.Runtime.Serialization" />
85 <Reference Include="System.ServiceModel" />
86 <Reference Include="System.Windows.Forms" />
87 <Reference Include="System.Xml" />
88 <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3">
89 <SpecificVersion>False</SpecificVersion>
90 <HintPath>External\Aga.Controls.dll</HintPath>
94 <Compile Include="GUI\GadgetWindow.cs" />
95 <Compile Include="GUI\Gadget.cs" />
96 <Compile Include="GUI\HardwareTypeImage.cs" />
97 <Compile Include="GUI\NotifyIconAdv.cs" />
98 <Compile Include="GUI\PlotPanel.cs">
99 <SubType>UserControl</SubType>
101 <Compile Include="GUI\PortForm.cs">
102 <SubType>Form</SubType>
104 <Compile Include="GUI\PortForm.Designer.cs">
105 <DependentUpon>PortForm.cs</DependentUpon>
107 <Compile Include="GUI\ReportForm.cs">
108 <SubType>Form</SubType>
110 <Compile Include="GUI\ReportForm.Designer.cs">
111 <DependentUpon>ReportForm.cs</DependentUpon>
113 <Compile Include="GUI\CrashForm.cs">
114 <SubType>Form</SubType>
116 <Compile Include="GUI\CrashForm.Designer.cs">
117 <DependentUpon>CrashForm.cs</DependentUpon>
119 <Compile Include="GUI\Node.cs" />
120 <Compile Include="GUI\ParameterForm.cs">
121 <SubType>Form</SubType>
123 <Compile Include="GUI\ParameterForm.Designer.cs">
124 <DependentUpon>ParameterForm.cs</DependentUpon>
126 <Compile Include="GUI\SensorFrontView.cs" />
127 <Compile Include="GUI\SensorGadget.cs" />
128 <Compile Include="GUI\SensorNotifyIcon.cs" />
129 <Compile Include="GUI\SensorSharpDisplay.cs" />
130 <Compile Include="GUI\SharpDisplay.cs" />
131 <Compile Include="GUI\SharpDisplayClient.cs" />
132 <Compile Include="GUI\ShowDesktop.cs" />
133 <Compile Include="GUI\SoundGraphDisplay.cs" />
134 <Compile Include="GUI\SoundGraphServer.cs" />
135 <Compile Include="GUI\SplitContainerAdv.cs">
136 <SubType>Component</SubType>
138 <Compile Include="GUI\SystemTray.cs" />
139 <Compile Include="GUI\StartupManager.cs" />
140 <Compile Include="GUI\TaskScheduler.cs" />
141 <Compile Include="GUI\TreeModel.cs" />
142 <Compile Include="GUI\TypeNode.cs" />
143 <Compile Include="GUI\UnitManager.cs" />
144 <Compile Include="GUI\UpdateVisitor.cs" />
145 <Compile Include="GUI\UserOption.cs" />
146 <Compile Include="GUI\UserRadioGroup.cs" />
147 <Compile Include="Properties\AssemblyVersion.cs" />
148 <Compile Include="Utilities\HttpServer.cs" />
149 <Compile Include="Utilities\PersistentSettings.cs" />
150 <Compile Include="Properties\AssemblyInfo.cs" />
151 <Compile Include="GUI\AboutBox.cs">
152 <SubType>Form</SubType>
154 <Compile Include="GUI\AboutBox.Designer.cs">
155 <DependentUpon>AboutBox.cs</DependentUpon>
157 <Compile Include="GUI\HardwareNode.cs" />
158 <Compile Include="GUI\MainForm.cs">
159 <SubType>Form</SubType>
161 <Compile Include="GUI\MainForm.Designer.cs">
162 <DependentUpon>MainForm.cs</DependentUpon>
164 <Compile Include="Program.cs" />
165 <Compile Include="GUI\SensorNode.cs" />
166 <Compile Include="Utilities\EmbeddedResources.cs" />
167 <Compile Include="Utilities\IconFactory.cs" />
168 <Compile Include="WMI\Hardware.cs" />
169 <Compile Include="WMI\IWmiObject.cs" />
170 <Compile Include="WMI\Sensor.cs" />
171 <Compile Include="WMI\WmiProvider.cs">
172 <SubType>Component</SubType>
176 <EmbeddedResource Include="GUI\AboutBox.resx">
177 <DependentUpon>AboutBox.cs</DependentUpon>
178 <SubType>Designer</SubType>
180 <EmbeddedResource Include="GUI\PortForm.resx">
181 <DependentUpon>PortForm.cs</DependentUpon>
183 <EmbeddedResource Include="Resources\ati.png">
185 <EmbeddedResource Include="Resources\bigng.png" />
186 <EmbeddedResource Include="Resources\clock.png" />
187 <EmbeddedResource Include="Resources\computer.png" />
188 <EmbeddedResource Include="Resources\cpu.png" />
189 <EmbeddedResource Include="Resources\fan.png" />
190 <EmbeddedResource Include="Resources\temperature.png" />
193 <EmbeddedResource Include="Resources\chip.png" />
194 <EmbeddedResource Include="Resources\hdd.png" />
195 <EmbeddedResource Include="Resources\load.png" />
196 <EmbeddedResource Include="Resources\voltage.png" />
197 <EmbeddedResource Include="Resources\nvidia.png" />
200 <None Include="App.config" />
201 <None Include="Resources\app.manifest">
202 <SubType>Designer</SubType>
204 <None Include="Resources\icon.ico" />
207 <EmbeddedResource Include="Resources\smallicon.ico" />
210 <EmbeddedResource Include="GUI\ParameterForm.resx">
211 <DependentUpon>ParameterForm.cs</DependentUpon>
213 <EmbeddedResource Include="Resources\flow.png" />
216 <EmbeddedResource Include="GUI\CrashForm.resx">
217 <DependentUpon>CrashForm.cs</DependentUpon>
219 <EmbeddedResource Include="Resources\mainboard.png" />
222 <EmbeddedResource Include="GUI\MainForm.resx">
223 <DependentUpon>MainForm.cs</DependentUpon>
224 <SubType>Designer</SubType>
226 <EmbeddedResource Include="GUI\ReportForm.resx">
227 <DependentUpon>ReportForm.cs</DependentUpon>
229 <EmbeddedResource Include="Resources\control.png" />
232 <ProjectReference Include="OpenHardwareMonitorLib.csproj">
233 <Project>{B0397530-545A-471D-BB74-027AE456DF1A}</Project>
234 <Name>OpenHardwareMonitorLib</Name>
236 <ProjectReference Include="UacHelpers.CppLibrary\UacHelpers.CppLibrary.vcxproj">
237 <Project>{d043a646-fe7a-4334-b23d-e327593c1ae2}</Project>
238 <Name>UacHelpers.UserAccountControl</Name>
242 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
243 <Visible>False</Visible>
244 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
245 <Install>false</Install>
246 </BootstrapperPackage>
247 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
248 <Visible>False</Visible>
249 <ProductName>.NET Framework 3.5 SP1</ProductName>
250 <Install>true</Install>
251 </BootstrapperPackage>
252 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
253 <Visible>False</Visible>
254 <ProductName>Windows Installer 3.1</ProductName>
255 <Install>true</Install>
256 </BootstrapperPackage>
259 <EmbeddedResource Include="Resources\barback.png" />
260 <EmbeddedResource Include="Resources\barblue.png" />
261 <EmbeddedResource Include="Resources\gadget.png" />
264 <EmbeddedResource Include="Resources\level.png" />
267 <EmbeddedResource Include="Resources\power.png" />
270 <EmbeddedResource Include="Resources\data.png" />
273 <EmbeddedResource Include="Resources\factor.png" />
276 <EmbeddedResource Include="Resources\Web\js\jquery-ui-1.8.16.custom.min.js" />
277 <EmbeddedResource Include="Resources\Web\js\jquery.tmpl.min.js" />
278 <EmbeddedResource Include="Resources\Web\js\jquery.treeTable.min.js" />
279 <EmbeddedResource Include="Resources\Web\js\ohm_web.js" />
282 <EmbeddedResource Include="Resources\Web\images\toggle-collapse-dark.png" />
283 <EmbeddedResource Include="Resources\Web\images\toggle-collapse-light.png" />
284 <EmbeddedResource Include="Resources\Web\images\toggle-expand-dark.png" />
285 <EmbeddedResource Include="Resources\Web\images\toggle-expand-light.png" />
288 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_flat_0_aaaaaa_40x100.png" />
289 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_55_fbf9ee_1x400.png" />
290 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_65_ffffff_1x400.png" />
291 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_dadada_1x400.png" />
292 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_e6e6e6_1x400.png" />
293 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_glass_75_ffffff_1x400.png" />
294 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
295 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-bg_inset-soft_95_fef1ec_1x100.png" />
296 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_222222_256x240.png" />
297 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_2e83ff_256x240.png" />
298 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_454545_256x240.png" />
299 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_888888_256x240.png" />
300 <EmbeddedResource Include="Resources\Web\css\custom-theme\images\ui-icons_cd0a0a_256x240.png" />
301 <EmbeddedResource Include="Resources\Web\css\custom-theme\jquery-ui-1.8.16.custom.css" />
304 <EmbeddedResource Include="Resources\Web\css\jquery.treeTable.css" />
305 <EmbeddedResource Include="Resources\Web\css\ohm_web.css" />
308 <EmbeddedResource Include="Resources\Web\index.html" />
311 <EmbeddedResource Include="Resources\Web\images\transparent.png" />
314 <EmbeddedResource Include="Resources\Web\js\jquery-1.7.2.min.js" />
315 <EmbeddedResource Include="Resources\Web\js\knockout-2.1.0.min.js" />
316 <EmbeddedResource Include="Resources\Web\js\knockout.mapping-latest.min.js" />
319 <EmbeddedResource Include="Resources\ram.png" />
321 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
323 <VisualStudio AllowExistingFolder="true" />
328 <PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)"
329 copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent>