Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/26/12 07:52:58 (12 years ago)
Author:
abeham
Message:

#1890: Fixed output path of ProtobufCS for platforms other than Any CPU, fixed some references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers-2.4.1.473.csproj

    r8295 r9088  
    4545  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4646    <DebugSymbols>true</DebugSymbols>
    47     <OutputPath>bin\x64\Debug\</OutputPath>
     47    <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
    4848    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4949    <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
     
    6262  </PropertyGroup>
    6363  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    64     <OutputPath>bin\x64\Release\</OutputPath>
     64    <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
    6565    <DefineConstants>TRACE</DefineConstants>
    6666    <Optimize>true</Optimize>
     
    8181  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    8282    <DebugSymbols>true</DebugSymbols>
    83     <OutputPath>bin\x86\Debug\</OutputPath>
     83    <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
    8484    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8585    <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
     
    9898  </PropertyGroup>
    9999  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    100     <OutputPath>bin\x86\Release\</OutputPath>
     100    <OutputPath>..\..\..\..\..\..\bin\</OutputPath>
    101101    <DefineConstants>TRACE</DefineConstants>
    102102    <Optimize>true</Optimize>
Note: See TracChangeset for help on using the changeset viewer.