From activemq-commits-return-841-apmail-geronimo-activemq-commits-archive=geronimo.apache.org@geronimo.apache.org Wed Mar 01 17:22:19 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 5293 invoked from network); 1 Mar 2006 17:22:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Mar 2006 17:22:15 -0000 Received: (qmail 75969 invoked by uid 500); 1 Mar 2006 17:23:01 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 75937 invoked by uid 500); 1 Mar 2006 17:23:01 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 75921 invoked by uid 99); 1 Mar 2006 17:23:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 09:23:01 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 01 Mar 2006 09:23:00 -0800 Received: (qmail 5127 invoked by uid 65534); 1 Mar 2006 17:21:52 -0000 Message-ID: <20060301172152.5126.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r382087 - in /incubator/activemq/trunk/openwire-dotnet: activemq.csproj activemq.sln openwire-dotnet.sln src/src.csproj tests.csproj tests/tests.csproj Date: Wed, 01 Mar 2006 17:21:51 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chirino Date: Wed Mar 1 09:21:49 2006 New Revision: 382087 URL: http://svn.apache.org/viewcvs?rev=382087&view=rev Log: Adding csproj and cln files created with x-develop as I was having touble with the vs.net generated ones. Added: incubator/activemq/trunk/openwire-dotnet/openwire-dotnet.sln incubator/activemq/trunk/openwire-dotnet/src/src.csproj incubator/activemq/trunk/openwire-dotnet/tests/tests.csproj Removed: incubator/activemq/trunk/openwire-dotnet/activemq.csproj incubator/activemq/trunk/openwire-dotnet/activemq.sln incubator/activemq/trunk/openwire-dotnet/tests.csproj Added: incubator/activemq/trunk/openwire-dotnet/openwire-dotnet.sln URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/openwire-dotnet.sln?rev=382087&view=auto ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/openwire-dotnet.sln (added) +++ incubator/activemq/trunk/openwire-dotnet/openwire-dotnet.sln Wed Mar 1 09:21:49 2006 @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 9.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "src", "src/src.csproj", "{F7BA9EF7-ADF7-40EF-9A9E-206649DBB10C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "tests/tests.csproj", "{B409B247-A311-42A9-B68D-76054D63DD7D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F7BA9EF7-ADF7-40EF-9A9E-206649DBB10C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F7BA9EF7-ADF7-40EF-9A9E-206649DBB10C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F7BA9EF7-ADF7-40EF-9A9E-206649DBB10C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F7BA9EF7-ADF7-40EF-9A9E-206649DBB10C}.Release|Any CPU.Build.0 = Release|Any CPU + {B409B247-A311-42A9-B68D-76054D63DD7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B409B247-A311-42A9-B68D-76054D63DD7D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B409B247-A311-42A9-B68D-76054D63DD7D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B409B247-A311-42A9-B68D-76054D63DD7D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Added: incubator/activemq/trunk/openwire-dotnet/src/src.csproj URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/src.csproj?rev=382087&view=auto ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/src.csproj (added) +++ incubator/activemq/trunk/openwire-dotnet/src/src.csproj Wed Mar 1 09:21:49 2006 @@ -0,0 +1,187 @@ + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {F7BA9EF7-ADF7-40EF-9A9E-206649DBB10C} + Library + src + src + 4 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + false + + + false + true + bin\Release\ + TRACE + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/activemq/trunk/openwire-dotnet/tests/tests.csproj URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/tests/tests.csproj?rev=382087&view=auto ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/tests/tests.csproj (added) +++ incubator/activemq/trunk/openwire-dotnet/tests/tests.csproj Wed Mar 1 09:21:49 2006 @@ -0,0 +1,57 @@ + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {B409B247-A311-42A9-B68D-76054D63DD7D} + Library + tests + tests + 4 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + false + + + false + true + bin\Release\ + TRACE + false + + + + + + + + + + + + + + + + + + + + + + + + + + src + {F7BA9EF7-ADF7-40EF-9A9E-206649DBB10C} + + +