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)

Location:
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj

    r4045 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.Encodings.PermutationEncoding-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>
     
    198220    </ProjectReference>
    199221  </ItemGroup>
     222  <ItemGroup>
     223    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     224      <Visible>False</Visible>
     225      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     226      <Install>false</Install>
     227    </BootstrapperPackage>
     228    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     229      <Visible>False</Visible>
     230      <ProductName>.NET Framework 3.5 SP1</ProductName>
     231      <Install>true</Install>
     232    </BootstrapperPackage>
     233    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     234      <Visible>False</Visible>
     235      <ProductName>Windows Installer 3.1</ProductName>
     236      <Install>true</Install>
     237    </BootstrapperPackage>
     238  </ItemGroup>
    200239  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    201240  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/HeuristicLab.Encodings.PermutationEncoding-3.3.Tests.csproj

    r3832 r4065  
    1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    23  <PropertyGroup>
    34    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1011    <RootNamespace>HeuristicLab.Encodings.PermutationEncoding_33.Tests</RootNamespace>
    1112    <AssemblyName>HeuristicLab.Encodings.PermutationEncoding-3.3.Tests</AssemblyName>
    12     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1314    <FileAlignment>512</FileAlignment>
    1415    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     16    <FileUpgradeFlags>
     17    </FileUpgradeFlags>
     18    <OldToolsVersion>3.5</OldToolsVersion>
     19    <UpgradeBackupLocation />
     20    <PublishUrl>publish\</PublishUrl>
     21    <Install>true</Install>
     22    <InstallFrom>Disk</InstallFrom>
     23    <UpdateEnabled>false</UpdateEnabled>
     24    <UpdateMode>Foreground</UpdateMode>
     25    <UpdateInterval>7</UpdateInterval>
     26    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     27    <UpdatePeriodically>false</UpdatePeriodically>
     28    <UpdateRequired>false</UpdateRequired>
     29    <MapFileExtensions>true</MapFileExtensions>
     30    <ApplicationRevision>0</ApplicationRevision>
     31    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     32    <IsWebBootstrapper>false</IsWebBootstrapper>
     33    <UseApplicationTrust>false</UseApplicationTrust>
     34    <BootstrapperEnabled>true</BootstrapperEnabled>
    1535  </PropertyGroup>
    1636  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2242    <ErrorReport>prompt</ErrorReport>
    2343    <WarningLevel>4</WarningLevel>
     44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2445  </PropertyGroup>
    2546  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3051    <ErrorReport>prompt</ErrorReport>
    3152    <WarningLevel>4</WarningLevel>
     53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3254  </PropertyGroup>
    3355  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    3860    <PlatformTarget>x86</PlatformTarget>
    3961    <ErrorReport>prompt</ErrorReport>
     62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4063  </PropertyGroup>
    4164  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    4669    <PlatformTarget>x86</PlatformTarget>
    4770    <ErrorReport>prompt</ErrorReport>
     71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4872  </PropertyGroup>
    4973  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    5478    <PlatformTarget>x64</PlatformTarget>
    5579    <ErrorReport>prompt</ErrorReport>
     80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5681  </PropertyGroup>
    5782  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    6287    <PlatformTarget>x64</PlatformTarget>
    6388    <ErrorReport>prompt</ErrorReport>
    64   </PropertyGroup>
    65   <ItemGroup>
    66     <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
     89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     90  </PropertyGroup>
     91  <ItemGroup>
     92    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    6793    <Reference Include="System" />
    6894    <Reference Include="System.Core">
     
    143169    <Shadow Include="Test References\HeuristicLab.Encodings.Permutation-3.3.accessor" />
    144170  </ItemGroup>
     171  <ItemGroup>
     172    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
     173      <Visible>False</Visible>
     174      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
     175      <Install>true</Install>
     176    </BootstrapperPackage>
     177    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     178      <Visible>False</Visible>
     179      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     180      <Install>false</Install>
     181    </BootstrapperPackage>
     182    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     183      <Visible>False</Visible>
     184      <ProductName>.NET Framework 3.5 SP1</ProductName>
     185      <Install>false</Install>
     186    </BootstrapperPackage>
     187    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     188      <Visible>False</Visible>
     189      <ProductName>Windows Installer 3.1</ProductName>
     190      <Install>true</Install>
     191    </BootstrapperPackage>
     192  </ItemGroup>
    145193  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    146194  <!-- 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.