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.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen.Test/ProtoGen.Test.csproj

    r6559 r6829  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>bin\Debug\</OutputPath>
     43    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5050    <DebugType>pdbonly</DebugType>
    5151    <Optimize>true</Optimize>
    52     <OutputPath>bin\Release\</OutputPath>
     52    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <ErrorReport>prompt</ErrorReport>
     
    6767  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    6868    <DebugSymbols>true</DebugSymbols>
    69     <OutputPath>bin\x64\Debug\</OutputPath>
     69    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    7070    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7171    <DebugType>full</DebugType>
     
    8080  </PropertyGroup>
    8181  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    82     <OutputPath>bin\x64\Release\</OutputPath>
     82    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    8383    <DefineConstants>TRACE</DefineConstants>
    8484    <Optimize>true</Optimize>
     
    109109  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    110110    <DebugSymbols>true</DebugSymbols>
    111     <OutputPath>bin\x86\Debug\</OutputPath>
     111    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    112112    <DefineConstants>DEBUG;TRACE</DefineConstants>
    113113    <DebugType>full</DebugType>
     
    122122  </PropertyGroup>
    123123  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    124     <OutputPath>bin\x86\Release\</OutputPath>
     124    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    125125    <DefineConstants>TRACE</DefineConstants>
    126126    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.