author | moel.mich |
Mon, 02 Jan 2012 20:45:18 +0000 | |
changeset 329 | 756af5ee409e |
parent 317 | 1ccf99e620a9 |
child 340 | 600962f8a298 |
permissions | -rw-r--r-- |
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@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@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@295 | 112 |
<Compile Include="GUI\UserRadioGroup.cs" /> |
moel@166 | 113 |
<Compile Include="Properties\AssemblyVersion.cs" /> |
moel@165 | 114 |
<Compile Include="Utilities\PersistentSettings.cs" /> |
moel@1 | 115 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
moel@1 | 116 |
<Compile Include="GUI\AboutBox.cs"> |
moel@1 | 117 |
<SubType>Form</SubType> |
moel@1 | 118 |
</Compile> |
moel@1 | 119 |
<Compile Include="GUI\AboutBox.Designer.cs"> |
moel@1 | 120 |
<DependentUpon>AboutBox.cs</DependentUpon> |
moel@1 | 121 |
</Compile> |
moel@1 | 122 |
<Compile Include="GUI\HardwareNode.cs" /> |
moel@1 | 123 |
<Compile Include="GUI\MainForm.cs"> |
moel@1 | 124 |
<SubType>Form</SubType> |
moel@1 | 125 |
</Compile> |
moel@1 | 126 |
<Compile Include="GUI\MainForm.Designer.cs"> |
moel@1 | 127 |
<DependentUpon>MainForm.cs</DependentUpon> |
moel@1 | 128 |
</Compile> |
moel@165 | 129 |
<Compile Include="Program.cs" /> |
moel@165 | 130 |
<Compile Include="GUI\SensorNode.cs" /> |
moel@165 | 131 |
<Compile Include="Utilities\EmbeddedResources.cs" /> |
moel@40 | 132 |
<Compile Include="Utilities\IconFactory.cs" /> |
moel@230 | 133 |
<Compile Include="WMI\Hardware.cs" /> |
moel@230 | 134 |
<Compile Include="WMI\IWmiObject.cs" /> |
moel@230 | 135 |
<Compile Include="WMI\Sensor.cs" /> |
moel@230 | 136 |
<Compile Include="WMI\WmiProvider.cs"> |
paulwerelds@223 | 137 |
<SubType>Component</SubType> |
paulwerelds@223 | 138 |
</Compile> |
moel@1 | 139 |
</ItemGroup> |
moel@1 | 140 |
<ItemGroup> |
moel@1 | 141 |
<EmbeddedResource Include="GUI\AboutBox.resx"> |
moel@1 | 142 |
<DependentUpon>AboutBox.cs</DependentUpon> |
moel@60 | 143 |
<SubType>Designer</SubType> |
moel@1 | 144 |
</EmbeddedResource> |
moel@1 | 145 |
<EmbeddedResource Include="Resources\ati.png"> |
moel@1 | 146 |
</EmbeddedResource> |
moel@1 | 147 |
<EmbeddedResource Include="Resources\bigng.png" /> |
moel@1 | 148 |
<EmbeddedResource Include="Resources\clock.png" /> |
moel@1 | 149 |
<EmbeddedResource Include="Resources\computer.png" /> |
moel@1 | 150 |
<EmbeddedResource Include="Resources\cpu.png" /> |
moel@1 | 151 |
<EmbeddedResource Include="Resources\fan.png" /> |
moel@1 | 152 |
<EmbeddedResource Include="Resources\temperature.png" /> |
moel@1 | 153 |
</ItemGroup> |
moel@1 | 154 |
<ItemGroup> |
moel@1 | 155 |
<EmbeddedResource Include="Resources\chip.png" /> |
moel@1 | 156 |
<EmbeddedResource Include="Resources\hdd.png" /> |
moel@24 | 157 |
<EmbeddedResource Include="Resources\load.png" /> |
moel@1 | 158 |
<EmbeddedResource Include="Resources\voltage.png" /> |
moel@1 | 159 |
<EmbeddedResource Include="Resources\nvidia.png" /> |
moel@1 | 160 |
</ItemGroup> |
moel@26 | 161 |
<ItemGroup> |
moel@189 | 162 |
<None Include="App.config" /> |
moel@26 | 163 |
<None Include="Resources\app.manifest" /> |
moel@40 | 164 |
<None Include="Resources\icon.ico" /> |
moel@40 | 165 |
</ItemGroup> |
moel@40 | 166 |
<ItemGroup> |
moel@40 | 167 |
<EmbeddedResource Include="Resources\smallicon.ico" /> |
moel@26 | 168 |
</ItemGroup> |
moel@57 | 169 |
<ItemGroup> |
moel@63 | 170 |
<EmbeddedResource Include="GUI\ParameterForm.resx"> |
moel@63 | 171 |
<DependentUpon>ParameterForm.cs</DependentUpon> |
moel@63 | 172 |
</EmbeddedResource> |
moel@57 | 173 |
<EmbeddedResource Include="Resources\flow.png" /> |
moel@57 | 174 |
</ItemGroup> |
moel@64 | 175 |
<ItemGroup> |
moel@150 | 176 |
<EmbeddedResource Include="GUI\CrashForm.resx"> |
moel@150 | 177 |
<DependentUpon>CrashForm.cs</DependentUpon> |
moel@86 | 178 |
</EmbeddedResource> |
moel@64 | 179 |
<EmbeddedResource Include="Resources\mainboard.png" /> |
moel@64 | 180 |
</ItemGroup> |
moel@118 | 181 |
<ItemGroup> |
moel@156 | 182 |
<EmbeddedResource Include="GUI\MainForm.resx"> |
moel@156 | 183 |
<DependentUpon>MainForm.cs</DependentUpon> |
moel@324 | 184 |
<SubType>Designer</SubType> |
moel@156 | 185 |
</EmbeddedResource> |
moel@150 | 186 |
<EmbeddedResource Include="GUI\ReportForm.resx"> |
moel@150 | 187 |
<DependentUpon>ReportForm.cs</DependentUpon> |
moel@150 | 188 |
</EmbeddedResource> |
moel@118 | 189 |
<EmbeddedResource Include="Resources\control.png" /> |
moel@118 | 190 |
</ItemGroup> |
moel@165 | 191 |
<ItemGroup> |
moel@165 | 192 |
<ProjectReference Include="OpenHardwareMonitorLib.csproj"> |
moel@165 | 193 |
<Project>{B0397530-545A-471D-BB74-027AE456DF1A}</Project> |
moel@165 | 194 |
<Name>OpenHardwareMonitorLib</Name> |
moel@165 | 195 |
</ProjectReference> |
moel@165 | 196 |
</ItemGroup> |
moel@166 | 197 |
<ItemGroup> |
moel@166 | 198 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
moel@166 | 199 |
<Visible>False</Visible> |
moel@166 | 200 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
moel@166 | 201 |
<Install>false</Install> |
moel@166 | 202 |
</BootstrapperPackage> |
moel@166 | 203 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
moel@166 | 204 |
<Visible>False</Visible> |
moel@166 | 205 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
moel@166 | 206 |
<Install>true</Install> |
moel@166 | 207 |
</BootstrapperPackage> |
moel@166 | 208 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
moel@166 | 209 |
<Visible>False</Visible> |
moel@166 | 210 |
<ProductName>Windows Installer 3.1</ProductName> |
moel@166 | 211 |
<Install>true</Install> |
moel@166 | 212 |
</BootstrapperPackage> |
moel@166 | 213 |
</ItemGroup> |
moel@176 | 214 |
<ItemGroup> |
moel@176 | 215 |
<EmbeddedResource Include="Resources\barback.png" /> |
moel@176 | 216 |
<EmbeddedResource Include="Resources\barblue.png" /> |
moel@176 | 217 |
<EmbeddedResource Include="Resources\gadget.png" /> |
moel@176 | 218 |
</ItemGroup> |
moel@217 | 219 |
<ItemGroup> |
moel@217 | 220 |
<EmbeddedResource Include="Resources\level.png" /> |
moel@217 | 221 |
</ItemGroup> |
moel@317 | 222 |
<ItemGroup> |
moel@317 | 223 |
<EmbeddedResource Include="Resources\power.png" /> |
moel@317 | 224 |
</ItemGroup> |
moel@324 | 225 |
<ItemGroup> |
moel@324 | 226 |
<EmbeddedResource Include="Resources\data.png" /> |
moel@324 | 227 |
</ItemGroup> |
moel@1 | 228 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
moel@1 | 229 |
<ProjectExtensions> |
moel@1 | 230 |
<VisualStudio AllowExistingFolder="true" /> |
moel@1 | 231 |
</ProjectExtensions> |
moel@1 | 232 |
<PropertyGroup> |
moel@1 | 233 |
<PreBuildEvent> |
moel@1 | 234 |
</PreBuildEvent> |
moel@1 | 235 |
<PostBuildEvent>copy "$(ProjectDir)External\*.*" "$(TargetDir)" |
moel@1 | 236 |
copy "$(ProjectDir)Licenses\*.*" "$(TargetDir)"</PostBuildEvent> |
moel@1 | 237 |
</PropertyGroup> |
moel@1 | 238 |
</Project> |