diff IBBoard.WarFoundry.API.Tests.csproj @ 56:c6e5b8a1948d

Re #274: crash when missing unitMember id * Add NUnit config to allow for stand-alone NUnit testing in Windows (because Microsoft won't let you do it from VS Express) * Update test data to remove rogue unnecessary "lang" attribute * Remove unnecessary .csproj.user file from source control
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 Jun 2010 15:14:06 +0000
parents 7f9e1fef069e
children c642d217036e
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj	Sat Jun 05 18:58:54 2010 +0000
+++ b/IBBoard.WarFoundry.API.Tests.csproj	Sat Jun 12 15:14:06 2010 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -149,6 +149,9 @@
     <None Include="testdata\limits\empty-composite.xml">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
+    <None Include="WarFoundryTests.nunit">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
@@ -168,16 +171,6 @@
       <Name>IBBoard</Name>
     </ProjectReference>
   </ItemGroup>
-  <ItemGroup>
-    <Folder Include="API\" />
-    <Folder Include="API\Objects\" />
-    <Folder Include="API\Objects\Mock\" />
-    <Folder Include="API\Factories\" />
-    <Folder Include="API\Factories\Mock\" />
-    <Folder Include="API\Util\" />
-    <Folder Include="API\Factories\Xml\" />
-    <Folder Include="testdata\limits\" />
-  </ItemGroup>
   <ProjectExtensions>
     <MonoDevelop>
       <Properties>
@@ -186,5 +179,6 @@
         </Policies>
       </Properties>
     </MonoDevelop>
+    <VisualStudio />
   </ProjectExtensions>
 </Project>
\ No newline at end of file