Add NUnit config files.
Fixes [AMQNET-333]. (See https://issues.apache.org/jira/browse/AMQNET-333)

diff --git a/Apache.NMS.ZMQ.Test.nunit b/Apache.NMS.ZMQ.Test.nunit
new file mode 100644
index 0000000..8389072
--- /dev/null
+++ b/Apache.NMS.ZMQ.Test.nunit
@@ -0,0 +1,7 @@
+<NUnitProject>

+  <Settings activeconfig="Default" />

+  <Config name="Default" binpathtype="Auto">

+    <assembly path="Apache.NMS.Test.dll" />

+    <assembly path="Apache.NMS.ZMQ.Test.dll" />

+  </Config>

+</NUnitProject>
\ No newline at end of file
diff --git a/nmsprovider-test.config b/nmsprovider-test.config
new file mode 100644
index 0000000..b9f4114
--- /dev/null
+++ b/nmsprovider-test.config
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!--
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+<configuration>
+	<defaultURI value="zmq://localhost">
+		<factoryParams>
+			<param type="string" value="NMSTestClient"/>
+		</factoryParams>
+		<userName value="guest"/>
+		<passWord value="guest"/>
+	</defaultURI>
+</configuration>
diff --git a/vs2010-zmq-net-4.0-test.csproj b/vs2010-zmq-net-4.0-test.csproj
index 19b075b..9c2eca8 100644
--- a/vs2010-zmq-net-4.0-test.csproj
+++ b/vs2010-zmq-net-4.0-test.csproj
@@ -123,10 +123,9 @@
     </BootstrapperPackage>

   </ItemGroup>

   <ItemGroup>

-    <Content Include="lib\clrzmq\net-4.0x64\libzmq.dll">

-      <Link>libzmq.dll</Link>

+    <None Include="Apache.NMS.ZMQ.Test.nunit">

       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

-    </Content>

+    </None>

   </ItemGroup>

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

   <PropertyGroup>

diff --git a/vs2010-zmq-net-4.0.csproj b/vs2010-zmq-net-4.0.csproj
index c5a9bf2..5df4ec7 100644
--- a/vs2010-zmq-net-4.0.csproj
+++ b/vs2010-zmq-net-4.0.csproj
@@ -109,6 +109,12 @@
     <Compile Include="src\main\csharp\ZmqMessage.cs" />

   </ItemGroup>

   <ItemGroup>

+    <Content Include="lib\clrzmq\net-4.0\libzmq64.dll">

+      <Link>libzmq64.dll</Link>

+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

+    </Content>

+  </ItemGroup>

+  <ItemGroup>

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

       <Visible>False</Visible>

       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>