[tasque/viewmodel: 59/78] Add some missing refs and usings to backends
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/viewmodel: 59/78] Add some missing refs and usings to backends
- Date: Wed, 29 Aug 2012 18:39:37 +0000 (UTC)
commit a28d39f4bf464ee86f9ab33b38421ecc2dc0bbaf
Author: Antonius Riha <antoniusriha gmail com>
Date: Wed Aug 8 18:24:35 2012 +0200
Add some missing refs and usings to backends
src/Addins/DummyBackend/DummyBackend.csproj | 6 ++++++
src/Addins/DummyBackend/DummyTask.cs | 1 +
src/Addins/RtmBackend/RtmBackend.cs | 1 +
src/Addins/RtmBackend/RtmBackend.csproj | 4 ++++
src/Addins/RtmBackend/RtmTask.cs | 1 +
5 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/src/Addins/DummyBackend/DummyBackend.csproj b/src/Addins/DummyBackend/DummyBackend.csproj
index 2327d65..d38ef62 100644
--- a/src/Addins/DummyBackend/DummyBackend.csproj
+++ b/src/Addins/DummyBackend/DummyBackend.csproj
@@ -58,4 +58,10 @@
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\libtasque\libtasque.csproj">
+ <Project>{784C9AA8-2B28-400B-8CC4-DCDC48CA37F0}</Project>
+ <Name>libtasque</Name>
+ </ProjectReference>
+ </ItemGroup>
</Project>
diff --git a/src/Addins/DummyBackend/DummyTask.cs b/src/Addins/DummyBackend/DummyTask.cs
index 39614f0..f73fb6b 100644
--- a/src/Addins/DummyBackend/DummyTask.cs
+++ b/src/Addins/DummyBackend/DummyTask.cs
@@ -27,6 +27,7 @@
// THE SOFTWARE.
using System;
using Tasque;
+using System.Diagnostics;
namespace Tasque.Backends.Dummy
{
diff --git a/src/Addins/RtmBackend/RtmBackend.cs b/src/Addins/RtmBackend/RtmBackend.cs
index e52e66f..f6506f3 100644
--- a/src/Addins/RtmBackend/RtmBackend.cs
+++ b/src/Addins/RtmBackend/RtmBackend.cs
@@ -12,6 +12,7 @@ using System.Threading;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
+using System.Diagnostics;
namespace Tasque.Backends.RtmBackend
{
diff --git a/src/Addins/RtmBackend/RtmBackend.csproj b/src/Addins/RtmBackend/RtmBackend.csproj
index 44c116f..a3e31ab 100644
--- a/src/Addins/RtmBackend/RtmBackend.csproj
+++ b/src/Addins/RtmBackend/RtmBackend.csproj
@@ -102,5 +102,9 @@
<Project>{0AA1B96E-03DE-4D26-B4FD-507E988FD9B7}</Project>
<Name>RtmNet</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\libtasque\libtasque.csproj">
+ <Project>{784C9AA8-2B28-400B-8CC4-DCDC48CA37F0}</Project>
+ <Name>libtasque</Name>
+ </ProjectReference>
</ItemGroup>
</Project>
diff --git a/src/Addins/RtmBackend/RtmTask.cs b/src/Addins/RtmBackend/RtmTask.cs
index d092ce1..b61276e 100644
--- a/src/Addins/RtmBackend/RtmTask.cs
+++ b/src/Addins/RtmBackend/RtmTask.cs
@@ -4,6 +4,7 @@
using System;
using RtmNet;
using System.Collections.Generic;
+using System.Diagnostics;
namespace Tasque.Backends.RtmBackend
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]