Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/17 12:54:48 (7 years ago)
Author:
abeham
Message:

#1265: fixed output paths for some build configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/HeuristicLab.Visualization-3.3.csproj

    r13753 r14679  
    6363  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6464    <DebugSymbols>true</DebugSymbols>
    65     <OutputPath>bin\x86\Debug\</OutputPath>
     65    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    6666    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6767    <DebugType>full</DebugType>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
     
    8585  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8686    <DebugSymbols>true</DebugSymbols>
    87     <OutputPath>bin\x64\Debug\</OutputPath>
     87    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    8888    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8989    <DebugType>full</DebugType>
     
    9494  </PropertyGroup>
    9595  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    96     <OutputPath>bin\x64\Release\</OutputPath>
     96    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    9797    <DefineConstants>TRACE</DefineConstants>
    9898    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
Note: See TracChangeset for help on using the changeset viewer.