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

    r3987 r4065  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1717    <SignAssembly>true</SignAssembly>
    1818    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     19    <FileUpgradeFlags>
     20    </FileUpgradeFlags>
     21    <OldToolsVersion>3.5</OldToolsVersion>
     22    <UpgradeBackupLocation />
     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>
    1938  </PropertyGroup>
    2039  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2645    <ErrorReport>prompt</ErrorReport>
    2746    <WarningLevel>4</WarningLevel>
     47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2848  </PropertyGroup>
    2949  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3656    <DocumentationFile>bin\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
    3757    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3859  </PropertyGroup>
    3960  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    4465    <PlatformTarget>x64</PlatformTarget>
    4566    <ErrorReport>prompt</ErrorReport>
     67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4668  </PropertyGroup>
    4769  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    5375    <ErrorReport>prompt</ErrorReport>
    5476    <DocumentationFile>bin\x64\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
     77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5578  </PropertyGroup>
    5679  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6184    <PlatformTarget>x86</PlatformTarget>
    6285    <ErrorReport>prompt</ErrorReport>
     86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6387  </PropertyGroup>
    6488  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7094    <ErrorReport>prompt</ErrorReport>
    7195    <DocumentationFile>bin\x86\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
     96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7297  </PropertyGroup>
    7398  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    244269    </ProjectReference>
    245270  </ItemGroup>
     271  <ItemGroup>
     272    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     273      <Visible>False</Visible>
     274      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     275      <Install>false</Install>
     276    </BootstrapperPackage>
     277    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     278      <Visible>False</Visible>
     279      <ProductName>.NET Framework 3.5 SP1</ProductName>
     280      <Install>true</Install>
     281    </BootstrapperPackage>
     282    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     283      <Visible>False</Visible>
     284      <ProductName>Windows Installer 3.1</ProductName>
     285      <Install>true</Install>
     286    </BootstrapperPackage>
     287  </ItemGroup>
    246288</Project>
Note: See TracChangeset for help on using the changeset viewer.