Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9088


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

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

Location:
trunk/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Log4net/1.2.11.0/HeuristicLab.Log4net-1.2.11.0.csproj

    r8923 r9088  
    120120      <Private>False</Private>
    121121    </ProjectReference>
    122     <ProjectReference Include="..\Log4net-1.2.11.0\log4net-1.2.11.0.csproj">
    123       <Project>{181FE707-E161-4722-9F38-6AAAB6FAA106}</Project>
    124       <Name>log4net-1.2.11.0</Name>
    125     </ProjectReference>
    126122  </ItemGroup>
    127123  <ItemGroup>
  • 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>
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/HeuristicLab.Problems.ExternalEvaluation-3.3.csproj

    r8600 r9088  
    9595  </PropertyGroup>
    9696  <ItemGroup>
    97     <Reference Include="Google.ProtocolBuffers-2.4.1.473, Version=2.4.1.473, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48, processorArchitecture=MSIL">
     97    <Reference Include="Google.ProtocolBuffers-2.4.1.473, Version=2.4.1.473">
    9898      <HintPath>..\..\bin\Google.ProtocolBuffers-2.4.1.473.dll</HintPath>
    9999      <Private>False</Private>
Note: See TracChangeset for help on using the changeset viewer.