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} + + +