diff IBBoard.WarFoundry.API.Tests.csproj @ 126:6571b6483d2d

* Set target framework to v2.0...AGAIN no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sat, 09 Apr 2011 15:14:33 +0000
parents d186d46f0bae
children 5ede1c0a1454
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj	Sat Apr 09 10:58:26 2011 +0000
+++ b/IBBoard.WarFoundry.API.Tests.csproj	Sat Apr 09 15:14:33 2011 +0000
@@ -32,6 +32,7 @@
     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     <UseApplicationTrust>false</UseApplicationTrust>
     <BootstrapperEnabled>true</BootstrapperEnabled>
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -95,6 +96,7 @@
     <Compile Include="API\Objects\Requirement\ValidationTests.cs" />
     <Compile Include="API\Objects\Requirement\UnitRequiresNoMoreThanNOfUnitTypeRequirementTest.cs" />
     <Compile Include="API\Objects\Requirement\RequiresNoMoreThanNOfUnitTypeRequirementTest.cs" />
+    <Compile Include="API\Objects\RaceTests.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="app.config" />