Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
comparison 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 |
comparison
equal
deleted
inserted
replaced
55:7f9e1fef069e | 56:c6e5b8a1948d |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 <PropertyGroup> | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>8.0.50727</ProductVersion> | 6 <ProductVersion>8.0.50727</ProductVersion> |
147 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 147 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
148 </None> | 148 </None> |
149 <None Include="testdata\limits\empty-composite.xml"> | 149 <None Include="testdata\limits\empty-composite.xml"> |
150 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 150 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
151 </None> | 151 </None> |
152 <None Include="WarFoundryTests.nunit"> | |
153 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
154 </None> | |
152 </ItemGroup> | 155 </ItemGroup> |
153 <ItemGroup> | 156 <ItemGroup> |
154 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"> | 157 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"> |
155 <SpecificVersion>False</SpecificVersion> | 158 <SpecificVersion>False</SpecificVersion> |
156 <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath> | 159 <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath> |
166 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> | 169 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> |
167 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> | 170 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> |
168 <Name>IBBoard</Name> | 171 <Name>IBBoard</Name> |
169 </ProjectReference> | 172 </ProjectReference> |
170 </ItemGroup> | 173 </ItemGroup> |
171 <ItemGroup> | |
172 <Folder Include="API\" /> | |
173 <Folder Include="API\Objects\" /> | |
174 <Folder Include="API\Objects\Mock\" /> | |
175 <Folder Include="API\Factories\" /> | |
176 <Folder Include="API\Factories\Mock\" /> | |
177 <Folder Include="API\Util\" /> | |
178 <Folder Include="API\Factories\Xml\" /> | |
179 <Folder Include="testdata\limits\" /> | |
180 </ItemGroup> | |
181 <ProjectExtensions> | 174 <ProjectExtensions> |
182 <MonoDevelop> | 175 <MonoDevelop> |
183 <Properties> | 176 <Properties> |
184 <Policies> | 177 <Policies> |
185 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> | 178 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> |
186 </Policies> | 179 </Policies> |
187 </Properties> | 180 </Properties> |
188 </MonoDevelop> | 181 </MonoDevelop> |
182 <VisualStudio /> | |
189 </ProjectExtensions> | 183 </ProjectExtensions> |
190 </Project> | 184 </Project> |