[tasque/transition: 21/213] Relocate source files to src/ folder



commit c81bd0634748d1f0068875b78b49ee0aba0241d9
Author: Antonius Riha <antoniusriha gmail com>
Date:   Thu May 17 22:00:09 2012 +0200

    Relocate source files to src/ folder

 {RtmNet => src/RtmNet}/ApiKeyRequiredException.cs  |    0
 {RtmNet => src/RtmNet}/Auth.cs                     |    0
 .../RtmNet}/AuthenticationRequiredException.cs     |    0
 {RtmNet => src/RtmNet}/Categories.cs               |    0
 {RtmNet => src/RtmNet}/Contacts.cs                 |    0
 {RtmNet => src/RtmNet}/DateGranularity.cs          |    0
 {RtmNet => src/RtmNet}/Enums.cs                    |    0
 {RtmNet => src/RtmNet}/GroupSearchResults.cs       |    0
 {RtmNet => src/RtmNet}/Groups.cs                   |    0
 {RtmNet => src/RtmNet}/HttpUtility.cs              |    0
 {RtmNet => src/RtmNet}/License.txt                 |    0
 {RtmNet => src/RtmNet}/List.cs                     |    0
 {RtmNet => src/RtmNet}/Methods.cs                  |    0
 {RtmNet => src/RtmNet}/Note.cs                     |    0
 {RtmNet => src/RtmNet}/Properties/AssemblyInfo.cs  |    0
 {RtmNet => src/RtmNet}/Response.cs                 |    0
 {RtmNet => src/RtmNet}/ResponseXmlException.cs     |    0
 {RtmNet => src/RtmNet}/Rtm.cs                      |    0
 {RtmNet => src/RtmNet}/RtmApiException.cs          |    0
 {RtmNet => src/RtmNet}/RtmException.cs             |    0
 {RtmNet => src/RtmNet}/RtmNet.csproj               |    4 ++--
 {RtmNet => src/RtmNet}/RtmWebException.cs          |    0
 .../RtmNet}/SignatureRequiredException.cs          |    0
 {RtmNet => src/RtmNet}/Tags.cs                     |    0
 {RtmNet => src/RtmNet}/Task.cs                     |    0
 {RtmNet => src/RtmNet}/User.cs                     |    0
 {RtmNet => src/RtmNet}/Utils.cs                    |    0
 {RtmNet => src/RtmNet}/example_app.config          |    0
 .../libtasque}/DateFormatterFactory.cs             |    0
 .../libtasque}/DateFormatters/DateFormatter.cs     |    0
 .../DateFormatters/DateSeparatedFormatter.cs       |    0
 .../libtasque}/DateFormatters/DayFormatter.cs      |    0
 .../libtasque}/DateFormatters/IDateFormatter.cs    |    0
 .../libtasque}/DateFormatters/MonthFormatter.cs    |    0
 .../libtasque}/DateFormatters/OrdinalFormatter.cs  |    0
 .../libtasque}/DateFormatters/QuantityFormatter.cs |    0
 .../DateFormatters/StringInsensitiveComparer.cs    |    0
 .../DateFormatters/TodayTomorrowFormatter.cs       |    0
 .../libtasque}/DateFormatters/WeekFormatter.cs     |    0
 .../libtasque}/DateFormatters/WeekdayFormatter.cs  |    0
 .../libtasque}/DateFormatters/YearFormatter.cs     |    0
 {libtasque => src/libtasque}/Extensions.cs         |    0
 {libtasque => src/libtasque}/IBackend.cs           |    0
 {libtasque => src/libtasque}/ICategory.cs          |    0
 {libtasque => src/libtasque}/INativeApplication.cs |    0
 {libtasque => src/libtasque}/INote.cs              |    0
 {libtasque => src/libtasque}/ITask.cs              |    0
 .../libtasque}/Properties/AssemblyInfo.cs          |    0
 .../libtasque}/RegularExpressionFormatter.cs       |    0
 {libtasque => src/libtasque}/TaskParser.cs         |    0
 {libtasque => src/libtasque}/TaskPriority.cs       |    0
 {libtasque => src/libtasque}/TaskState.cs          |    0
 {libtasque => src/libtasque}/TranslatableToken.cs  |    0
 {libtasque => src/libtasque}/libtasque.csproj      |    4 ++--
 {tasque => src/tasque}/AbstractTask.cs             |    0
 {tasque => src/tasque}/AllCategory.cs              |    0
 {tasque => src/tasque}/Application.cs              |    0
 .../tasque}/Backends/Dummy/DummyBackend.cs         |    0
 .../tasque}/Backends/Dummy/DummyCategory.cs        |    0
 {tasque => src/tasque}/Backends/Dummy/DummyNote.cs |    0
 {tasque => src/tasque}/Backends/Dummy/DummyTask.cs |    0
 {tasque => src/tasque}/Backends/EDS/EDSBackends.cs |    0
 {tasque => src/tasque}/Backends/EDS/EDSCategory.cs |    0
 {tasque => src/tasque}/Backends/EDS/EDSNote.cs     |    0
 {tasque => src/tasque}/Backends/EDS/EDSTask.cs     |    0
 .../tasque}/Backends/Hiveminder/HmBackend.cs       |    0
 .../tasque}/Backends/Hiveminder/HmCategory.cs      |    0
 .../tasque}/Backends/Hiveminder/HmNote.cs          |    0
 .../Backends/Hiveminder/HmPreferencesWidget.cs     |    0
 .../tasque}/Backends/Hiveminder/HmTask.cs          |    0
 .../tasque}/Backends/Hiveminder/service/Group.cs   |    0
 .../Backends/Hiveminder/service/Hiveminder.cs      |    0
 .../Hiveminder/service/HiveminderException.cs      |    0
 .../tasque}/Backends/Hiveminder/service/Task.cs    |    0
 .../tasque}/Backends/IceCore/IceBackend.cs         |    0
 .../tasque}/Backends/IceCore/IceCategory.cs        |    0
 {tasque => src/tasque}/Backends/IceCore/IceNote.cs |    0
 {tasque => src/tasque}/Backends/IceCore/IceTask.cs |    0
 {tasque => src/tasque}/Backends/Rtm/RtmBackend.cs  |    0
 {tasque => src/tasque}/Backends/Rtm/RtmCategory.cs |    0
 {tasque => src/tasque}/Backends/Rtm/RtmNote.cs     |    0
 .../tasque}/Backends/Rtm/RtmPreferencesWidget.cs   |    0
 {tasque => src/tasque}/Backends/Rtm/RtmTask.cs     |    0
 {tasque => src/tasque}/Backends/Sqlite/Database.cs |    0
 .../tasque}/Backends/Sqlite/SqliteBackend.cs       |    0
 .../tasque}/Backends/Sqlite/SqliteCategory.cs      |    0
 .../tasque}/Backends/Sqlite/SqliteNote.cs          |    0
 .../tasque}/Backends/Sqlite/SqliteTask.cs          |    0
 {tasque => src/tasque}/CellRendererDate.cs         |    0
 {tasque => src/tasque}/CompletedTaskGroup.cs       |    0
 {tasque => src/tasque}/CompletedTaskGroupModel.cs  |    0
 {tasque => src/tasque}/DateButton.cs               |    0
 {tasque => src/tasque}/Defines.WIN32.cs            |    0
 {tasque => src/tasque}/GnomeApplication.cs         |    0
 {tasque => src/tasque}/GtkApplication.cs           |    0
 {tasque => src/tasque}/Logger.cs                   |    0
 {tasque => src/tasque}/NoteDialog.cs               |    0
 {tasque => src/tasque}/NoteWidget.cs               |    0
 {tasque => src/tasque}/OSXApplication.cs           |    0
 {tasque => src/tasque}/Preferences.cs              |    0
 {tasque => src/tasque}/PreferencesDialog.cs        |    0
 {tasque => src/tasque}/Properties/AssemblyInfo.cs  |    0
 {tasque => src/tasque}/RemoteControl.cs            |    0
 {tasque => src/tasque}/RemoteControlProxy.cs       |    0
 {tasque => src/tasque}/RtmDeveloperKey.txt         |    0
 {tasque => src/tasque}/TaskCalendar.cs             |    0
 {tasque => src/tasque}/TaskGroup.cs                |    0
 {tasque => src/tasque}/TaskGroupModel.cs           |    0
 {tasque => src/tasque}/TaskGroupModelFactory.cs    |    0
 {tasque => src/tasque}/TaskTreeView.cs             |    0
 {tasque => src/tasque}/TaskWindow.cs               |    0
 {tasque => src/tasque}/Utilities.cs                |    0
 {tasque => src/tasque}/res/images/clock-16-0.png   |  Bin 336 -> 336 bytes
 {tasque => src/tasque}/res/images/clock-16-0.svg   |    0
 {tasque => src/tasque}/res/images/clock-16-1.png   |  Bin 398 -> 398 bytes
 {tasque => src/tasque}/res/images/clock-16-10.png  |  Bin 272 -> 272 bytes
 {tasque => src/tasque}/res/images/clock-16-11.png  |  Bin 244 -> 244 bytes
 {tasque => src/tasque}/res/images/clock-16-2.png   |  Bin 382 -> 382 bytes
 {tasque => src/tasque}/res/images/clock-16-3.png   |  Bin 323 -> 323 bytes
 {tasque => src/tasque}/res/images/clock-16-4.png   |  Bin 359 -> 359 bytes
 {tasque => src/tasque}/res/images/clock-16-5.png   |  Bin 335 -> 335 bytes
 {tasque => src/tasque}/res/images/clock-16-6.png   |  Bin 290 -> 290 bytes
 {tasque => src/tasque}/res/images/clock-16-7.png   |  Bin 330 -> 330 bytes
 {tasque => src/tasque}/res/images/clock-16-8.png   |  Bin 297 -> 297 bytes
 {tasque => src/tasque}/res/images/clock-16-9.png   |  Bin 264 -> 264 bytes
 {tasque => src/tasque}/res/images/note-16.png      |  Bin 820 -> 820 bytes
 {tasque => src/tasque}/res/images/note-22.svg      |    0
 {tasque => src/tasque}/res/images/rtmLogo.png      |  Bin 11341 -> 11341 bytes
 {tasque => src/tasque}/res/images/tasque-16.png    |  Bin 711 -> 711 bytes
 {tasque => src/tasque}/res/images/tasque-22.png    |  Bin 1029 -> 1029 bytes
 {tasque => src/tasque}/res/images/tasque-24.png    |  Bin 1086 -> 1086 bytes
 {tasque => src/tasque}/res/images/tasque-256.png   |  Bin 30119 -> 30119 bytes
 {tasque => src/tasque}/res/images/tasque-32.png    |  Bin 1474 -> 1474 bytes
 {tasque => src/tasque}/res/images/tasque-48.png    |  Bin 2146 -> 2146 bytes
 .../tasque}/res/images/tasque-icons-source.svg     |    0
 {tasque => src/tasque}/res/images/tasque.ico       |  Bin 285478 -> 285478 bytes
 {tasque => src/tasque}/res/images/tasque.svg       |    0
 {tasque => src/tasque}/res/osx/Contents/Info.plist |    0
 .../tasque}/res/osx/Contents/MacOS/Tasque          |    0
 .../tasque}/res/osx/Contents/Resources/tasque.icns |  Bin 141249 -> 141249 bytes
 {tasque => src/tasque}/res/sounds/notify.wav       |  Bin 70604 -> 70604 bytes
 .../tasque}/res/tasque-opensuse-1click.png         |  Bin 3587 -> 3587 bytes
 {tasque => src/tasque}/tasque-mac.csproj           |    0
 {tasque => src/tasque}/tasque.csproj               |    2 +-
 tasque.sln                                         |    8 ++++----
 tasque/lib/Mono.Data.Sqlite.dll                    |  Bin 139264 -> 0 bytes
 tasque/lib/Mono.Posix.dll                          |  Bin 179712 -> 0 bytes
 tasque/lib/MonoPosixHelper.dll                     |  Bin 181761 -> 0 bytes
 tasque/lib/ige-mac-integration-sharp.dll           |  Bin 12288 -> 0 bytes
 tasque/lib/sqlite3.dll                             |  Bin 491732 -> 0 bytes
 150 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/RtmNet/ApiKeyRequiredException.cs b/src/RtmNet/ApiKeyRequiredException.cs
