Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15892


Ignore:
Timestamp:
04/11/18 09:17:28 (6 years ago)
Author:
jkarder
Message:

#1265: fixed output paths and project references

File:
1 edited

Legend:

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

    r14679 r15892  
    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>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    6363  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6464    <DebugSymbols>true</DebugSymbols>
    65     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     65    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6666    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6767    <DebugType>full</DebugType>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     74    <OutputPath>..\..\..\..\trunk\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>..\..\..\..\trunk\sources\bin\</OutputPath>
     87    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    8888    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8989    <DebugType>full</DebugType>
     
    9494  </PropertyGroup>
    9595  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    96     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     96    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    9797    <DefineConstants>TRACE</DefineConstants>
    9898    <DocumentationFile>bin\Release\HeuristicLab.Drawing-3.3.XML</DocumentationFile>
     
    107107    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    108108      <SpecificVersion>False</SpecificVersion>
    109       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     109      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    110110      <Private>False</Private>
    111111    </Reference>
    112112    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    113113      <SpecificVersion>False</SpecificVersion>
    114       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     114      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    115115      <Private>False</Private>
    116116    </Reference>
Note: See TracChangeset for help on using the changeset viewer.