Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10058


Ignore:
Timestamp:
10/17/13 15:51:39 (11 years ago)
Author:
gkronber
Message:

#2026 changed build target directories

Location:
branches/HeuristicLab.Problems.GPDL
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Grammars/3.3/HeuristicLab.Grammars-3.3.csproj

    r10051 r10058  
    4242    <DebugType>full</DebugType>
    4343    <Optimize>false</Optimize>
    44     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     44    <OutputPath>bin\Debug\</OutputPath>
    4545    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4646    <ErrorReport>prompt</ErrorReport>
     
    159159  -->
    160160  <PropertyGroup>
    161     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    162 set ProjectDir=$(ProjectDir)
    163 set SolutionDir=$(SolutionDir)
    164 set Outdir=$(Outdir)
    165 
    166 call PreBuildEvent.cmd</PreBuildEvent>
     161    <PreBuildEvent>
     162    </PreBuildEvent>
    167163  </PropertyGroup>
    168164</Project>
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL/3.4/HeuristicLab.Problems.GPDL-3.4.csproj

    r10057 r10058  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>..\..\..\..\..\..\bin\Debug\</OutputPath>
     43    <OutputPath>bin\Debug\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>..\..\..\..\..\..\bin\Release\</OutputPath>
     53    <OutputPath>bin\Release\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
  • branches/HeuristicLab.Problems.GPDL/Test/Test.csproj

    r10054 r10058  
    2222    <DebugType>full</DebugType>
    2323    <Optimize>false</Optimize>
    24     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     24    <OutputPath>bin\Debug\</OutputPath>
    2525    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2626    <ErrorReport>prompt</ErrorReport>
     
    3030    <DebugType>pdbonly</DebugType>
    3131    <Optimize>true</Optimize>
    32     <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
     32    <OutputPath>bin\Release\</OutputPath>
    3333    <DefineConstants>TRACE</DefineConstants>
    3434    <ErrorReport>prompt</ErrorReport>
Note: See TracChangeset for help on using the changeset viewer.