Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/19 14:40:15 (5 years ago)
Author:
abeham
Message:

#1614: updated to new persistence and .NET 4.6.1

Location:
branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment

  • branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj

    r15719 r16728  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1111    <RootNamespace>HeuristicLab.Problems.GeneralizedQuadraticAssignment</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <TargetFrameworkProfile />
     
    4141  </PropertyGroup>
    4242  <ItemGroup>
     43    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     44      <SpecificVersion>False</SpecificVersion>
     45      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
     46      <Private>False</Private>
     47    </Reference>
     48    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     49      <SpecificVersion>False</SpecificVersion>
     50      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     51      <Private>False</Private>
     52    </Reference>
    4353    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
    4454      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     
    6373    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
    6474      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     75      <Private>False</Private>
     76    </Reference>
     77    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     78      <SpecificVersion>False</SpecificVersion>
     79      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    6580      <Private>False</Private>
    6681    </Reference>
     
    148163    <Compile Include="Operators\Manipulators\SwapEquipmentManipluator.cs" />
    149164    <Compile Include="Operators\Manipulators\SwapLocationManipulator.cs" />
    150     <Compile Include="Operators\PopulationReducers\GQAPQualitySimilarityReducer.cs" />
    151165    <Compile Include="Operators\Shakers\NMoveShakingOperator.cs" />
    152166    <Compile Include="Plugin.cs" />
     
    158172  </ItemGroup>
    159173  <ItemGroup>
    160     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    161       <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
    162       <Name>HeuristicLab.Analysis-3.3</Name>
    163       <Private>False</Private>
    164     </ProjectReference>
    165174    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
    166175      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
    167176      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
    168       <Private>False</Private>
    169     </ProjectReference>
    170     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    171       <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    172       <Name>HeuristicLab.Optimization-3.3</Name>
    173177      <Private>False</Private>
    174178    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.