1.1 --- a/OpenHardwareMonitorLib.csproj Sun Aug 08 13:57:26 2010 +0000
1.2 +++ b/OpenHardwareMonitorLib.csproj Thu Aug 12 20:53:27 2010 +0000
1.3 @@ -1,5 +1,5 @@
1.4 <?xml version="1.0" encoding="utf-8"?>
1.5 -<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1.6 +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1.7 <PropertyGroup>
1.8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1.9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1.10 @@ -12,8 +12,25 @@
1.11 <AssemblyName>OpenHardwareMonitorLib</AssemblyName>
1.12 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
1.13 <FileAlignment>512</FileAlignment>
1.14 - <TargetFrameworkSubset>
1.15 - </TargetFrameworkSubset>
1.16 + <FileUpgradeFlags>
1.17 + </FileUpgradeFlags>
1.18 + <OldToolsVersion>3.5</OldToolsVersion>
1.19 + <UpgradeBackupLocation />
1.20 + <PublishUrl>publish\</PublishUrl>
1.21 + <Install>true</Install>
1.22 + <InstallFrom>Disk</InstallFrom>
1.23 + <UpdateEnabled>false</UpdateEnabled>
1.24 + <UpdateMode>Foreground</UpdateMode>
1.25 + <UpdateInterval>7</UpdateInterval>
1.26 + <UpdateIntervalUnits>Days</UpdateIntervalUnits>
1.27 + <UpdatePeriodically>false</UpdatePeriodically>
1.28 + <UpdateRequired>false</UpdateRequired>
1.29 + <MapFileExtensions>true</MapFileExtensions>
1.30 + <ApplicationRevision>0</ApplicationRevision>
1.31 + <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
1.32 + <IsWebBootstrapper>false</IsWebBootstrapper>
1.33 + <UseApplicationTrust>false</UseApplicationTrust>
1.34 + <BootstrapperEnabled>true</BootstrapperEnabled>
1.35 </PropertyGroup>
1.36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1.37 <DebugSymbols>true</DebugSymbols>
1.38 @@ -23,6 +40,7 @@
1.39 <DefineConstants>TRACE;DEBUG</DefineConstants>
1.40 <ErrorReport>prompt</ErrorReport>
1.41 <WarningLevel>4</WarningLevel>
1.42 + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
1.43 </PropertyGroup>
1.44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1.45 <DebugType>none</DebugType>
1.46 @@ -31,6 +49,7 @@
1.47 <DefineConstants>TRACE</DefineConstants>
1.48 <ErrorReport>prompt</ErrorReport>
1.49 <WarningLevel>4</WarningLevel>
1.50 + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
1.51 </PropertyGroup>
1.52 <ItemGroup>
1.53 <Reference Include="System" />
1.54 @@ -83,12 +102,30 @@
1.55 <Compile Include="Hardware\TBalancer\TBalancerGroup.cs" />
1.56 <Compile Include="Hardware\WinRing0.cs" />
1.57 <Compile Include="Hardware\ISettings.cs" />
1.58 - <Compile Include="Properties\AssemblyInfo.cs" />
1.59 <Compile Include="Hardware\HexStringArray.cs" />
1.60 <Compile Include="Collections\IReadOnlyArray.cs" />
1.61 <Compile Include="Collections\ListSet.cs" />
1.62 <Compile Include="Hardware\PInvokeDelegateFactory.cs" />
1.63 <Compile Include="Collections\ReadOnlyArray.cs" />
1.64 + <Compile Include="Properties\AssemblyLibInfo.cs" />
1.65 + <Compile Include="Properties\AssemblyVersion.cs" />
1.66 + </ItemGroup>
1.67 + <ItemGroup>
1.68 + <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
1.69 + <Visible>False</Visible>
1.70 + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
1.71 + <Install>false</Install>
1.72 + </BootstrapperPackage>
1.73 + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
1.74 + <Visible>False</Visible>
1.75 + <ProductName>.NET Framework 3.5 SP1</ProductName>
1.76 + <Install>true</Install>
1.77 + </BootstrapperPackage>
1.78 + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
1.79 + <Visible>False</Visible>
1.80 + <ProductName>Windows Installer 3.1</ProductName>
1.81 + <Install>true</Install>
1.82 + </BootstrapperPackage>
1.83 </ItemGroup>
1.84 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1.85 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.