[jboss-cvs] JBoss Messaging SVN: r5787 - in branches/dotNetTest/dotnet: JBMClientTest and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 2 20:09:14 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-02-02 20:09:14 -0500 (Mon, 02 Feb 2009)
New Revision: 5787

Modified:
   branches/dotNetTest/dotnet/JBMClientSolution.sln
   branches/dotNetTest/dotnet/JBMClientTest/JBMClientTest.csproj
Log:
Adequating Mono vs Visual Studio differences

Modified: branches/dotNetTest/dotnet/JBMClientSolution.sln
===================================================================
--- branches/dotNetTest/dotnet/JBMClientSolution.sln	2009-02-03 00:32:43 UTC (rev 5786)
+++ branches/dotNetTest/dotnet/JBMClientSolution.sln	2009-02-03 01:09:14 UTC (rev 5787)
@@ -12,7 +12,13 @@
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JBMClientTest", "JBMClientTest\JBMClientTest.csproj", "{D6A96159-0551-41C2-9E94-1F253F79AD39}"
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{7F446C32-5671-4A08-AAE8-EF38FD4A9CB2}"
+EndProject
 Global
+	GlobalSection(SubversionScc) = preSolution
+		Svn-Managed = True
+		Manager = AnkhSVN - Subversion Support for Visual Studio
+	EndGlobalSection
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Any CPU = Debug|Any CPU
 		Release|Any CPU = Release|Any CPU
@@ -26,19 +32,16 @@
 		{D6A96159-0551-41C2-9E94-1F253F79AD39}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{D6A96159-0551-41C2-9E94-1F253F79AD39}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{D6A96159-0551-41C2-9E94-1F253F79AD39}.Release|Any CPU.Build.0 = Release|Any CPU
+		{7F446C32-5671-4A08-AAE8-EF38FD4A9CB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{7F446C32-5671-4A08-AAE8-EF38FD4A9CB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{7F446C32-5671-4A08-AAE8-EF38FD4A9CB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{7F446C32-5671-4A08-AAE8-EF38FD4A9CB2}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
 	GlobalSection(NestedProjects) = preSolution
 		{675AD929-BF42-4930-AC39-603D5EC52D58} = {18364D7F-A814-4360-9BF1-FBD18737B399}
 		{D6A96159-0551-41C2-9E94-1F253F79AD39} = {18364D7F-A814-4360-9BF1-FBD18737B399}
 	EndGlobalSection
-	GlobalSection(SubversionScc) = preSolution
-		Svn-Managed = True
-		Manager = AnkhSVN - Subversion Support for Visual Studio
-	EndGlobalSection
-	GlobalSection(TestCaseManagementSettings) = postSolution
-		CategoryFile = JBMClientSolution.vsmdi
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
 EndGlobal

Modified: branches/dotNetTest/dotnet/JBMClientTest/JBMClientTest.csproj
===================================================================
--- branches/dotNetTest/dotnet/JBMClientTest/JBMClientTest.csproj	2009-02-03 00:32:43 UTC (rev 5786)
+++ branches/dotNetTest/dotnet/JBMClientTest/JBMClientTest.csproj	2009-02-03 01:09:14 UTC (rev 5787)
@@ -12,6 +12,10 @@
     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+    <StartupObject>
+    </StartupObject>
+    <ApplicationIcon>
+    </ApplicationIcon>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -21,12 +25,6 @@
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <OutputType>Library</OutputType>
-    <AssemblyName>JMSClientTest</AssemblyName>
-    <RootNamespace>JMSClientTest</RootNamespace>
-    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
-    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
-    <ApplicationIcon>.</ApplicationIcon>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -35,20 +33,13 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <OutputType>Library</OutputType>
-    <AssemblyName>JMSClientTest</AssemblyName>
-    <DebugSymbols>true</DebugSymbols>
-    <RootNamespace>JMSClientTest</RootNamespace>
-    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
-    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
-    <ApplicationIcon>.</ApplicationIcon>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
     <Reference Include="System" />
     <Reference Include="System.Core">
       <RequiredTargetFramework>3.5</RequiredTargetFramework>
     </Reference>
-    <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
   </ItemGroup>
   <ItemGroup>
     <Compile Include="Properties\AssemblyInfo.cs" />
@@ -57,7 +48,7 @@
   </ItemGroup>
   <ItemGroup>
     <Content Include="AuthoringTests.txt" />
-  </ItemGroup>
+   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\JBMClient\JBMClient.csproj">
       <Project>{675AD929-BF42-4930-AC39-603D5EC52D58}</Project>




More information about the jboss-cvs-commits mailing list