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.DataProcessor/HeuristicLab.DataImporter.DataProcessor.csproj

    r11653 r15690  
    4242    <DebugType>full</DebugType>
    4343    <Optimize>false</Optimize>
    44     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     44    <OutputPath>..\..\..\trunk\bin\</OutputPath>
    4545    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4646    <ErrorReport>prompt</ErrorReport>
     
    5252    <DebugType>pdbonly</DebugType>
    5353    <Optimize>true</Optimize>
    54     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     54    <OutputPath>..\..\..\trunk\bin</OutputPath>
    5555    <DefineConstants>TRACE</DefineConstants>
    5656    <ErrorReport>prompt</ErrorReport>
     
    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>
     
    8181  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8282    <DebugSymbols>true</DebugSymbols>
    83     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     83    <OutputPath>..\..\..\trunk\bin</OutputPath>
    8484    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8585    <DebugType>full</DebugType>
     
    9090  </PropertyGroup>
    9191  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    92     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     92    <OutputPath>..\..\..\trunk\bin</OutputPath>
    9393    <DefineConstants>TRACE</DefineConstants>
    9494    <Optimize>true</Optimize>
     
    104104    </Reference>
    105105    <Reference Include="HeuristicLab.Common.Resources-3.3">
    106       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     106      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    107107      <Private>False</Private>
    108108    </Reference>
     
    114114    </Reference>
    115115    <Reference Include="HeuristicLab.Persistence-3.3">
    116       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     116      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    117117      <Private>False</Private>
    118118    </Reference>
    119119    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    120       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     120      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    121121      <Private>False</Private>
    122122    </Reference>
Note: See TracChangeset for help on using the changeset viewer.