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.Core/3.3/HeuristicLab.Core-3.3.csproj

    r3832 r4065  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
    23  <PropertyGroup>
    34    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1415    <FileUpgradeFlags>
    1516    </FileUpgradeFlags>
    16     <OldToolsVersion>2.0</OldToolsVersion>
     17    <OldToolsVersion>3.5</OldToolsVersion>
    1718    <UpgradeBackupLocation>
    1819    </UpgradeBackupLocation>
     20    <IsWebBootstrapper>true</IsWebBootstrapper>
     21    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1922    <PublishUrl>http://localhost/HeuristicLab.Core/</PublishUrl>
    2023    <Install>true</Install>
     
    2932    <ApplicationRevision>0</ApplicationRevision>
    3033    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    31     <IsWebBootstrapper>true</IsWebBootstrapper>
    3234    <UseApplicationTrust>false</UseApplicationTrust>
    3335    <BootstrapperEnabled>true</BootstrapperEnabled>
    34     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    3536  </PropertyGroup>
    3637  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    4445    <DocumentationFile>
    4546    </DocumentationFile>
     47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4648  </PropertyGroup>
    4749  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5456    <DocumentationFile>bin\Release\HeuristicLab.Core-3.3.xml</DocumentationFile>
    5557    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5659  </PropertyGroup>
    5760  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6265    <PlatformTarget>x86</PlatformTarget>
    6366    <ErrorReport>prompt</ErrorReport>
     67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6468  </PropertyGroup>
    6569  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7175    <PlatformTarget>x86</PlatformTarget>
    7276    <ErrorReport>prompt</ErrorReport>
     77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7378  </PropertyGroup>
    7479  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7984    <PlatformTarget>x64</PlatformTarget>
    8085    <ErrorReport>prompt</ErrorReport>
     86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    8187  </PropertyGroup>
    8288  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    8894    <PlatformTarget>x64</PlatformTarget>
    8995    <ErrorReport>prompt</ErrorReport>
     96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    9097  </PropertyGroup>
    9198  <ItemGroup>
     
    208215  </ItemGroup>
    209216  <ItemGroup>
     217    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     218      <Visible>False</Visible>
     219      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     220      <Install>false</Install>
     221    </BootstrapperPackage>
    210222    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
    211223      <Visible>False</Visible>
     
    221233      <Visible>False</Visible>
    222234      <ProductName>.NET Framework 3.5</ProductName>
     235      <Install>false</Install>
     236    </BootstrapperPackage>
     237    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     238      <Visible>False</Visible>
     239      <ProductName>.NET Framework 3.5 SP1</ProductName>
    223240      <Install>false</Install>
    224241    </BootstrapperPackage>
Note: See TracChangeset for help on using the changeset viewer.