Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/31/18 09:42:48 (7 years ago)
Author:
abeham
Message:

#1614: Adapted references to restructured trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1614_GeneralizedQAP/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r15492 r15688  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    6262  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6363    <DebugSymbols>true</DebugSymbols>
    64     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     64    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6565    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6666    <DebugType>full</DebugType>
     
    7171  </PropertyGroup>
    7272  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    73     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     73    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    7474    <DefineConstants>TRACE</DefineConstants>
    7575    <DocumentationFile>
     
    8484  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8585    <DebugSymbols>true</DebugSymbols>
    86     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     86    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    8787    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8888    <DebugType>full</DebugType>
     
    9393  </PropertyGroup>
    9494  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    95     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     95    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    9696    <DefineConstants>TRACE</DefineConstants>
    9797    <DocumentationFile>
     
    269269  <ItemGroup>
    270270    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
    271       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     271      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    272272      <Private>False</Private>
    273273    </Reference>
    274274    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0">
    275       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     275      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    276276      <Private>False</Private>
    277277    </Reference>
    278278    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
    279       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     279      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
    280280      <Private>False</Private>
    281281    </Reference>
    282282    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0">
    283       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     283      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
    284284      <Private>False</Private>
    285285    </Reference>
    286286    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0">
    287       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     287      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
    288288      <Private>False</Private>
    289289    </Reference>
    290290    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
    291       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     291      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    292292      <Private>False</Private>
    293293    </Reference>
    294294    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0">
    295       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     295      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    296296      <Private>False</Private>
    297297    </Reference>
    298298    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0">
    299       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    300       <Private>False</Private>
    301     </Reference>
    302     <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    303       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     299      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     300      <Private>False</Private>
     301    </Reference>
     302    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0">
     303      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    304304      <Private>False</Private>
    305305    </Reference>
Note: See TracChangeset for help on using the changeset viewer.