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:
9 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-0.9.1.csproj

    r5163 r6829  
    4040    <DebugType>full</DebugType>
    4141    <Optimize>false</Optimize>
    42     <OutputPath>bin\Debug\</OutputPath>
     42    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <ErrorReport>prompt</ErrorReport>
     
    4949    <DebugType>pdbonly</DebugType>
    5050    <Optimize>true</Optimize>
    51     <OutputPath>bin\Release\</OutputPath>
     51    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5252    <DefineConstants>TRACE</DefineConstants>
    5353    <ErrorReport>prompt</ErrorReport>
     
    5757  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    5858    <DebugSymbols>true</DebugSymbols>
    59     <OutputPath>bin\x86\Debug\</OutputPath>
     59    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    6060    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6161    <DebugType>full</DebugType>
     
    6565  </PropertyGroup>
    6666  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    67     <OutputPath>bin\x86\Release\</OutputPath>
     67    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    6868    <DefineConstants>TRACE</DefineConstants>
    6969    <Optimize>true</Optimize>
     
    7575  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    7676    <DebugSymbols>true</DebugSymbols>
    77     <OutputPath>bin\x64\Debug\</OutputPath>
     77    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    7878    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7979    <DebugType>full</DebugType>
     
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    85     <OutputPath>bin\x64\Release\</OutputPath>
     85    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    8686    <DefineConstants>TRACE</DefineConstants>
    8787    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/AddressBook/AddressBook.csproj

    r5163 r6829  
    3939    <DebugType>full</DebugType>
    4040    <Optimize>false</Optimize>
    41     <OutputPath>bin\Debug\</OutputPath>
     41    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4242    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4343    <ErrorReport>prompt</ErrorReport>
     
    4848    <DebugType>pdbonly</DebugType>
    4949    <Optimize>true</Optimize>
    50     <OutputPath>bin\Release\</OutputPath>
     50    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5151    <DefineConstants>TRACE</DefineConstants>
    5252    <ErrorReport>prompt</ErrorReport>
     
    6565  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6666    <DebugSymbols>true</DebugSymbols>
    67     <OutputPath>bin\x86\Debug\</OutputPath>
     67    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    6868    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6969    <DebugType>full</DebugType>
     
    7373  </PropertyGroup>
    7474  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    75     <OutputPath>bin\x86\Release\</OutputPath>
     75    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    7676    <DefineConstants>TRACE</DefineConstants>
    7777    <Optimize>true</Optimize>
     
    9292  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    9393    <DebugSymbols>true</DebugSymbols>
    94     <OutputPath>bin\x64\Debug\</OutputPath>
     94    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    9595    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9696    <DebugType>full</DebugType>
     
    100100  </PropertyGroup>
    101101  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    102     <OutputPath>bin\x64\Release\</OutputPath>
     102    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    103103    <DefineConstants>TRACE</DefineConstants>
    104104    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.csproj

    r5163 r6829  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6565    <DebugSymbols>true</DebugSymbols>
    66     <OutputPath>bin\x86\Debug\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    6767    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6868    <DebugType>full</DebugType>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <Optimize>true</Optimize>
     
    9191  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    9292    <DebugSymbols>true</DebugSymbols>
    93     <OutputPath>bin\x64\Debug\</OutputPath>
     93    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    9494    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9595    <DebugType>full</DebugType>
     
    9999  </PropertyGroup>
    100100  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    101     <OutputPath>bin\x64\Release\</OutputPath>
     101    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    102102    <DefineConstants>TRACE</DefineConstants>
    103103    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoDump/ProtoDump.csproj

    r5163 r6829  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6565    <DebugSymbols>true</DebugSymbols>
    66     <OutputPath>bin\x86\Debug\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    6767    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6868    <DebugType>full</DebugType>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <Optimize>true</Optimize>
     
    9191  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    9292    <DebugSymbols>true</DebugSymbols>
    93     <OutputPath>bin\x64\Debug\</OutputPath>
     93    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    9494    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9595    <DebugType>full</DebugType>
     
    9999  </PropertyGroup>
    100100  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    101     <OutputPath>bin\x64\Release\</OutputPath>
     101    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    102102    <DefineConstants>TRACE</DefineConstants>
    103103    <Optimize>true</Optimize>
  • 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>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.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|x86'">
    6868    <DebugSymbols>true</DebugSymbols>
    69     <OutputPath>bin\x86\Debug\</OutputPath>
     69    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    7070    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7171    <DebugType>full</DebugType>
     
    8282  </PropertyGroup>
    8383  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    84     <OutputPath>bin\x86\Release\</OutputPath>
     84    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    8585    <DefineConstants>TRACE</DefineConstants>
    8686    <Optimize>true</Optimize>
     
    115115  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    116116    <DebugSymbols>true</DebugSymbols>
    117     <OutputPath>bin\x64\Debug\</OutputPath>
     117    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    118118    <DefineConstants>DEBUG;TRACE</DefineConstants>
    119119    <DebugType>full</DebugType>
     
    130130  </PropertyGroup>
    131131  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    132     <OutputPath>bin\x64\Release\</OutputPath>
     132    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    133133    <DefineConstants>TRACE</DefineConstants>
    134134    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoMunge/ProtoMunge.csproj

    r5163 r6829  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6565    <DebugSymbols>true</DebugSymbols>
    66     <OutputPath>bin\x86\Debug\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    6767    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6868    <DebugType>full</DebugType>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>bin\x86\Release\</OutputPath>
     74    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <Optimize>true</Optimize>
     
    9191  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    9292    <DebugSymbols>true</DebugSymbols>
    93     <OutputPath>bin\x64\Debug\</OutputPath>
     93    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    9494    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9595    <DebugType>full</DebugType>
     
    9999  </PropertyGroup>
    100100  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    101     <OutputPath>bin\x64\Release\</OutputPath>
     101    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    102102    <DefineConstants>TRACE</DefineConstants>
    103103    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.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|x86'">
    6868    <DebugSymbols>true</DebugSymbols>
    69     <OutputPath>bin\x86\Debug\</OutputPath>
     69    <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
    7070    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7171    <DebugType>full</DebugType>
     
    8282  </PropertyGroup>
    8383  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    84     <OutputPath>bin\x86\Release\</OutputPath>
     84    <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
    8585    <DefineConstants>TRACE</DefineConstants>
    8686    <Optimize>true</Optimize>
     
    115115  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    116116    <DebugSymbols>true</DebugSymbols>
    117     <OutputPath>bin\x64\Debug\</OutputPath>
     117    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    118118    <DefineConstants>DEBUG;TRACE</DefineConstants>
    119119    <DebugType>full</DebugType>
     
    130130  </PropertyGroup>
    131131  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    132     <OutputPath>bin\x64\Release\</OutputPath>
     132    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    133133    <DefineConstants>TRACE</DefineConstants>
    134134    <Optimize>true</Optimize>
  • branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.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>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>bin\Release\</OutputPath>
     53    <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    6969  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    7070    <DebugSymbols>true</DebugSymbols>
    71     <OutputPath>bin\x64\Debug\</OutputPath>
     71    <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
    7272    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7373    <NoStdLib>true</NoStdLib>
     
    8383  </PropertyGroup>
    8484  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    85     <OutputPath>bin\x64\Release\</OutputPath>
     85    <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
    8686    <DefineConstants>TRACE</DefineConstants>
    8787    <Optimize>true</Optimize>
     
    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    <NoStdLib>true</NoStdLib>
     
    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    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.