You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2012/07/10 22:40:34 UTC

svn commit: r1359889 - /activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj

Author: jgomes
Date: Tue Jul 10 20:40:33 2012
New Revision: 1359889

URL: http://svn.apache.org/viewvc?rev=1359889&view=rev
Log:
Add support for building extra platform assemblies from within the IDE by calling out to the NAnt script.

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj?rev=1359889&r1=1359888&r2=1359889&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj Tue Jul 10 20:40:33 2012
@@ -164,7 +164,11 @@
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
   <PropertyGroup>
-    <PostBuildEvent>if /i "$(install_skip)" equ "true" (
+    <PostBuildEvent>if /i "$(build_extraplatforms)" equ "true" (
+    nant -nologo -q build -D:build.framework.strings="netcf-2.0,netcf-3.5,mono-2.0"
+)
+
+if /i "$(install_skip)" equ "true" (
    echo Skipping install...
    goto :installskip
 )