similarity index 100%
rename from RtmNet/ApiKeyRequiredException.cs
rename to src/RtmNet/ApiKeyRequiredException.cs
diff --git a/RtmNet/Auth.cs b/src/RtmNet/Auth.cs
similarity index 100%
rename from RtmNet/Auth.cs
rename to src/RtmNet/Auth.cs
diff --git a/RtmNet/AuthenticationRequiredException.cs b/src/RtmNet/AuthenticationRequiredException.cs
similarity index 100%
rename from RtmNet/AuthenticationRequiredException.cs
rename to src/RtmNet/AuthenticationRequiredException.cs
diff --git a/RtmNet/Categories.cs b/src/RtmNet/Categories.cs
similarity index 100%
rename from RtmNet/Categories.cs
rename to src/RtmNet/Categories.cs
diff --git a/RtmNet/Contacts.cs b/src/RtmNet/Contacts.cs
similarity index 100%
rename from RtmNet/Contacts.cs
rename to src/RtmNet/Contacts.cs
diff --git a/RtmNet/DateGranularity.cs b/src/RtmNet/DateGranularity.cs
similarity index 100%
rename from RtmNet/DateGranularity.cs
rename to src/RtmNet/DateGranularity.cs
diff --git a/RtmNet/Enums.cs b/src/RtmNet/Enums.cs
similarity index 100%
rename from RtmNet/Enums.cs
rename to src/RtmNet/Enums.cs
diff --git a/RtmNet/GroupSearchResults.cs b/src/RtmNet/GroupSearchResults.cs
similarity index 100%
rename from RtmNet/GroupSearchResults.cs
rename to src/RtmNet/GroupSearchResults.cs
diff --git a/RtmNet/Groups.cs b/src/RtmNet/Groups.cs
similarity index 100%
rename from RtmNet/Groups.cs
rename to src/RtmNet/Groups.cs
diff --git a/RtmNet/HttpUtility.cs b/src/RtmNet/HttpUtility.cs
similarity index 100%
rename from RtmNet/HttpUtility.cs
rename to src/RtmNet/HttpUtility.cs
diff --git a/RtmNet/License.txt b/src/RtmNet/License.txt
similarity index 100%
rename from RtmNet/License.txt
rename to src/RtmNet/License.txt
diff --git a/RtmNet/List.cs b/src/RtmNet/List.cs
similarity index 100%
rename from RtmNet/List.cs
rename to src/RtmNet/List.cs
diff --git a/RtmNet/Methods.cs b/src/RtmNet/Methods.cs
similarity index 100%
rename from RtmNet/Methods.cs
rename to src/RtmNet/Methods.cs
diff --git a/RtmNet/Note.cs b/src/RtmNet/Note.cs
similarity index 100%
rename from RtmNet/Note.cs
rename to src/RtmNet/Note.cs
diff --git a/RtmNet/Properties/AssemblyInfo.cs b/src/RtmNet/Properties/AssemblyInfo.cs
similarity index 100%
rename from RtmNet/Properties/AssemblyInfo.cs
rename to src/RtmNet/Properties/AssemblyInfo.cs
diff --git a/RtmNet/Response.cs b/src/RtmNet/Response.cs
similarity index 100%
rename from RtmNet/Response.cs
rename to src/RtmNet/Response.cs
diff --git a/RtmNet/ResponseXmlException.cs b/src/RtmNet/ResponseXmlException.cs
similarity index 100%
rename from RtmNet/ResponseXmlException.cs
rename to src/RtmNet/ResponseXmlException.cs
diff --git a/RtmNet/Rtm.cs b/src/RtmNet/Rtm.cs
similarity index 100%
rename from RtmNet/Rtm.cs
rename to src/RtmNet/Rtm.cs
diff --git a/RtmNet/RtmApiException.cs b/src/RtmNet/RtmApiException.cs
similarity index 100%
rename from RtmNet/RtmApiException.cs
rename to src/RtmNet/RtmApiException.cs
diff --git a/RtmNet/RtmException.cs b/src/RtmNet/RtmException.cs
similarity index 100%
rename from RtmNet/RtmException.cs
rename to src/RtmNet/RtmException.cs
diff --git a/RtmNet/RtmNet.csproj b/src/RtmNet/RtmNet.csproj
similarity index 95%
rename from RtmNet/RtmNet.csproj
rename to src/RtmNet/RtmNet.csproj
index 16aa7fb..dc8c798 100644
--- a/RtmNet/RtmNet.csproj
+++ b/src/RtmNet/RtmNet.csproj
@@ -79,7 +79,7 @@
     <Compile Include="User.cs" />
     <Compile Include="Utils.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="..\build\CommonAssemblyInfo.cs">
