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.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-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>
     
    2021    </StartupObject>
    2122    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     23    <PublishUrl>publish\</PublishUrl>
     24    <Install>true</Install>
     25    <InstallFrom>Disk</InstallFrom>
     26    <UpdateEnabled>false</UpdateEnabled>
     27    <UpdateMode>Foreground</UpdateMode>
     28    <UpdateInterval>7</UpdateInterval>
     29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     30    <UpdatePeriodically>false</UpdatePeriodically>
     31    <UpdateRequired>false</UpdateRequired>
     32    <MapFileExtensions>true</MapFileExtensions>
     33    <ApplicationRevision>0</ApplicationRevision>
     34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     35    <IsWebBootstrapper>false</IsWebBootstrapper>
     36    <UseApplicationTrust>false</UseApplicationTrust>
     37    <BootstrapperEnabled>true</BootstrapperEnabled>
    2238  </PropertyGroup>
    2339  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2945    <ErrorReport>prompt</ErrorReport>
    3046    <WarningLevel>4</WarningLevel>
     47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3148  </PropertyGroup>
    3249  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3855    <WarningLevel>4</WarningLevel>
    3956    <DocumentationFile>bin\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile>
     57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4058  </PropertyGroup>
    4159  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4664    <PlatformTarget>x86</PlatformTarget>
    4765    <ErrorReport>prompt</ErrorReport>
     66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4867  </PropertyGroup>
    4968  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5574    <PlatformTarget>x86</PlatformTarget>
    5675    <ErrorReport>prompt</ErrorReport>
     76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5777  </PropertyGroup>
    5878  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6383    <PlatformTarget>x64</PlatformTarget>
    6484    <ErrorReport>prompt</ErrorReport>
     85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6586  </PropertyGroup>
    6687  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7293    <PlatformTarget>x64</PlatformTarget>
    7394    <ErrorReport>prompt</ErrorReport>
     95    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7496  </PropertyGroup>
    7597  <ItemGroup>
     
    147169    <None Include="HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame" />
    148170    <None Include="Properties\AssemblyInfo.frame" />
     171  </ItemGroup>
     172  <ItemGroup>
     173    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     174      <Visible>False</Visible>
     175      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     176      <Install>false</Install>
     177    </BootstrapperPackage>
     178    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     179      <Visible>False</Visible>
     180      <ProductName>.NET Framework 3.5 SP1</ProductName>
     181      <Install>true</Install>
     182    </BootstrapperPackage>
     183    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     184      <Visible>False</Visible>
     185      <ProductName>Windows Installer 3.1</ProductName>
     186      <Install>true</Install>
     187    </BootstrapperPackage>
    149188  </ItemGroup>
    150189  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.