tasque r181 - in trunk: . winbin



Author: sharm
Date: Tue Dec 23 18:57:13 2008
New Revision: 181
URL: http://svn.gnome.org/viewvc/tasque?rev=181&view=rev

Log:
* tasque.csproj: Add Hiveminder and SQLite backends, and requisite
references, as well as OSXApplication.cs.

* winbin/Mono.Data.Sqlite.dll:
* winbin/sqlite3.dll: Add dependencies for SQLite backend.

Added:
   trunk/winbin/Mono.Data.Sqlite.dll   (contents, props changed)
   trunk/winbin/sqlite3.dll   (contents, props changed)
Modified:
   trunk/ChangeLog
   trunk/tasque.csproj

Modified: trunk/tasque.csproj
==============================================================================
--- trunk/tasque.csproj	(original)
+++ trunk/tasque.csproj	Tue Dec 23 18:57:13 2008
@@ -46,6 +46,10 @@
       <SpecificVersion>False</SpecificVersion>
       <HintPath>..\..\..\..\Program Files\Medsphere\Gtk# SDK\lib\gtk-sharp-2.0\gtk\gtk-sharp.dll</HintPath>
     </Reference>
+    <Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>winbin\Mono.Data.Sqlite.dll</HintPath>
+    </Reference>
     <Reference Include="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>winbin\Mono.Posix.dll</HintPath>
@@ -55,6 +59,7 @@
       <HintPath>..\..\..\..\Program Files\Medsphere\Gtk# SDK\lib\gtk-sharp-2.0\pango\pango-sharp.dll</HintPath>
     </Reference>
     <Reference Include="System" />
+    <Reference Include="System.Data" />
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
@@ -115,11 +120,25 @@
     <Compile Include="src\Backends\Dummy\DummyCategory.cs" />
     <Compile Include="src\Backends\Dummy\DummyNote.cs" />
     <Compile Include="src\Backends\Dummy\DummyTask.cs" />
+    <Compile Include="src\Backends\Hiveminder\HmBackend.cs" />
+    <Compile Include="src\Backends\Hiveminder\HmCategory.cs" />
+    <Compile Include="src\Backends\Hiveminder\HmNote.cs" />
+    <Compile Include="src\Backends\Hiveminder\HmPreferencesWidget.cs" />
+    <Compile Include="src\Backends\Hiveminder\HmTask.cs" />
+    <Compile Include="src\Backends\Hiveminder\service\Group.cs" />
+    <Compile Include="src\Backends\Hiveminder\service\Hiveminder.cs" />
+    <Compile Include="src\Backends\Hiveminder\service\HiveminderException.cs" />
+    <Compile Include="src\Backends\Hiveminder\service\Task.cs" />
     <Compile Include="src\Backends\Rtm\RtmBackend.cs" />
     <Compile Include="src\Backends\Rtm\RtmCategory.cs" />
     <Compile Include="src\Backends\Rtm\RtmNote.cs" />
     <Compile Include="src\Backends\Rtm\RtmPreferencesWidget.cs" />
     <Compile Include="src\Backends\Rtm\RtmTask.cs" />
+    <Compile Include="src\Backends\Sqlite\Database.cs" />
+    <Compile Include="src\Backends\Sqlite\SqliteBackend.cs" />
+    <Compile Include="src\Backends\Sqlite\SqliteCategory.cs" />
+    <Compile Include="src\Backends\Sqlite\SqliteNote.cs" />
+    <Compile Include="src\Backends\Sqlite\SqliteTask.cs" />
     <Compile Include="src\CellRendererDate.cs" />
     <Compile Include="src\CompletedTaskGroup.cs" />
     <Compile Include="src\DateButton.cs" />
@@ -133,6 +152,7 @@
     <Compile Include="src\NativeApplication.cs" />
     <Compile Include="src\NoteDialog.cs" />
     <Compile Include="src\NoteWidget.cs" />
+    <None Include="src\OSXApplication.cs" />
     <Compile Include="src\Preferences.cs" />
     <Compile Include="src\PreferencesDialog.cs" />
     <Compile Include="src\TaskCalendar.cs" />
@@ -160,4 +180,4 @@
     <PostBuildEvent>copy "$(SolutionDir)\winbin" "$(TargetDir)"</PostBuildEvent>
     <PreBuildEvent>copy "$(SolutionDir)\data\images\*.png" "$(ProjectDir)"</PreBuildEvent>
   </PropertyGroup>
-</Project>
+</Project>
\ No newline at end of file

Added: trunk/winbin/Mono.Data.Sqlite.dll
==============================================================================
Binary file. No diff available.

Added: trunk/winbin/sqlite3.dll
==============================================================================
Binary file. No diff available.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]