Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/10 23:15:20 (14 years ago)
Author:
abeham
Message:

#1044

  • Pruned protocol buffer projects and dynamically copied the tools to the solution directory
Location:
trunk/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

    • Property svn:ignore
      •  

        old new  
        55HeuristicLab.resharper.user
        66HeuristicLab.4.5.resharper.user
         7protoc.exe
         8ProtoGen.exe
         9Google.ProtocolBuffers-0.9.1.dll
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj

    r4065 r4095  
    176176  </ItemGroup>
    177177  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     178  <PropertyGroup>
     179    <PreBuildEvent>
     180    </PreBuildEvent>
     181  </PropertyGroup>
     182  <PropertyGroup>
     183    <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
     184  </PropertyGroup>
    178185  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    179186       Other similar extension points exist, see Microsoft.Common.targets.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj

    r4065 r4095  
    226226  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " />
    227227  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Silverlight2' " />
     228  <PropertyGroup>
     229    <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"
     230copy "$(ProjectDir)..\..\lib\protoc.exe" "$(SolutionDir)"</PostBuildEvent>
     231  </PropertyGroup>
    228232  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    229233       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.