Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15690


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

#2887: Moved DataImporter to addons.

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

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Csv/HeuristicLab.DataImporter.Backend.Csv.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="HeuristicLab.Persistence-3.3">
    101       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     101      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    102102      <Private>False</Private>
    103103    </Reference>
    104104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    105       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     105      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    106106      <Private>False</Private>
    107107    </Reference>
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.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="HeuristicLab.Persistence-3.3">
    101       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     101      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    102102      <Private>False</Private>
    103103    </Reference>
    104104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    105       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     105      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    106106      <Private>False</Private>
    107107    </Reference>
  • 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>
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/HeuristicLab.DataImporter.Data.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|x86' ">
    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|x86' ">
    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|x64' ">
    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|x64' ">
    90     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     90    <OutputPath>..\..\..\trunk\bin</OutputPath>
    9191    <DefineConstants>TRACE</DefineConstants>
    9292    <Optimize>true</Optimize>
     
    9999  <ItemGroup>
    100100    <Reference Include="HeuristicLab.Persistence-3.3">
    101       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     101      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    102102      <Private>False</Private>
    103103    </Reference>
    104104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    105       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     105      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    106106      <Private>False</Private>
    107107    </Reference>
  • 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>
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.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|x86' ">
    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|x86' ">
    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|x64' ">
    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|x64' ">
    90     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     90    <OutputPath>..\..\..\trunk\bin</OutputPath>
    9191    <DefineConstants>TRACE</DefineConstants>
    9292    <Optimize>true</Optimize>
     
    9999  <ItemGroup>
    100100    <Reference Include="HeuristicLab.Persistence-3.3">
    101       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     101      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    102102      <Private>False</Private>
    103103    </Reference>
    104104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    105       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     105      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    106106      <Private>False</Private>
    107107    </Reference>
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.MsSqlServer/HeuristicLab.DataImporter.DbExplorer.MsSqlServer.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|x86' ">
    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|x86' ">
    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|x64' ">
    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|x64' ">
    90     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     90    <OutputPath>..\..\..\trunk\bin\</OutputPath>
    9191    <DefineConstants>TRACE</DefineConstants>
    9292    <Optimize>true</Optimize>
     
    9999  <ItemGroup>
    100100    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    101       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     101      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    102102      <Private>False</Private>
    103103    </Reference>
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Oracle/HeuristicLab.DataImporter.DbExplorer.Oracle.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="HeuristicLab.PluginInfrastructure-3.3">
    101       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     101      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    102102      <Private>False</Private>
    103103    </Reference>
  • addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj

    r11624 r15690  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     40    <OutputPath>..\..\..\trunk\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4848    <DebugType>pdbonly</DebugType>
    4949    <Optimize>true</Optimize>
    50     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     50    <OutputPath>..\..\..\trunk\bin</OutputPath>
    5151    <DefineConstants>TRACE</DefineConstants>
    5252    <ErrorReport>prompt</ErrorReport>
     
    5757  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    5858    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     59    <OutputPath>..\..\..\trunk\bin</OutputPath>
    6060    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6161    <DebugType>full</DebugType>
     
    6666  </PropertyGroup>
    6767  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    68     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     68    <OutputPath>..\..\..\trunk\bin</OutputPath>
    6969    <DefineConstants>TRACE</DefineConstants>
    7070    <Optimize>true</Optimize>
     
    7777  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    7878    <DebugSymbols>true</DebugSymbols>
    79     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     79    <OutputPath>..\..\..\trunk\bin</OutputPath>
    8080    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8181    <DebugType>full</DebugType>
     
    8686  </PropertyGroup>
    8787  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    88     <OutputPath>..\..\..\trunk\sources\bin</OutputPath>
     88    <OutputPath>..\..\..\trunk\bin</OutputPath>
    8989    <DefineConstants>TRACE</DefineConstants>
    9090    <Optimize>true</Optimize>
     
    9797  <ItemGroup>
    9898    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    99       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     99      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    100100      <Private>False</Private>
    101101    </Reference>
Note: See TracChangeset for help on using the changeset viewer.