Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/06/11 18:33:23 (12 years ago)
Author:
epitzer
Message:

#1696 correct output paths and add VRP analysis project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLab.Analysis.FitnessLandscape.Views.csproj

    r7128 r7141  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>bin\Debug\</OutputPath>
     20    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>bin\Release\</OutputPath>
     28    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3333  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    3434    <DebugSymbols>true</DebugSymbols>
    35     <OutputPath>bin\x64\Debug\</OutputPath>
     35    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    3636    <DefineConstants>DEBUG;TRACE</DefineConstants>
    3737    <DebugType>full</DebugType>
     
    4848  </PropertyGroup>
    4949  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    50     <OutputPath>bin\x64\Release\</OutputPath>
     50    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    5151    <DefineConstants>TRACE</DefineConstants>
    5252    <Optimize>true</Optimize>
     
    7878  </PropertyGroup>
    7979  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    80     <OutputPath>bin\x86\Release\</OutputPath>
     80    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    8181    <DefineConstants>TRACE</DefineConstants>
    8282    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.