Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/11 23:24:25 (13 years ago)
Author:
mkommend
Message:

#1653: Extracted external libraries from trunk solution.

File:
1 edited

Legend:

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

    r6832 r6842  
    3838    <DebugType>full</DebugType>
    3939    <Optimize>false</Optimize>
    40     <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
     40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    4141    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4242    <ErrorReport>prompt</ErrorReport>
     
    4747    <DebugType>pdbonly</DebugType>
    4848    <Optimize>true</Optimize>
    49     <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
     49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    5151    <ErrorReport>prompt</ErrorReport>
     
    6464  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6565    <DebugSymbols>true</DebugSymbols>
    66     <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
     66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    6767    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6868    <DebugType>full</DebugType>
     
    7272  </PropertyGroup>
    7373  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    74     <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
     74    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    7575    <DefineConstants>TRACE</DefineConstants>
    7676    <Optimize>true</Optimize>
     
    9191  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    9292    <DebugSymbols>true</DebugSymbols>
    93     <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
     93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    9494    <DefineConstants>DEBUG;TRACE</DefineConstants>
    9595    <DebugType>full</DebugType>
     
    9999  </PropertyGroup>
    100100  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    101     <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
     101    <OutputPath>$(SolutionDir)\bin\</OutputPath>
    102102    <DefineConstants>TRACE</DefineConstants>
    103103    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.