Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/31/18 10:48:26 (6 years ago)
Author:
abeham
Message:

#2457: Adapted project references to trunk changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2457_ExpertSystem/HeuristicLab.Encodings.LinearLinkageEncoding/3.4/HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj

    r15256 r15694  
    1717    <DebugType>full</DebugType>
    1818    <Optimize>false</Optimize>
    19     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     19    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2020    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2121    <ErrorReport>prompt</ErrorReport>
     
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     29    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    3939  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    4040    <DebugSymbols>true</DebugSymbols>
    41     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     41    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4242    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4343    <DebugType>full</DebugType>
     
    4848  </PropertyGroup>
    4949  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    50     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     50    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    5151    <DefineConstants>TRACE</DefineConstants>
    5252    <DocumentationFile>
     
    6161  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6262    <DebugSymbols>true</DebugSymbols>
    63     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     63    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6464    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6565    <DebugType>full</DebugType>
     
    7070  </PropertyGroup>
    7171  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    72     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     72    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    7373    <DefineConstants>TRACE</DefineConstants>
    7474    <DocumentationFile>
     
    9696  <ItemGroup>
    9797    <Reference Include="HeuristicLab.Collections-3.3">
    98       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     98      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    9999      <Private>False</Private>
    100100    </Reference>
    101101    <Reference Include="HeuristicLab.Common-3.3">
    102       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     102      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
    103103      <Private>False</Private>
    104104    </Reference>
    105105    <Reference Include="HeuristicLab.Core-3.3">
    106       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     106      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
    107107      <Private>False</Private>
    108108    </Reference>
    109109    <Reference Include="HeuristicLab.Data-3.3">
    110       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     110      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
    111111      <Private>False</Private>
    112112    </Reference>
    113113    <Reference Include="HeuristicLab.Operators-3.3">
    114       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     114      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    115115      <Private>False</Private>
    116116    </Reference>
    117117    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
    118       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
     118      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
    119119      <Private>False</Private>
    120120    </Reference>
    121121    <Reference Include="HeuristicLab.Parameters-3.3">
    122       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     122      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    123123      <Private>False</Private>
    124124    </Reference>
    125125    <Reference Include="HeuristicLab.Persistence-3.3">
    126       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     126      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    127127      <Private>False</Private>
    128128    </Reference>
    129129    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    130       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     130      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    131131      <Private>False</Private>
    132132    </Reference>
    133133    <Reference Include="HeuristicLab.Random-3.3">
    134       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     134      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
    135135      <Private>False</Private>
    136136    </Reference>
     
    201201  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    202202  <PropertyGroup>
    203     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     203    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);..\..\..\..\trunk
    204204set ProjectDir=$(ProjectDir)
    205 set SolutionDir=$(SolutionDir)
     205set SolutionDir=..\..\..\..\trunk
    206206set Outdir=$(Outdir)
    207207
     
    210210    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    211211export ProjectDir=$(ProjectDir)
    212 export SolutionDir=$(SolutionDir)
     212export SolutionDir=..\..\..\..\trunk
    213213
    214214$SolutionDir/PreBuildEvent.sh
    215215    </PreBuildEvent>
     216  </PropertyGroup>
     217  <PropertyGroup>
     218    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     219set ProjectDir=$(ProjectDir)
     220set SolutionDir=$(SolutionDir)
     221set Outdir=$(Outdir)
     222
     223call PreBuildEvent.cmd
     224</PreBuildEvent>
    216225  </PropertyGroup>
    217226  <!-- 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.