comparison IBBoard.WarFoundry.API.Tests.csproj @ 82:bbcc46371364

Re #99: Define "points" values in GameSystem * Add unit tests
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Feb 2011 21:02:47 +0000
parents eb62004d8a35
children e49f7cdff479
comparison
equal deleted inserted replaced
81:eb62004d8a35 82:bbcc46371364
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" ToolsVersion="3.5"> 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>9.0.30729</ProductVersion> 6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
15 <UpgradeBackupLocation> 15 <UpgradeBackupLocation>
16 </UpgradeBackupLocation> 16 </UpgradeBackupLocation>
17 <OldToolsVersion>2.0</OldToolsVersion> 17 <OldToolsVersion>2.0</OldToolsVersion>
18 <TargetFrameworkSubset> 18 <TargetFrameworkSubset>
19 </TargetFrameworkSubset> 19 </TargetFrameworkSubset>
20 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 20 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
21 </PropertyGroup> 21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols> 23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType> 24 <DebugType>full</DebugType>
25 <Optimize>false</Optimize> 25 <Optimize>false</Optimize>
70 <Compile Include="API\FixedObjectWarFoundryLoader.cs" /> 70 <Compile Include="API\FixedObjectWarFoundryLoader.cs" />
71 <Compile Include="API\Factories\Xml\WarFoundryXmlLimitParserTest.cs" /> 71 <Compile Include="API\Factories\Xml\WarFoundryXmlLimitParserTest.cs" />
72 <Compile Include="API\Factories\Xml\WarFoundryXmlSystemFactoryTest.cs" /> 72 <Compile Include="API\Factories\Xml\WarFoundryXmlSystemFactoryTest.cs" />
73 <Compile Include="MockObjects\MockWarFoundryLoader.cs" /> 73 <Compile Include="MockObjects\MockWarFoundryLoader.cs" />
74 <Compile Include="API\AbstractWarFoundryLoaderTests.cs" /> 74 <Compile Include="API\AbstractWarFoundryLoaderTests.cs" />
75 <Compile Include="API\Objects\GameSystemTest.cs" />
75 </ItemGroup> 76 </ItemGroup>
76 <ItemGroup> 77 <ItemGroup>
77 <None Include="app.config" /> 78 <None Include="app.config" />
78 <None Include="testdata\Test.race"> 79 <None Include="testdata\Test.race">
79 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 80 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>