Author: jgomes
Date: Tue Dec  9 11:30:12 2008
New Revision: 724844

URL: http://svn.apache.org/viewvc?rev=724844&view=rev
Log:
Add NUnit test assembly project file.

Added:
    
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit
Modified:
    
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj

Added: 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit?rev=724844&view=auto
==============================================================================
--- 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit
 (added)
+++ 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit
 Tue Dec  9 11:30:12 2008
@@ -0,0 +1,7 @@
+<NUnitProject>
+  <Settings activeconfig="Default" />
+  <Config name="Default" binpathtype="Auto">
+    <assembly path="Apache.NMS.ActiveMQ.Test.dll" />
+    <assembly path="Apache.NMS.Test.dll" />
+  </Config>
+</NUnitProject>
\ No newline at end of file

Modified: 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj?rev=724844&r1=724843&r2=724844&view=diff
==============================================================================
--- 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj 
(original)
+++ 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj 
Tue Dec  9 11:30:12 2008
@@ -91,6 +91,11 @@
       <Name>vs2008-activemq</Name>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="Apache.NMS.ActiveMQ.Test.nunit">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
   <PropertyGroup>
     <PostBuildEvent>cd $(ProjectDir)


Reply via email to