OpenHardwareMonitor.csproj
changeset 166 fa9dfbfc4145
parent 165 813d8bc3192f
child 176 c16fd81b520a
     1.1 --- a/OpenHardwareMonitor.csproj	Sun Aug 08 13:57:26 2010 +0000
     1.2 +++ b/OpenHardwareMonitor.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 DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
     1.6 +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
     1.7    <PropertyGroup>
     1.8      <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     1.9      <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    1.10 @@ -15,6 +15,25 @@
    1.11      <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
    1.12      <ApplicationManifest>Resources\app.manifest</ApplicationManifest>
    1.13      <StartupObject>OpenHardwareMonitor.Program</StartupObject>
    1.14 +    <FileUpgradeFlags>
    1.15 +    </FileUpgradeFlags>
    1.16 +    <OldToolsVersion>3.5</OldToolsVersion>
    1.17 +    <UpgradeBackupLocation />
    1.18 +    <PublishUrl>publish\</PublishUrl>
    1.19 +    <Install>true</Install>
    1.20 +    <InstallFrom>Disk</InstallFrom>
    1.21 +    <UpdateEnabled>false</UpdateEnabled>
    1.22 +    <UpdateMode>Foreground</UpdateMode>
    1.23 +    <UpdateInterval>7</UpdateInterval>
    1.24 +    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    1.25 +    <UpdatePeriodically>false</UpdatePeriodically>
    1.26 +    <UpdateRequired>false</UpdateRequired>
    1.27 +    <MapFileExtensions>true</MapFileExtensions>
    1.28 +    <ApplicationRevision>0</ApplicationRevision>
    1.29 +    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    1.30 +    <IsWebBootstrapper>false</IsWebBootstrapper>
    1.31 +    <UseApplicationTrust>false</UseApplicationTrust>
    1.32 +    <BootstrapperEnabled>true</BootstrapperEnabled>
    1.33    </PropertyGroup>
    1.34    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.35      <DebugSymbols>true</DebugSymbols>
    1.36 @@ -25,6 +44,7 @@
    1.37      <ErrorReport>prompt</ErrorReport>
    1.38      <WarningLevel>4</WarningLevel>
    1.39      <UseVSHostingProcess>false</UseVSHostingProcess>
    1.40 +    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    1.41    </PropertyGroup>
    1.42    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    1.43      <DebugType>none</DebugType>
    1.44 @@ -34,17 +54,7 @@
    1.45      <ErrorReport>prompt</ErrorReport>
    1.46      <WarningLevel>4</WarningLevel>
    1.47      <UseVSHostingProcess>false</UseVSHostingProcess>
    1.48 -  </PropertyGroup>
    1.49 -  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Merge|AnyCPU' ">
    1.50 -    <OutputPath>bin\Merge\</OutputPath>
    1.51 -    <DefineConstants>TRACE</DefineConstants>
    1.52 -    <Optimize>true</Optimize>
    1.53 -    <PlatformTarget>AnyCPU</PlatformTarget>
    1.54 -    <UseVSHostingProcess>false</UseVSHostingProcess>
    1.55 -    <ErrorReport>prompt</ErrorReport>
    1.56 -    <OutputType>Module</OutputType>
    1.57 -    <DebugType>none</DebugType>
    1.58 -    <WarningLevel>4</WarningLevel>
    1.59 +    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    1.60    </PropertyGroup>
    1.61    <ItemGroup>
    1.62      <Reference Include="System" />
    1.63 @@ -94,6 +104,7 @@
    1.64      <Compile Include="GUI\UnitManager.cs" />
    1.65      <Compile Include="GUI\UpdateVisitor.cs" />
    1.66      <Compile Include="GUI\UserOption.cs" />
    1.67 +    <Compile Include="Properties\AssemblyVersion.cs" />
    1.68      <Compile Include="Utilities\PersistentSettings.cs" />
    1.69      <Compile Include="Properties\AssemblyInfo.cs" />
    1.70      <Compile Include="GUI\AboutBox.cs">
    1.71 @@ -169,6 +180,23 @@
    1.72        <Name>OpenHardwareMonitorLib</Name>
    1.73      </ProjectReference>
    1.74    </ItemGroup>
    1.75 +  <ItemGroup>
    1.76 +    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    1.77 +      <Visible>False</Visible>
    1.78 +      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    1.79 +      <Install>false</Install>
    1.80 +    </BootstrapperPackage>
    1.81 +    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
    1.82 +      <Visible>False</Visible>
    1.83 +      <ProductName>.NET Framework 3.5 SP1</ProductName>
    1.84 +      <Install>true</Install>
    1.85 +    </BootstrapperPackage>
    1.86 +    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
    1.87 +      <Visible>False</Visible>
    1.88 +      <ProductName>Windows Installer 3.1</ProductName>
    1.89 +      <Install>true</Install>
    1.90 +    </BootstrapperPackage>
    1.91 +  </ItemGroup>
    1.92    <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    1.93    <ProjectExtensions>
    1.94      <VisualStudio AllowExistingFolder="true" />