Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/28/09 16:05:09 (15 years ago)
Author:
epitzer
Message:

Migrate HL.Routing.TSP to new persistence library. (#603)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Routing.TSP/3.3/HeuristicLab.Routing.TSP-3.3.csproj

    r1697 r1699  
    55    <ProductVersion>9.0.30729</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    7     <ProjectGuid>{9EF75B49-D507-44E0-BC5D-C200FDA53B9B}</ProjectGuid>
     7    <ProjectGuid>{600287A3-8714-453E-B875-A05F3EB72315}</ProjectGuid>
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Routing.TSP</RootNamespace>
    11     <AssemblyName>HeuristicLab.Routing.TSP-3.2</AssemblyName>
     11    <AssemblyName>HeuristicLab.Routing.TSP-3.3</AssemblyName>
    1212    <SignAssembly>true</SignAssembly>
    1313    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    1717    <UpgradeBackupLocation>
    1818    </UpgradeBackupLocation>
     19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1920  </PropertyGroup>
    2021  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    3637    <ErrorReport>prompt</ErrorReport>
    3738    <WarningLevel>4</WarningLevel>
    38     <DocumentationFile>bin\Release\HeuristicLab.Routing.TSP-3.2.XML</DocumentationFile>
     39    <DocumentationFile>bin\Release\HeuristicLab.Routing.TSP-3.3.xml</DocumentationFile>
    3940    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    4041  </PropertyGroup>
     
    7576  <ItemGroup>
    7677    <Reference Include="System" />
     78    <Reference Include="System.Core">
     79      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     80    </Reference>
    7781    <Reference Include="System.Data" />
    7882    <Reference Include="System.Drawing" />
     
    106110  </ItemGroup>
    107111  <ItemGroup>
    108     <ProjectReference Include="..\..\HeuristicLab.Charting\3.2\HeuristicLab.Charting-3.2.csproj">
    109       <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
    110       <Name>HeuristicLab.Charting-3.2</Name>
     112    <ProjectReference Include="..\..\HeuristicLab.Charting\3.3\HeuristicLab.Charting-3.3.csproj">
     113      <Project>{A8265018-D687-4907-8A36-63B25967A038}</Project>
     114      <Name>HeuristicLab.Charting-3.3</Name>
    111115    </ProjectReference>
    112     <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    113       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    114       <Name>HeuristicLab.Core-3.2</Name>
     116    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     117      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     118      <Name>HeuristicLab.Core-3.3</Name>
    115119    </ProjectReference>
    116     <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
    117       <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
    118       <Name>HeuristicLab.Data-3.2</Name>
     120    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     121      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     122      <Name>HeuristicLab.Data-3.3</Name>
    119123    </ProjectReference>
    120     <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
    121       <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
    122       <Name>HeuristicLab.Operators-3.2</Name>
     124    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     125      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
     126      <Name>HeuristicLab.Operators-3.3</Name>
    123127    </ProjectReference>
    124     <ProjectReference Include="..\..\HeuristicLab.Permutation\3.2\HeuristicLab.Permutation-3.2.csproj">
    125       <Project>{55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}</Project>
    126       <Name>HeuristicLab.Permutation-3.2</Name>
     128    <ProjectReference Include="..\..\HeuristicLab.Permutation\3.3\HeuristicLab.Permutation-3.3.csproj">
     129      <Project>{00282156-589D-424F-9CE4-A8038636C926}</Project>
     130      <Name>HeuristicLab.Permutation-3.3</Name>
     131    </ProjectReference>
     132    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     133      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     134      <Name>HeuristicLab.Persistence-3.3</Name>
    127135    </ProjectReference>
    128136    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.