Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61A70D33D for ; Tue, 10 Jul 2012 20:40:56 +0000 (UTC) Received: (qmail 64626 invoked by uid 500); 10 Jul 2012 20:40:56 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 64592 invoked by uid 500); 10 Jul 2012 20:40:56 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 64584 invoked by uid 99); 10 Jul 2012 20:40:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 20:40:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 20:40:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 225E02388860 for ; Tue, 10 Jul 2012 20:40:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1359889 - /activemq/activemq-dotnet/Apache.NMS/trunk/vs2010-nms-net2.0.csproj Date: Tue, 10 Jul 2012 20:40:34 -0000 To: commits@activemq.apache.org From: jgomes@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120710204034.225E02388860@eris.apache.org> 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 @@ - if /i "$(install_skip)" equ "true" ( + 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 )