Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11131


Ignore:
Timestamp:
07/08/14 10:47:21 (10 years ago)
Author:
abeham
Message:

#2082: fixed output path of project and path to interop dll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Matlab/3.3/HeuristicLab.Problems.ExternalEvaluation.Matlab-3.3.csproj

    r11125 r11131  
    2121    <DebugType>full</DebugType>
    2222    <Optimize>false</Optimize>
    23     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     23    <OutputPath>..\..\bin\</OutputPath>
    2424    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2525    <ErrorReport>prompt</ErrorReport>
     
    2929    <DebugType>pdbonly</DebugType>
    3030    <Optimize>true</Optimize>
    31     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     31    <OutputPath>..\..\bin\</OutputPath>
    3232    <DefineConstants>TRACE</DefineConstants>
    3333    <ErrorReport>prompt</ErrorReport>
     
    5050  </PropertyGroup>
    5151  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    52     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     52    <OutputPath>..\..\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <Optimize>true</Optimize>
     
    7878  <ItemGroup>
    7979    <Reference Include="Interop.MLApp">
    80       <HintPath>.\Interop.MLApp.dll</HintPath>
     80      <HintPath>..\..\bin\Interop.MLApp.dll</HintPath>
    8181      <EmbedInteropTypes>True</EmbedInteropTypes>
    8282    </Reference>
Note: See TracChangeset for help on using the changeset viewer.