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.SequentialEngine/3.3/HeuristicLab.SequentialEngine-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>
    1920    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     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>
    2036  </PropertyGroup>
    2137  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2743    <ErrorReport>prompt</ErrorReport>
    2844    <WarningLevel>4</WarningLevel>
     45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2946  </PropertyGroup>
    3047  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3754    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    3855    <DocumentationFile>bin\Release\HeuristicLab.SequentialEngine-3.3.xml</DocumentationFile>
     56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3957  </PropertyGroup>
    4058  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4563    <PlatformTarget>x86</PlatformTarget>
    4664    <ErrorReport>prompt</ErrorReport>
     65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4766  </PropertyGroup>
    4867  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5473    <PlatformTarget>x86</PlatformTarget>
    5574    <ErrorReport>prompt</ErrorReport>
     75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5676  </PropertyGroup>
    5777  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6282    <PlatformTarget>x64</PlatformTarget>
    6383    <ErrorReport>prompt</ErrorReport>
     84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6485  </PropertyGroup>
    6586  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7192    <PlatformTarget>x64</PlatformTarget>
    7293    <ErrorReport>prompt</ErrorReport>
     94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7395  </PropertyGroup>
    7496  <ItemGroup>
     
    108130    </ProjectReference>
    109131  </ItemGroup>
     132  <ItemGroup>
     133    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     134      <Visible>False</Visible>
     135      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     136      <Install>false</Install>
     137    </BootstrapperPackage>
     138    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     139      <Visible>False</Visible>
     140      <ProductName>.NET Framework 3.5 SP1</ProductName>
     141      <Install>true</Install>
     142    </BootstrapperPackage>
     143    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     144      <Visible>False</Visible>
     145      <ProductName>Windows Installer 3.1</ProductName>
     146      <Install>true</Install>
     147    </BootstrapperPackage>
     148  </ItemGroup>
    110149  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    111150  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.