Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/11 12:45:26 (13 years ago)
Author:
mkommend
Message:

#1653: Merged new HL solution into the trunk.

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

    • Property svn:ignore
      •  

        old new  
         1*.docstates
         2*.psess
        13*.resharper
        24*.suo
         5*.vsp
        36Google.ProtocolBuffers-0.9.1.dll
         7HeuristicLab 3.3.5.1.ReSharper.user
         8HeuristicLab 3.3.6.0.ReSharper.user
        49HeuristicLab.4.5.resharper.user
        510HeuristicLab.resharper.user
         
        813_ReSharper.HeuristicLab
        914_ReSharper.HeuristicLab 3.3
         15_ReSharper.HeuristicLab.ExtLibs
         16bin
        1017protoc.exe
        11 HeuristicLab 3.3.5.1.ReSharper.user
        12 *.psess
        13 *.vsp
        14 *.docstates
        15 bin
        16 HeuristicLab 3.3.6.0.ReSharper.user
         18HeuristicLab.ExtLibs.6.0.ReSharper.user
    • Property svn:mergeinfo changed
      /branches/Restructure trunk solution (added)merged: 6828
      /branches/Trunk (added)merged: 6829,​6831-6833,​6842-6848,​6850,​6865
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/AddressBook/AddressBook.csproj

    r5163 r6866  
    3939    <DebugType>full</DebugType>
    4040    <Optimize>false</Optimize>
    41     <OutputPath>bin\Debug\</OutputPath>
     41    <OutputPath>$(SolutionDir)\bin\</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\</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\</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\</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\</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\</OutputPath>
    103103    <DefineConstants>TRACE</DefineConstants>
    104104    <Optimize>true</Optimize>
     
    134134      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
    135135      <Name>ProtocolBuffers</Name>
    136     </ProjectReference>
     136  <Private>False</Private></ProjectReference>
    137137  </ItemGroup>
    138138  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.