Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/31/18 09:59:28 (6 years ago)
Author:
mkommend
Message:

#2887: Moved DataImporter to addons.

Location:
addons/HeuristicLab.DataImporter
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/HeuristicLab.DataImporter.Command.csproj

    r11624 r15690  
    4040    <DebugType>full</DebugType>
    4141    <Optimize>false</Optimize>
    42     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     42    <OutputPath>..\..\..\trunk\bin\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     52    <OutputPath>..\..\..\trunk\bin</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    5959  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    6060    <DebugSymbols>true</DebugSymbols>
    61     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     61    <OutputPath>..\..\..\trunk\bin</OutputPath>
    6262    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6363    <DebugType>full</DebugType>
     
    6868  </PropertyGroup>
    6969  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    70     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     70    <OutputPath>..\..\..\trunk\bin</OutputPath>
    7171    <DefineConstants>TRACE</DefineConstants>
    7272    <Optimize>true</Optimize>
     
    7979  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    8080    <DebugSymbols>true</DebugSymbols>
    81     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     81    <OutputPath>..\..\..\trunk\bin</OutputPath>
    8282    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8383    <DebugType>full</DebugType>
     
    8888  </PropertyGroup>
    8989  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    90     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     90    <OutputPath>..\..\..\trunk\bin</OutputPath>
    9191    <DefineConstants>TRACE</DefineConstants>
    9292    <Optimize>true</Optimize>
     
    9999  <ItemGroup>
    100100    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    101       <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
     101      <HintPath>..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
    102102      <Private>False</Private>
    103103    </Reference>
    104104    <Reference Include="HeuristicLab.Persistence-3.3">
    105       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     105      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    106106      <Private>False</Private>
    107107    </Reference>
    108108    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    109       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     109      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    110110      <Private>False</Private>
    111111    </Reference>
Note: See TracChangeset for help on using the changeset viewer.