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

    r4047 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' ">
     
    2945    <DocumentationFile>
    3046    </DocumentationFile>
     47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3148  </PropertyGroup>
    3249  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3956    <DocumentationFile>bin\Release\HeuristicLab.Problems.VehicleRouting-3.3.xml</DocumentationFile>
    4057    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4159  </PropertyGroup>
    4260  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4765    <PlatformTarget>x86</PlatformTarget>
    4866    <ErrorReport>prompt</ErrorReport>
     67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4968  </PropertyGroup>
    5069  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5675    <PlatformTarget>x86</PlatformTarget>
    5776    <ErrorReport>prompt</ErrorReport>
     77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5878  </PropertyGroup>
    5979  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6484    <PlatformTarget>x64</PlatformTarget>
    6585    <ErrorReport>prompt</ErrorReport>
     86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6687  </PropertyGroup>
    6788  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7394    <PlatformTarget>x64</PlatformTarget>
    7495    <ErrorReport>prompt</ErrorReport>
     96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7597  </PropertyGroup>
    7698  <ItemGroup>
     
    175197    <None Include="Properties\AssemblyInfo.frame" />
    176198  </ItemGroup>
     199  <ItemGroup>
     200    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     201      <Visible>False</Visible>
     202      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     203      <Install>false</Install>
     204    </BootstrapperPackage>
     205    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     206      <Visible>False</Visible>
     207      <ProductName>.NET Framework 3.5 SP1</ProductName>
     208      <Install>true</Install>
     209    </BootstrapperPackage>
     210    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     211      <Visible>False</Visible>
     212      <ProductName>Windows Installer 3.1</ProductName>
     213      <Install>true</Install>
     214    </BootstrapperPackage>
     215  </ItemGroup>
    177216  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    178217  <!-- 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.