# HG changeset patch # User IBBoard # Date 1302362073 0 # Node ID 6571b6483d2d4b5b3af62cb6ce69524e497cb510 # Parent c9fee4fdc9e885509498c975761f9b73327dd396 * Set target framework to v2.0...AGAIN no-open-ticket diff -r c9fee4fdc9e8 -r 6571b6483d2d API/Objects/RaceTests.cs --- /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() + { + } + } +} + diff -r c9fee4fdc9e8 -r 6571b6483d2d IBBoard.WarFoundry.API.Tests.csproj --- 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 @@ 1.0.0.%2a false true + v2.0 true @@ -95,6 +96,7 @@ +