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

Location:
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape
Files:
2 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3HeuristicLabAnalysisFitnessLandscapePlugin.cs
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj

    r7128 r7141  
    4848    <DebugType>pdbonly</DebugType>
    4949    <Optimize>true</Optimize>
    50     <OutputPath>bin\Release\</OutputPath>
     50    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    5151    <DefineConstants>TRACE</DefineConstants>
    5252    <ErrorReport>prompt</ErrorReport>
     
    5555  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    5656    <DebugSymbols>true</DebugSymbols>
    57     <OutputPath>bin\x86\Debug\</OutputPath>
     57    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    5858    <DefineConstants>DEBUG;TRACE</DefineConstants>
    5959    <DebugType>full</DebugType>
     
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    64     <OutputPath>bin\x86\Release\</OutputPath>
     64    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    6565    <DefineConstants>TRACE</DefineConstants>
    6666    <Optimize>true</Optimize>
     
    7171  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7272    <DebugSymbols>true</DebugSymbols>
    73     <OutputPath>bin\x64\Debug\</OutputPath>
     73    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    7474    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7575    <DebugType>full</DebugType>
     
    7878  </PropertyGroup>
    7979  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    80     <OutputPath>bin\x64\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.