+    <Compile Include="..\..\build\CommonAssemblyInfo.cs">
       <Link>Properties\CommonAssemblyInfo.cs</Link>
     </Compile>
   </ItemGroup>
@@ -96,4 +96,4 @@
   <ItemGroup>
     <Folder Include="Properties\" />
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/RtmNet/RtmWebException.cs b/src/RtmNet/RtmWebException.cs
similarity index 100%
rename from RtmNet/RtmWebException.cs
rename to src/RtmNet/RtmWebException.cs
diff --git a/RtmNet/SignatureRequiredException.cs b/src/RtmNet/SignatureRequiredException.cs
similarity index 100%
rename from RtmNet/SignatureRequiredException.cs
rename to src/RtmNet/SignatureRequiredException.cs
diff --git a/RtmNet/Tags.cs b/src/RtmNet/Tags.cs
similarity index 100%
rename from RtmNet/Tags.cs
rename to src/RtmNet/Tags.cs
diff --git a/RtmNet/Task.cs b/src/RtmNet/Task.cs
similarity index 100%
rename from RtmNet/Task.cs
rename to src/RtmNet/Task.cs
diff --git a/RtmNet/User.cs b/src/RtmNet/User.cs
similarity index 100%
rename from RtmNet/User.cs
rename to src/RtmNet/User.cs
diff --git a/RtmNet/Utils.cs b/src/RtmNet/Utils.cs
similarity index 100%
rename from RtmNet/Utils.cs
rename to src/RtmNet/Utils.cs
diff --git a/RtmNet/example_app.config b/src/RtmNet/example_app.config
similarity index 100%
rename from RtmNet/example_app.config
rename to src/RtmNet/example_app.config
diff --git a/libtasque/DateFormatterFactory.cs b/src/libtasque/DateFormatterFactory.cs
similarity index 100%
rename from libtasque/DateFormatterFactory.cs
rename to src/libtasque/DateFormatterFactory.cs
diff --git a/libtasque/DateFormatters/DateFormatter.cs b/src/libtasque/DateFormatters/DateFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/DateFormatter.cs
rename to src/libtasque/DateFormatters/DateFormatter.cs
diff --git a/libtasque/DateFormatters/DateSeparatedFormatter.cs b/src/libtasque/DateFormatters/DateSeparatedFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/DateSeparatedFormatter.cs
rename to src/libtasque/DateFormatters/DateSeparatedFormatter.cs
diff --git a/libtasque/DateFormatters/DayFormatter.cs b/src/libtasque/DateFormatters/DayFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/DayFormatter.cs
rename to src/libtasque/DateFormatters/DayFormatter.cs
diff --git a/libtasque/DateFormatters/IDateFormatter.cs b/src/libtasque/DateFormatters/IDateFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/IDateFormatter.cs
rename to src/libtasque/DateFormatters/IDateFormatter.cs
diff --git a/libtasque/DateFormatters/MonthFormatter.cs b/src/libtasque/DateFormatters/MonthFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/MonthFormatter.cs
rename to src/libtasque/DateFormatters/MonthFormatter.cs
diff --git a/libtasque/DateFormatters/OrdinalFormatter.cs b/src/libtasque/DateFormatters/OrdinalFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/OrdinalFormatter.cs
rename to src/libtasque/DateFormatters/OrdinalFormatter.cs
diff --git a/libtasque/DateFormatters/QuantityFormatter.cs b/src/libtasque/DateFormatters/QuantityFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/QuantityFormatter.cs
rename to src/libtasque/DateFormatters/QuantityFormatter.cs
diff --git a/libtasque/DateFormatters/StringInsensitiveComparer.cs b/src/libtasque/DateFormatters/StringInsensitiveComparer.cs
similarity index 100%
rename from libtasque/DateFormatters/StringInsensitiveComparer.cs
rename to src/libtasque/DateFormatters/StringInsensitiveComparer.cs
diff --git a/libtasque/DateFormatters/TodayTomorrowFormatter.cs b/src/libtasque/DateFormatters/TodayTomorrowFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/TodayTomorrowFormatter.cs
rename to src/libtasque/DateFormatters/TodayTomorrowFormatter.cs
diff --git a/libtasque/DateFormatters/WeekFormatter.cs b/src/libtasque/DateFormatters/WeekFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/WeekFormatter.cs
rename to src/libtasque/DateFormatters/WeekFormatter.cs
diff --git a/libtasque/DateFormatters/WeekdayFormatter.cs b/src/libtasque/DateFormatters/WeekdayFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/WeekdayFormatter.cs
rename to src/libtasque/DateFormatters/WeekdayFormatter.cs
diff --git a/libtasque/DateFormatters/YearFormatter.cs b/src/libtasque/DateFormatters/YearFormatter.cs
similarity index 100%
rename from libtasque/DateFormatters/YearFormatter.cs
rename to src/libtasque/DateFormatters/YearFormatter.cs
diff --git a/libtasque/Extensions.cs b/src/libtasque/Extensions.cs
similarity index 100%
rename from libtasque/Extensions.cs
rename to src/libtasque/Extensions.cs
diff --git a/libtasque/IBackend.cs b/src/libtasque/IBackend.cs
similarity index 100%
rename from libtasque/IBackend.cs
rename to src/libtasque/IBackend.cs
diff --git a/libtasque/ICategory.cs b/src/libtasque/ICategory.cs
similarity index 100%
rename from libtasque/ICategory.cs
rename to src/libtasque/ICategory.cs
diff --git a/libtasque/INativeApplication.cs b/src/libtasque/INativeApplication.cs
similarity index 100%
rename from libtasque/INativeApplication.cs
rename to src/libtasque/INativeApplication.cs
diff --git a/libtasque/INote.cs b/src/libtasque/INote.cs
similarity index 100%
rename from libtasque/INote.cs
rename to src/libtasque/INote.cs
diff --git a/libtasque/ITask.cs b/src/libtasque/ITask.cs
similarity index 100%
rename from libtasque/ITask.cs
rename to src/libtasque/ITask.cs
diff --git a/libtasque/Properties/AssemblyInfo.cs b/src/libtasque/Properties/AssemblyInfo.cs
similarity index 100%
rename from libtasque/Properties/AssemblyInfo.cs
rename to src/libtasque/Properties/AssemblyInfo.cs
diff --git a/libtasque/RegularExpressionFormatter.cs b/src/libtasque/RegularExpressionFormatter.cs
similarity index 100%
rename from libtasque/RegularExpressionFormatter.cs
rename to src/libtasque/RegularExpressionFormatter.cs
diff --git a/libtasque/TaskParser.cs b/src/libtasque/TaskParser.cs
similarity index 100%
rename from libtasque/TaskParser.cs
rename to src/libtasque/TaskParser.cs
diff --git a/libtasque/TaskPriority.cs b/src/libtasque/TaskPriority.cs
similarity index 100%
rename from libtasque/TaskPriority.cs
rename to src/libtasque/TaskPriority.cs
diff --git a/libtasque/TaskState.cs b/src/libtasque/TaskState.cs
similarity index 100%
rename from libtasque/TaskState.cs
rename to src/libtasque/TaskState.cs
diff --git a/libtasque/TranslatableToken.cs b/src/libtasque/TranslatableToken.cs
similarity index 100%
rename from libtasque/TranslatableToken.cs
rename to src/libtasque/TranslatableToken.cs
diff --git a/libtasque/libtasque.csproj b/src/libtasque/libtasque.csproj
similarity index 98%
rename from libtasque/libtasque.csproj
rename to src/libtasque/libtasque.csproj
index 076b874..f5998d4 100644
--- a/libtasque/libtasque.csproj
+++ b/src/libtasque/libtasque.csproj
@@ -72,7 +72,7 @@
     <Compile Include="DateFormatters\DateSeparatedFormatter.cs" />
     <Compile Include="INativeApplication.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="..\build\CommonAssemblyInfo.cs">
