Author: chirino Date: Mon Oct 29 10:56:51 2007 New Revision: 589773 URL: http://svn.apache.org/viewvc?rev=589773&view=rev Log: Re-orging things a bit. Added: activemq/activemq-dotnet/NMS.EMS/trunk/src/main/csharp/EMS/ - copied from r589699, activemq/activemq-dotnet/NMS.EMS/trunk/src/main/csharp/TIBCO/ activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.csproj activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.sln Removed: activemq/activemq-dotnet/NMS.EMS/trunk/src/main/csharp/TIBCO/ activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-tibco.csproj activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-tibco.sln Added: activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.csproj URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.csproj?rev=589773&view=auto ============================================================================== --- activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.csproj (added) +++ activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.csproj Mon Oct 29 10:56:51 2007 @@ -0,0 +1,76 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {2AF5EBB5-9873-4B35-A8FC-8B6E74242767} + Library + NMS.EMS + NMS.EMS + + + true + full + false + build\net-2.0\debug\ + DEBUG;TRACE + prompt + 4 + + + none + true + build\net-2.0\release\ + TRACE + none + 4 + + + + False + lib\NMS.dll + + + + + + False + lib\TIBCO.EMS.dll + + + + + + + + + + + + + + + + + + + Code + + + + + + + + + + + + \ No newline at end of file Added: activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.sln URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.sln?rev=589773&view=auto ============================================================================== --- activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.sln (added) +++ activemq/activemq-dotnet/NMS.EMS/trunk/vs2005-ems.sln Mon Oct 29 10:56:51 2007 @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual C# Express 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2005-ems", "vs2005-ems.csproj", "{2AF5EBB5-9873-4B35-A8FC-8B6E74242767}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2AF5EBB5-9873-4B35-A8FC-8B6E74242767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2AF5EBB5-9873-4B35-A8FC-8B6E74242767}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2AF5EBB5-9873-4B35-A8FC-8B6E74242767}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2AF5EBB5-9873-4B35-A8FC-8B6E74242767}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal