Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/27/11 13:19:11 (12 years ago)
Author:
abeham
Message:

#1579: fixed build configuration of ProtoGen (not build to the common bin directory anymore) and ProtocolBuffers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj

    r7039 r7237  
    6565    <DebugType>full</DebugType>
    6666    <PlatformTarget>x64</PlatformTarget>
    67     <CodeAnalysisLogFile>bin\Debug\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     67    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    6868    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    6969    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     
    9595    <DebugType>full</DebugType>
    9696    <PlatformTarget>x86</PlatformTarget>
    97     <CodeAnalysisLogFile>bin\Debug\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
     97    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
    9898    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    9999    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     
    223223    </BootstrapperPackage>
    224224  </ItemGroup>
    225   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " />
     225  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    226226  <PropertyGroup>
    227227    <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"
Note: See TracChangeset for help on using the changeset viewer.