+    <Compile Include="..\..\build\CommonAssemblyInfo.cs">
       <Link>Properties\CommonAssemblyInfo.cs</Link>
     </Compile>
   </ItemGroup>
@@ -100,4 +100,4 @@
       </Properties>
     </MonoDevelop>
   </ProjectExtensions>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/tasque/AbstractTask.cs b/src/tasque/AbstractTask.cs
similarity index 100%
rename from tasque/AbstractTask.cs
rename to src/tasque/AbstractTask.cs
diff --git a/tasque/AllCategory.cs b/src/tasque/AllCategory.cs
similarity index 100%
rename from tasque/AllCategory.cs
rename to src/tasque/AllCategory.cs
diff --git a/tasque/Application.cs b/src/tasque/Application.cs
similarity index 100%
rename from tasque/Application.cs
rename to src/tasque/Application.cs
diff --git a/tasque/Backends/Dummy/DummyBackend.cs b/src/tasque/Backends/Dummy/DummyBackend.cs
similarity index 100%
rename from tasque/Backends/Dummy/DummyBackend.cs
rename to src/tasque/Backends/Dummy/DummyBackend.cs
diff --git a/tasque/Backends/Dummy/DummyCategory.cs b/src/tasque/Backends/Dummy/DummyCategory.cs
similarity index 100%
rename from tasque/Backends/Dummy/DummyCategory.cs
rename to src/tasque/Backends/Dummy/DummyCategory.cs
diff --git a/tasque/Backends/Dummy/DummyNote.cs b/src/tasque/Backends/Dummy/DummyNote.cs
similarity index 100%
rename from tasque/Backends/Dummy/DummyNote.cs
rename to src/tasque/Backends/Dummy/DummyNote.cs
diff --git a/tasque/Backends/Dummy/DummyTask.cs b/src/tasque/Backends/Dummy/DummyTask.cs
similarity index 100%
rename from tasque/Backends/Dummy/DummyTask.cs
rename to src/tasque/Backends/Dummy/DummyTask.cs
diff --git a/tasque/Backends/EDS/EDSBackends.cs b/src/tasque/Backends/EDS/EDSBackends.cs
similarity index 100%
rename from tasque/Backends/EDS/EDSBackends.cs
rename to src/tasque/Backends/EDS/EDSBackends.cs
diff --git a/tasque/Backends/EDS/EDSCategory.cs b/src/tasque/Backends/EDS/EDSCategory.cs
similarity index 100%
rename from tasque/Backends/EDS/EDSCategory.cs
rename to src/tasque/Backends/EDS/EDSCategory.cs
diff --git a/tasque/Backends/EDS/EDSNote.cs b/src/tasque/Backends/EDS/EDSNote.cs
similarity index 100%
rename from tasque/Backends/EDS/EDSNote.cs
rename to src/tasque/Backends/EDS/EDSNote.cs
diff --git a/tasque/Backends/EDS/EDSTask.cs b/src/tasque/Backends/EDS/EDSTask.cs
similarity index 100%
rename from tasque/Backends/EDS/EDSTask.cs
rename to src/tasque/Backends/EDS/EDSTask.cs
diff --git a/tasque/Backends/Hiveminder/HmBackend.cs b/src/tasque/Backends/Hiveminder/HmBackend.cs
similarity index 100%
rename from tasque/Backends/Hiveminder/HmBackend.cs
rename to src/tasque/Backends/Hiveminder/HmBackend.cs
diff --git a/tasque/Backends/Hiveminder/HmCategory.cs b/src/tasque/Backends/Hiveminder/HmCategory.cs
similarity index 100%
rename from tasque/Backends/Hiveminder/HmCategory.cs
rename to src/tasque/Backends/Hiveminder/HmCategory.cs
diff --git a/tasque/Backends/Hiveminder/HmNote.cs b/src/tasque/Backends/Hiveminder/HmNote.cs
similarity index 100%
rename from tasque/Backends/Hiveminder/HmNote.cs
rename to src/tasque/Backends/Hiveminder/HmNote.cs
diff --git a/tasque/Backends/Hiveminder/HmPreferencesWidget.cs b/src/tasque/Backends/Hiveminder/HmPreferencesWidget.cs
similarity index 100%
rename from tasque/Backends/Hiveminder/HmPreferencesWidget.cs
rename to src/tasque/Backends/Hiveminder/HmPreferencesWidget.cs
diff --git a/tasque/Backends/Hiveminder/HmTask.cs b/src/tasque/Backends/Hiveminder/HmTask.cs
similarity index 100%
rename from tasque/Backends/Hiveminder/HmTask.cs
rename to src/tasque/Backends/Hiveminder/HmTask.cs
diff --git a/tasque/Backends/Hiveminder/service/Group.cs b/src/tasque/Backends/Hiveminder/service/Group.cs
similarity index 100%
rename from tasque/Backends/Hiveminder/service/Group.cs
rename to src/tasque/Backends/Hiveminder/service/Group.cs
diff --git a/tasque/Backends/Hiveminder/service/Hiveminder.cs b/src/tasque/Backends/Hiveminder/service/Hiveminder.cs
similarity index 100%
rename from tasque/Backends/Hiveminder/service/Hiveminder.cs
rename to src/tasque/Backends/Hiveminder/service/Hiveminder.cs
diff --git a/tasque/Backends/Hiveminder/service/HiveminderException.cs b/src/tasque/Backends/Hiveminder/service/HiveminderException.cs
similarity index 100%
rename from tasque/Backends/Hiveminder/service/HiveminderException.cs
rename to src/tasque/Backends/Hiveminder/service/HiveminderException.cs
diff --git a/tasque/Backends/Hiveminder/service/Task.cs b/src/tasque/Backends/Hiveminder/service/Task.cs
similarity index 100%
rename from tasque/Backends/Hiveminder/service/Task.cs
rename to src/tasque/Backends/Hiveminder/service/Task.cs
diff --git a/tasque/Backends/IceCore/IceBackend.cs b/src/tasque/Backends/IceCore/IceBackend.cs
similarity index 100%
rename from tasque/Backends/IceCore/IceBackend.cs
rename to src/tasque/Backends/IceCore/IceBackend.cs
diff --git a/tasque/Backends/IceCore/IceCategory.cs b/src/tasque/Backends/IceCore/IceCategory.cs
similarity index 100%
rename from tasque/Backends/IceCore/IceCategory.cs
rename to src/tasque/Backends/IceCore/IceCategory.cs
diff --git a/tasque/Backends/IceCore/IceNote.cs b/src/tasque/Backends/IceCore/IceNote.cs
similarity index 100%
rename from tasque/Backends/IceCore/IceNote.cs
rename to src/tasque/Backends/IceCore/IceNote.cs
diff --git a/tasque/Backends/IceCore/IceTask.cs b/src/tasque/Backends/IceCore/IceTask.cs
similarity index 100%
rename from tasque/Backends/IceCore/IceTask.cs
rename to src/tasque/Backends/IceCore/IceTask.cs
diff --git a/tasque/Backends/Rtm/RtmBackend.cs b/src/tasque/Backends/Rtm/RtmBackend.cs
similarity index 100%
rename from tasque/Backends/Rtm/RtmBackend.cs
rename to src/tasque/Backends/Rtm/RtmBackend.cs
diff --git a/tasque/Backends/Rtm/RtmCategory.cs b/src/tasque/Backends/Rtm/RtmCategory.cs
similarity index 100%
rename from tasque/Backends/Rtm/RtmCategory.cs
rename to src/tasque/Backends/Rtm/RtmCategory.cs
diff --git a/tasque/Backends/Rtm/RtmNote.cs b/src/tasque/Backends/Rtm/RtmNote.cs
similarity index 100%
rename from tasque/Backends/Rtm/RtmNote.cs
rename to src/tasque/Backends/Rtm/RtmNote.cs
diff --git a/tasque/Backends/Rtm/RtmPreferencesWidget.cs b/src/tasque/Backends/Rtm/RtmPreferencesWidget.cs
similarity index 100%
rename from tasque/Backends/Rtm/RtmPreferencesWidget.cs
rename to src/tasque/Backends/Rtm/RtmPreferencesWidget.cs
diff --git a/tasque/Backends/Rtm/RtmTask.cs b/src/tasque/Backends/Rtm/RtmTask.cs
similarity index 100%
rename from tasque/Backends/Rtm/RtmTask.cs
rename to src/tasque/Backends/Rtm/RtmTask.cs
diff --git a/tasque/Backends/Sqlite/Database.cs b/src/tasque/Backends/Sqlite/Database.cs
similarity index 100%
rename from tasque/Backends/Sqlite/Database.cs
rename to src/tasque/Backends/Sqlite/Database.cs
diff --git a/tasque/Backends/Sqlite/SqliteBackend.cs b/src/tasque/Backends/Sqlite/SqliteBackend.cs
similarity index 100%
rename from tasque/Backends/Sqlite/SqliteBackend.cs
rename to src/tasque/Backends/Sqlite/SqliteBackend.cs
diff --git a/tasque/Backends/Sqlite/SqliteCategory.cs b/src/tasque/Backends/Sqlite/SqliteCategory.cs
similarity index 100%
rename from tasque/Backends/Sqlite/SqliteCategory.cs
rename to src/tasque/Backends/Sqlite/SqliteCategory.cs
diff --git a/tasque/Backends/Sqlite/SqliteNote.cs b/src/tasque/Backends/Sqlite/SqliteNote.cs
similarity index 100%
rename from tasque/Backends/Sqlite/SqliteNote.cs
rename to src/tasque/Backends/Sqlite/SqliteNote.cs
diff --git a/tasque/Backends/Sqlite/SqliteTask.cs b/src/tasque/Backends/Sqlite/SqliteTask.cs
similarity index 100%
rename from tasque/Backends/Sqlite/SqliteTask.cs
rename to src/tasque/Backends/Sqlite/SqliteTask.cs
diff --git a/tasque/CellRendererDate.cs b/src/tasque/CellRendererDate.cs
similarity index 100%
rename from tasque/CellRendererDate.cs
rename to src/tasque/CellRendererDate.cs
diff --git a/tasque/CompletedTaskGroup.cs b/src/tasque/CompletedTaskGroup.cs
similarity index 100%
rename from tasque/CompletedTaskGroup.cs
rename to src/tasque/CompletedTaskGroup.cs
diff --git a/tasque/CompletedTaskGroupModel.cs b/src/tasque/CompletedTaskGroupModel.cs
similarity index 100%
rename from tasque/CompletedTaskGroupModel.cs
rename to src/tasque/CompletedTaskGroupModel.cs
diff --git a/tasque/DateButton.cs b/src/tasque/DateButton.cs
similarity index 100%
rename from tasque/DateButton.cs
rename to src/tasque/DateButton.cs
diff --git a/tasque/Defines.WIN32.cs b/src/tasque/Defines.WIN32.cs
similarity index 100%
rename from tasque/Defines.WIN32.cs
rename to src/tasque/Defines.WIN32.cs
diff --git a/tasque/GnomeApplication.cs b/src/tasque/GnomeApplication.cs
similarity index 100%
rename from tasque/GnomeApplication.cs
rename to src/tasque/GnomeApplication.cs
diff --git a/tasque/GtkApplication.cs b/src/tasque/GtkApplication.cs
similarity index 100%
rename from tasque/GtkApplication.cs
rename to src/tasque/GtkApplication.cs
diff --git a/tasque/Logger.cs b/src/tasque/Logger.cs
similarity index 100%
rename from tasque/Logger.cs
rename to src/tasque/Logger.cs
diff --git a/tasque/NoteDialog.cs b/src/tasque/NoteDialog.cs
similarity index 100%
rename from tasque/NoteDialog.cs
rename to src/tasque/NoteDialog.cs
diff --git a/tasque/NoteWidget.cs b/src/tasque/NoteWidget.cs
similarity index 100%
rename from tasque/NoteWidget.cs
rename to src/tasque/NoteWidget.cs
diff --git a/tasque/OSXApplication.cs b/src/tasque/OSXApplication.cs
similarity index 100%
rename from tasque/OSXApplication.cs
rename to src/tasque/OSXApplication.cs
diff --git a/tasque/Preferences.cs b/src/tasque/Preferences.cs
similarity index 100%
rename from tasque/Preferences.cs
rename to src/tasque/Preferences.cs
diff --git a/tasque/PreferencesDialog.cs b/src/tasque/PreferencesDialog.cs
similarity index 100%
rename from tasque/PreferencesDialog.cs
rename to src/tasque/PreferencesDialog.cs
diff --git a/tasque/Properties/AssemblyInfo.cs b/src/tasque/Properties/AssemblyInfo.cs
similarity index 100%
rename from tasque/Properties/AssemblyInfo.cs
rename to src/tasque/Properties/AssemblyInfo.cs
diff --git a/tasque/RemoteControl.cs b/src/tasque/RemoteControl.cs
similarity index 100%
rename from tasque/RemoteControl.cs
rename to src/tasque/RemoteControl.cs
diff --git a/tasque/RemoteControlProxy.cs b/src/tasque/RemoteControlProxy.cs
similarity index 100%
rename from tasque/RemoteControlProxy.cs
rename to src/tasque/RemoteControlProxy.cs
diff --git a/tasque/RtmDeveloperKey.txt b/src/tasque/RtmDeveloperKey.txt
similarity index 100%
rename from tasque/RtmDeveloperKey.txt
rename to src/tasque/RtmDeveloperKey.txt
diff --git a/tasque/TaskCalendar.cs b/src/tasque/TaskCalendar.cs
similarity index 100%
rename from tasque/TaskCalendar.cs
rename to src/tasque/TaskCalendar.cs
diff --git a/tasque/TaskGroup.cs b/src/tasque/TaskGroup.cs
similarity index 100%
rename from tasque/TaskGroup.cs
rename to src/tasque/TaskGroup.cs
diff --git a/tasque/TaskGroupModel.cs b/src/tasque/TaskGroupModel.cs
similarity index 100%
rename from tasque/TaskGroupModel.cs
rename to src/tasque/TaskGroupModel.cs
diff --git a/tasque/TaskGroupModelFactory.cs b/src/tasque/TaskGroupModelFactory.cs
similarity index 100%
rename from tasque/TaskGroupModelFactory.cs
rename to src/tasque/TaskGroupModelFactory.cs
diff --git a/tasque/TaskTreeView.cs b/src/tasque/TaskTreeView.cs
similarity index 100%
rename from tasque/TaskTreeView.cs
rename to src/tasque/TaskTreeView.cs
diff --git a/tasque/TaskWindow.cs b/src/tasque/TaskWindow.cs
similarity index 100%
rename from tasque/TaskWindow.cs
rename to src/tasque/TaskWindow.cs
diff --git a/tasque/Utilities.cs b/src/tasque/Utilities.cs
similarity index 100%
rename from tasque/Utilities.cs
rename to src/tasque/Utilities.cs
diff --git a/tasque/res/images/clock-16-0.png b/src/tasque/res/images/clock-16-0.png
similarity index 100%
rename from tasque/res/images/clock-16-0.png
rename to src/tasque/res/images/clock-16-0.png
diff --git a/tasque/res/images/clock-16-0.svg b/src/tasque/res/images/clock-16-0.svg
similarity index 100%
rename from tasque/res/images/clock-16-0.svg
rename to src/tasque/res/images/clock-16-0.svg
diff --git a/tasque/res/images/clock-16-1.png b/src/tasque/res/images/clock-16-1.png
similarity index 100%
rename from tasque/res/images/clock-16-1.png
rename to src/tasque/res/images/clock-16-1.png
diff --git a/tasque/res/images/clock-16-10.png b/src/tasque/res/images/clock-16-10.png
similarity index 100%
rename from tasque/res/images/clock-16-10.png
rename to src/tasque/res/images/clock-16-10.png
diff --git a/tasque/res/images/clock-16-11.png b/src/tasque/res/images/clock-16-11.png
similarity index 100%
rename from tasque/res/images/clock-16-11.png
rename to src/tasque/res/images/clock-16-11.png
diff --git a/tasque/res/images/clock-16-2.png b/src/tasque/res/images/clock-16-2.png
similarity index 100%
rename from tasque/res/images/clock-16-2.png
rename to src/tasque/res/images/clock-16-2.png
diff --git a/tasque/res/images/clock-16-3.png b/src/tasque/res/images/clock-16-3.png
similarity index 100%
rename from tasque/res/images/clock-16-3.png
rename to src/tasque/res/images/clock-16-3.png
diff --git a/tasque/res/images/clock-16-4.png b/src/tasque/res/images/clock-16-4.png
similarity index 100%
rename from tasque/res/images/clock-16-4.png
rename to src/tasque/res/images/clock-16-4.png
diff --git a/tasque/res/images/clock-16-5.png b/src/tasque/res/images/clock-16-5.png
similarity index 100%
rename from tasque/res/images/clock-16-5.png
rename to src/tasque/res/images/clock-16-5.png
diff --git a/tasque/res/images/clock-16-6.png b/src/tasque/res/images/clock-16-6.png
similarity index 100%
rename from tasque/res/images/clock-16-6.png
rename to src/tasque/res/images/clock-16-6.png
diff --git a/tasque/res/images/clock-16-7.png b/src/tasque/res/images/clock-16-7.png
similarity index 100%
rename from tasque/res/images/clock-16-7.png
rename to src/tasque/res/images/clock-16-7.png
diff --git a/tasque/res/images/clock-16-8.png b/src/tasque/res/images/clock-16-8.png
similarity index 100%
rename from tasque/res/images/clock-16-8.png
rename to src/tasque/res/images/clock-16-8.png
diff --git a/tasque/res/images/clock-16-9.png b/src/tasque/res/images/clock-16-9.png
similarity index 100%
rename from tasque/res/images/clock-16-9.png
rename to src/tasque/res/images/clock-16-9.png
diff --git a/tasque/res/images/note-16.png b/src/tasque/res/images/note-16.png
similarity index 100%
rename from tasque/res/images/note-16.png
rename to src/tasque/res/images/note-16.png
diff --git a/tasque/res/images/note-22.svg b/src/tasque/res/images/note-22.svg
similarity index 100%
rename from tasque/res/images/note-22.svg
rename to src/tasque/res/images/note-22.svg
diff --git a/tasque/res/images/rtmLogo.png b/src/tasque/res/images/rtmLogo.png
similarity index 100%
rename from tasque/res/images/rtmLogo.png
rename to src/tasque/res/images/rtmLogo.png
diff --git a/tasque/res/images/tasque-16.png b/src/tasque/res/images/tasque-16.png
similarity index 100%
rename from tasque/res/images/tasque-16.png
rename to src/tasque/res/images/tasque-16.png
diff --git a/tasque/res/images/tasque-22.png b/src/tasque/res/images/tasque-22.png
similarity index 100%
rename from tasque/res/images/tasque-22.png
rename to src/tasque/res/images/tasque-22.png
diff --git a/tasque/res/images/tasque-24.png b/src/tasque/res/images/tasque-24.png
similarity index 100%
rename from tasque/res/images/tasque-24.png
rename to src/tasque/res/images/tasque-24.png
diff --git a/tasque/res/images/tasque-256.png b/src/tasque/res/images/tasque-256.png
similarity index 100%
rename from tasque/res/images/tasque-256.png
rename to src/tasque/res/images/tasque-256.png
diff --git a/tasque/res/images/tasque-32.png b/src/tasque/res/images/tasque-32.png
similarity index 100%
rename from tasque/res/images/tasque-32.png
rename to src/tasque/res/images/tasque-32.png
diff --git a/tasque/res/images/tasque-48.png b/src/tasque/res/images/tasque-48.png
similarity index 100%
rename from tasque/res/images/tasque-48.png
rename to src/tasque/res/images/tasque-48.png
diff --git a/tasque/res/images/tasque-icons-source.svg b/src/tasque/res/images/tasque-icons-source.svg
similarity index 100%
rename from tasque/res/images/tasque-icons-source.svg
rename to src/tasque/res/images/tasque-icons-source.svg
diff --git a/tasque/res/images/tasque.ico b/src/tasque/res/images/tasque.ico
similarity index 100%
rename from tasque/res/images/tasque.ico
rename to src/tasque/res/images/tasque.ico
diff --git a/tasque/res/images/tasque.svg b/src/tasque/res/images/tasque.svg
similarity index 100%
rename from tasque/res/images/tasque.svg
rename to src/tasque/res/images/tasque.svg
diff --git a/tasque/res/osx/Contents/Info.plist b/src/tasque/res/osx/Contents/Info.plist
similarity index 100%
rename from tasque/res/osx/Contents/Info.plist
rename to src/tasque/res/osx/Contents/Info.plist
diff --git a/tasque/res/osx/Contents/MacOS/Tasque b/src/tasque/res/osx/Contents/MacOS/Tasque
similarity index 100%
rename from tasque/res/osx/Contents/MacOS/Tasque
rename to src/tasque/res/osx/Contents/MacOS/Tasque
diff --git a/tasque/res/osx/Contents/Resources/tasque.icns b/src/tasque/res/osx/Contents/Resources/tasque.icns
similarity index 100%
rename from tasque/res/osx/Contents/Resources/tasque.icns
rename to src/tasque/res/osx/Contents/Resources/tasque.icns
diff --git a/tasque/res/sounds/notify.wav b/src/tasque/res/sounds/notify.wav
similarity index 100%
rename from tasque/res/sounds/notify.wav
rename to src/tasque/res/sounds/notify.wav
diff --git a/tasque/res/tasque-opensuse-1click.png b/src/tasque/res/tasque-opensuse-1click.png
similarity index 100%
rename from tasque/res/tasque-opensuse-1click.png
rename to src/tasque/res/tasque-opensuse-1click.png
diff --git a/tasque/tasque-mac.csproj b/src/tasque/tasque-mac.csproj
similarity index 100%
rename from tasque/tasque-mac.csproj
rename to src/tasque/tasque-mac.csproj
diff --git a/tasque/tasque.csproj b/src/tasque/tasque.csproj
similarity index 99%
rename from tasque/tasque.csproj
rename to src/tasque/tasque.csproj
index 3ce4f01..1fd05cc 100644
--- a/tasque/tasque.csproj
+++ b/src/tasque/tasque.csproj
@@ -99,7 +99,7 @@
     <Compile Include="RemoteControlProxy.cs" />
     <Compile Include="GnomeApplication.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="..\build\CommonAssemblyInfo.cs">
