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.Data/3.3/HeuristicLab.Data-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.Data/</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.Data-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>
     
    154161  </ItemGroup>
    155162  <ItemGroup>
     163    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     164      <Visible>False</Visible>
     165      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     166      <Install>false</Install>
     167    </BootstrapperPackage>
    156168    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
    157169      <Visible>False</Visible>
     
    167179      <Visible>False</Visible>
    168180      <ProductName>.NET Framework 3.5</ProductName>
     181      <Install>false</Install>
     182    </BootstrapperPackage>
     183    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     184      <Visible>False</Visible>
     185      <ProductName>.NET Framework 3.5 SP1</ProductName>
    169186      <Install>false</Install>
    170187    </BootstrapperPackage>
Note: See TracChangeset for help on using the changeset viewer.