[tasque/xbuild] [xbuild] Add missing ref to tests.csproj
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/xbuild] [xbuild] Add missing ref to tests.csproj
- Date: Tue, 18 Sep 2012 14:47:22 +0000 (UTC)
commit c078d753afab7b095874049803951e1a3c136e4c
Author: Antonius Riha <antoniusriha gmail com>
Date: Tue Sep 18 15:52:14 2012 +0200
[xbuild] Add missing ref to tests.csproj
tests/tests.csproj | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tests/tests.csproj b/tests/tests.csproj
index 45ee7e3..606ff9c 100644
--- a/tests/tests.csproj
+++ b/tests/tests.csproj
@@ -26,9 +26,13 @@
<Private>False</Private>
<Package>mono-nunit</Package>
</Reference>
+ <Reference Include="nunit.core, Version=2.5.10.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
+ <Private>False</Private>
+ <Package>mono-nunit</Package>
+ </Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="TaskParserFixture.cs" />
+ <TasqueCompile Include="TaskParserFixture.cs" />
</ItemGroup>
<Import Project="..\build\Tasque.CSharp.targets" />
<ItemGroup>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]