https://issues.apache.org/jira/browse/AMQNET-454

add patch: https://issues.apache.org/jira/secure/attachment/12638336/Apache.NMS.AMQP-24-tidy-up.patch
diff --git a/src/main/csharp/Connection.cs b/src/main/csharp/Connection.cs
index b524d1e..1d61690 100644
--- a/src/main/csharp/Connection.cs
+++ b/src/main/csharp/Connection.cs
@@ -69,7 +69,6 @@
         /// <summary>
         /// Creates new connection
         /// </summary>
-        /// <param name="connectionUri"></param>
         public Connection()
         {
         }
diff --git a/vs2008-amqp-test.csproj b/vs2008-amqp-test.csproj
index e80a798..5bf8dd7 100644
--- a/vs2008-amqp-test.csproj
+++ b/vs2008-amqp-test.csproj
@@ -83,7 +83,7 @@
     <Compile Include="src\test\csharp\TextMessageTest.cs" />

     <Compile Include="src\test\csharp\NMSConnectionFactoryTest.cs" />

     <Compile Include="src\test\csharp\MessageDeliveryTest.cs" />

-    <Compile Include="src\main\csharp\CommonAssemblyInfo.cs" />

+    <Compile Include="src\test\csharp\CommonAssemblyInfo.cs" />

     <Compile Include="src\test\csharp\NmsConsoleTracer.cs" />

   </ItemGroup>

   <ItemGroup>

diff --git a/vs2010-amqp-test.csproj b/vs2010-amqp-test.csproj
index de16953..716c452 100644
--- a/vs2010-amqp-test.csproj
+++ b/vs2010-amqp-test.csproj
@@ -61,7 +61,8 @@
     <SccProvider>

     </SccProvider>

     <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>

-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>

+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

+    <TargetFrameworkProfile />

   </PropertyGroup>

   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

     <DebugSymbols>true</DebugSymbols>

@@ -99,7 +100,13 @@
     <Reference Include="System.Xml" />

   </ItemGroup>

   <ItemGroup>

+    <Compile Include="src\MapMessageTest.cs" />

+    <Compile Include="src\MessageDeliveryTest.cs" />

+    <Compile Include="src\MessageTest.cs" />

+    <Compile Include="src\NMSConnectionFactoryTest.cs" />

+    <Compile Include="src\NmsConsoleTracer.cs" />

     <Compile Include="src\test\csharp\CommonAssemblyInfo.cs" />

+    <Compile Include="src\TextMessageTest.cs" />

   </ItemGroup>

   <ItemGroup>

     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">

@@ -126,6 +133,12 @@
   <ItemGroup>

     <None Include="keyfile\NMSKey.snk" />

   </ItemGroup>

+  <ItemGroup>

+    <ProjectReference Include="vs2010-amqp.csproj">

+      <Project>{5E1E5956-2AC0-4134-BA91-CE3A13268432}</Project>

+      <Name>vs2010-amqp</Name>

+    </ProjectReference>

+  </ItemGroup>

   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />

   <PropertyGroup>

     <PostBuildEvent>cd $(ProjectDir)