Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
changeset 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 | c9fee4fdc9e8 |
children | 779ad76c2644 |
files | API/Objects/RaceTests.cs IBBoard.WarFoundry.API.Tests.csproj |
diffstat | 2 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/API/Objects/RaceTests.cs Sat Apr 09 15:14:33 2011 +0000 @@ -0,0 +1,18 @@ +// This file (RaceTests.cs) is a part of the IBBoard.WarFoundry.API.Tests project and is copyright 2011 IBBoard +// +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license. +using System; +using NUnit.Framework; + +namespace IBBoard.WarFoundry.API.Objects +{ + [TestFixture()] + public class RaceTests + { + [Test()] + public void TestCase() + { + } + } +} +
--- 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" />