Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/11 00:18:01 (13 years ago)
Author:
mkommend
Message:

#1653: Renamed branch and set common build directory.

Location:
branches/Trunk
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446.csproj

    r5163 r6829  
    4848  </PropertyGroup>
    4949  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    50     <OutputPath>bin\Debug\</OutputPath>
     50    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    5151    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    5252    <BaseAddress>285212672</BaseAddress>
     
    7676  </PropertyGroup>
    7777  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    78     <OutputPath>bin\Release\</OutputPath>
     78    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    7979    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    8080    <BaseAddress>285212672</BaseAddress>
     
    103103  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    104104    <DebugSymbols>true</DebugSymbols>
    105     <OutputPath>bin\x86\Debug\</OutputPath>
     105    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    106106    <DefineConstants>DEBUG;TRACE</DefineConstants>
    107107    <BaseAddress>285212672</BaseAddress>
     
    119119  </PropertyGroup>
    120120  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    121     <OutputPath>bin\x86\Release\</OutputPath>
     121    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    122122    <DefineConstants>TRACE</DefineConstants>
    123123    <BaseAddress>285212672</BaseAddress>
     
    132132  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    133133    <DebugSymbols>true</DebugSymbols>
    134     <OutputPath>bin\x64\Debug\</OutputPath>
     134    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    135135    <DefineConstants>DEBUG;TRACE</DefineConstants>
    136136    <BaseAddress>285212672</BaseAddress>
     
    146146  </PropertyGroup>
    147147  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    148     <OutputPath>bin\x64\Release\</OutputPath>
     148    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    149149    <DefineConstants>TRACE</DefineConstants>
    150150    <BaseAddress>285212672</BaseAddress>
Note: See TracChangeset for help on using the changeset viewer.