+    <Compile Include="..\..\build\CommonAssemblyInfo.cs">
       <Link>Properties\CommonAssemblyInfo.cs</Link>
     </Compile>
   </ItemGroup>
diff --git a/tasque.sln b/tasque.sln
index 388b709..ebedd49 100644
--- a/tasque.sln
+++ b/tasque.sln
@@ -1,11 +1,11 @@
 ï
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tasque", "tasque\tasque.csproj", "{B19B9840-669D-4984-9772-E1F55193A67F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tasque", "src\tasque\tasque.csproj", "{B19B9840-669D-4984-9772-E1F55193A67F}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RtmNet", "RtmNet\RtmNet.csproj", "{0AA1B96E-03DE-4D26-B4FD-507E988FD9B7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RtmNet", "src\RtmNet\RtmNet.csproj", "{0AA1B96E-03DE-4D26-B4FD-507E988FD9B7}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libtasque", "libtasque\libtasque.csproj", "{784C9AA8-2B28-400B-8CC4-DCDC48CA37F0}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libtasque", "src\libtasque\libtasque.csproj", "{784C9AA8-2B28-400B-8CC4-DCDC48CA37F0}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "tests\tests.csproj", "{6DC908EC-E7C2-46CD-A21D-832C0D81D946}"
 EndProject
@@ -74,7 +74,7 @@ Global
 	GlobalSection(NestedProjects) = preSolution
 	EndGlobalSection
 	GlobalSection(MonoDevelopProperties) = preSolution
-		StartupItem = tasque\tasque.csproj
+		StartupItem = src\tasque\tasque.csproj
 		version = 0.1.10
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution



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