Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/10 23:33:10 (14 years ago)
Author:
swagner
Message:

Migrated solution and projects to Visual Studio 2010 (#1093)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence.GUI/3.3/HeuristicLab.Persistence.GUI-3.3.csproj

    r3832 r4065  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1515    <StartupObject>
    1616    </StartupObject>
    17     <TargetFrameworkSubset>Full</TargetFrameworkSubset>
     17    <FileUpgradeFlags>
     18    </FileUpgradeFlags>
     19    <OldToolsVersion>3.5</OldToolsVersion>
     20    <UpgradeBackupLocation />
     21    <PublishUrl>publish\</PublishUrl>
     22    <Install>true</Install>
     23    <InstallFrom>Disk</InstallFrom>
     24    <UpdateEnabled>false</UpdateEnabled>
     25    <UpdateMode>Foreground</UpdateMode>
     26    <UpdateInterval>7</UpdateInterval>
     27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     28    <UpdatePeriodically>false</UpdatePeriodically>
     29    <UpdateRequired>false</UpdateRequired>
     30    <MapFileExtensions>true</MapFileExtensions>
     31    <ApplicationRevision>0</ApplicationRevision>
     32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     33    <IsWebBootstrapper>false</IsWebBootstrapper>
     34    <UseApplicationTrust>false</UseApplicationTrust>
     35    <BootstrapperEnabled>true</BootstrapperEnabled>
    1836  </PropertyGroup>
    1937  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2543    <ErrorReport>prompt</ErrorReport>
    2644    <WarningLevel>4</WarningLevel>
     45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2746  </PropertyGroup>
    2847  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3453    <WarningLevel>4</WarningLevel>
    3554    <DocumentationFile>bin\Release\HeuristicLab.Persistence.GUI-3.3.XML</DocumentationFile>
     55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3656  </PropertyGroup>
    3757  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    4262    <PlatformTarget>x64</PlatformTarget>
    4363    <ErrorReport>prompt</ErrorReport>
     64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4465  </PropertyGroup>
    4566  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    5172    <ErrorReport>prompt</ErrorReport>
    5273    <DocumentationFile>bin\x64\Release\HeuristicLab.Persistence.GUI-3.3.XML</DocumentationFile>
     74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5375  </PropertyGroup>
    5476  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5981    <PlatformTarget>x86</PlatformTarget>
    6082    <ErrorReport>prompt</ErrorReport>
     83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6184  </PropertyGroup>
    6285  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    6891    <ErrorReport>prompt</ErrorReport>
    6992    <DocumentationFile>bin\x86\Release\HeuristicLab.Persistence.GUI-3.3.XML</DocumentationFile>
     93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7094  </PropertyGroup>
    7195  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    124148    <None Include="Properties\AssemblyInfo.frame" />
    125149  </ItemGroup>
     150  <ItemGroup>
     151    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     152      <Visible>False</Visible>
     153      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     154      <Install>false</Install>
     155    </BootstrapperPackage>
     156    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     157      <Visible>False</Visible>
     158      <ProductName>.NET Framework 3.5 SP1</ProductName>
     159      <Install>true</Install>
     160    </BootstrapperPackage>
     161    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     162      <Visible>False</Visible>
     163      <ProductName>Windows Installer 3.1</ProductName>
     164      <Install>true</Install>
     165    </BootstrapperPackage>
     166  </ItemGroup>
    126167  <PropertyGroup>
    127168    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.