Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/11/18 09:39:42 (6 years ago)
Author:
jkarder
Message:

#2205: fixed output paths and project references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Networks/3.3/HeuristicLab.Networks-3.3.csproj

    r14639 r15894  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     20    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     29    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    4141  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4242    <DebugSymbols>true</DebugSymbols>
    43     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <DebugType>full</DebugType>
     
    5050  </PropertyGroup>
    5151  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    52     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     52    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <Optimize>true</Optimize>
     
    6161  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    6262    <DebugSymbols>true</DebugSymbols>
    63     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     63    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6464    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6565    <DebugType>full</DebugType>
     
    7070  </PropertyGroup>
    7171  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    72     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     72    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    7373    <DefineConstants>TRACE</DefineConstants>
    7474    <Optimize>true</Optimize>
     
    8282    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    8383      <SpecificVersion>False</SpecificVersion>
    84       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
     84      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
    8585      <Private>False</Private>
    8686    </Reference>
    8787    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
    88       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
     88      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
    8989      <Private>False</Private>
    9090    </Reference>
    9191    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    9292      <SpecificVersion>False</SpecificVersion>
    93       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     93      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
    9494      <Private>False</Private>
    9595    </Reference>
    9696    <Reference Include="HeuristicLab.Collections-3.3">
    97       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     97      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    9898      <Private>False</Private>
    9999    </Reference>
    100100    <Reference Include="HeuristicLab.Common-3.3">
    101       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     101      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
    102102      <Private>False</Private>
    103103    </Reference>
    104104    <Reference Include="HeuristicLab.Core-3.3">
    105       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     105      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
    106106      <Private>False</Private>
    107107    </Reference>
    108108    <Reference Include="HeuristicLab.Data-3.3">
    109       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     109      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
    110110      <Private>False</Private>
    111111    </Reference>
    112112    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
    113       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
     113      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
    114114      <Private>False</Private>
    115115    </Reference>
    116116    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
    117       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     117      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
    118118      <Private>False</Private>
    119119    </Reference>
    120120    <Reference Include="HeuristicLab.Operators-3.3">
    121       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     121      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    122122      <Private>False</Private>
    123123    </Reference>
    124124    <Reference Include="HeuristicLab.Optimization-3.3">
    125       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     125      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    126126      <Private>False</Private>
    127127    </Reference>
    128128    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    129129      <SpecificVersion>False</SpecificVersion>
    130       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     130      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    131131      <Private>False</Private>
    132132    </Reference>
    133133    <Reference Include="HeuristicLab.Persistence-3.3">
    134       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     134      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    135135      <Private>False</Private>
    136136    </Reference>
    137137    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    138       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     138      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    139139      <Private>False</Private>
    140140    </Reference>
    141141    <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    142142      <SpecificVersion>False</SpecificVersion>
    143       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
     143      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
    144144      <Private>False</Private>
    145145    </Reference>
    146146    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    147147      <SpecificVersion>False</SpecificVersion>
    148       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     148      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
    149149      <Private>False</Private>
    150150    </Reference>
    151151    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    152152      <SpecificVersion>False</SpecificVersion>
    153       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     153      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    154154      <Private>False</Private>
    155155      <EmbedInteropTypes>False</EmbedInteropTypes>
     
    157157    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    158158      <SpecificVersion>False</SpecificVersion>
    159       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
     159      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
    160160      <EmbedInteropTypes>False</EmbedInteropTypes>
    161161      <Private>False</Private>
     
    163163    <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    164164      <SpecificVersion>False</SpecificVersion>
    165       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
     165      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
    166166      <Private>False</Private>
    167167    </Reference>
    168168    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    169169      <SpecificVersion>False</SpecificVersion>
    170       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
     170      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
    171171      <Private>False</Private>
    172172    </Reference>
    173173    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    174174      <SpecificVersion>False</SpecificVersion>
    175       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     175      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
    176176      <Private>False</Private>
    177177    </Reference>
    178178    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    179179      <SpecificVersion>False</SpecificVersion>
    180       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
     180      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
    181181      <Private>False</Private>
    182182    </Reference>
    183183    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    184184      <SpecificVersion>False</SpecificVersion>
    185       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
     185      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
    186186      <Private>False</Private>
    187187    </Reference>
Note: See TracChangeset for help on using the changeset viewer.