[tasque/viewmodel: 48/78] Add CrossCommand to solution
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/viewmodel: 48/78] Add CrossCommand to solution
- Date: Wed, 29 Aug 2012 18:38:41 +0000 (UTC)
commit 7a0525b5b1797fdc3d748a2c68ea77015e614701
Author: Antonius Riha <antoniusriha gmail com>
Date: Mon Aug 6 14:02:59 2012 +0200
Add CrossCommand to solution
* update submodule CrossCommand to latest
* remove all Command related code from libtasqueui
* add refs: libtasqueui -> CrossCommand; Tasque.Gtk -> Gtk.Commands
src/CrossCommand | 2 +-
src/Tasque.Gtk/Tasque.Gtk.csproj | 4 ++
src/libtasqueui/CommandBase.cs | 78 -----------------------------------
src/libtasqueui/ICommand.cs | 36 ----------------
src/libtasqueui/UICommand.cs | 79 ------------------------------------
src/libtasqueui/libtasqueui.csproj | 7 ++-
tasque.sln | 31 ++++++++++++++
7 files changed, 40 insertions(+), 197 deletions(-)
---
diff --git a/src/CrossCommand b/src/CrossCommand
index a93e7da..d46c4b9 160000
--- a/src/CrossCommand
+++ b/src/CrossCommand
@@ -1 +1 @@
-Subproject commit a93e7da44b98f2db798fedf51433c14875b5628c
+Subproject commit d46c4b92b88b5cf07fa41f69f4bedcfff849068b
diff --git a/src/Tasque.Gtk/Tasque.Gtk.csproj b/src/Tasque.Gtk/Tasque.Gtk.csproj
index 36318c5..8eb9cdc 100644
--- a/src/Tasque.Gtk/Tasque.Gtk.csproj
+++ b/src/Tasque.Gtk/Tasque.Gtk.csproj
@@ -165,6 +165,10 @@
<Project>{95B669DC-0F9F-4C26-B31E-34CFA54112E8}</Project>
<Name>TreeModelListAdapter</Name>
</ProjectReference>
+ <ProjectReference Include="..\CrossCommand\Gtk.Commands\Gtk.Commands.csproj">
+ <Project>{05098600-5315-41BB-860D-4E43A8138E83}</Project>
+ <Name>Gtk.Commands</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
diff --git a/src/libtasqueui/libtasqueui.csproj b/src/libtasqueui/libtasqueui.csproj
index f3eee40..21d0fae 100644
--- a/src/libtasqueui/libtasqueui.csproj
+++ b/src/libtasqueui/libtasqueui.csproj
@@ -99,14 +99,11 @@
<Compile Include="Legacy\TaskComparer.cs" />
<Compile Include="Legacy\CompletionDateRange.cs" />
<Compile Include="ITimeAware.cs" />
- <Compile Include="ICommand.cs" />
- <Compile Include="CommandBase.cs" />
<Compile Include="Legacy\MainWindowTopPanelModel.cs" />
<Compile Include="Legacy\MainWindowContextMenuModel.cs" />
<Compile Include="Legacy\Commands\ComponentCommands.cs" />
<Compile Include="Legacy\Commands\TaskCommands.cs" />
<Compile Include="Legacy\NativeApplication.cs" />
- <Compile Include="UICommand.cs" />
<Compile Include="TaskGroupModel.cs" />
<Compile Include="TaskGroupModelFactory.cs" />
<Compile Include="CompletedTaskGroupModel.cs" />
@@ -133,5 +130,9 @@
<Project>{A5AAD70F-F4E8-4CAE-A000-01C2D0A10B92}</Project>
<Name>CollectionView</Name>
</ProjectReference>
+ <ProjectReference Include="..\CrossCommand\CrossCommand\CrossCommand.csproj">
+ <Project>{1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}</Project>
+ <Name>CrossCommand</Name>
+ </ProjectReference>
</ItemGroup>
</Project>
diff --git a/tasque.sln b/tasque.sln
index e340e5b..faf4b00 100644
--- a/tasque.sln
+++ b/tasque.sln
@@ -42,6 +42,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeModelListAdapter", "src
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RtmNet", "src\RtmNet\RtmNet.csproj", "{0AA1B96E-03DE-4D26-B4FD-507E988FD9B7}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CrossCommand", "CrossCommand", "{C5C3CFDD-8057-4C61-86F5-692433D02531}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrossCommand", "src\CrossCommand\CrossCommand\CrossCommand.csproj", "{1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gtk.Commands", "src\CrossCommand\Gtk.Commands\Gtk.Commands.csproj", "{05098600-5315-41BB-860D-4E43A8138E83}"
+EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tasque", "src\tasque\tasque.csproj", "{A70BD496-A280-4EF5-BBE8-254E0CA89C62}"
EndProject
Global
@@ -54,6 +60,16 @@ Global
MonoMacRelease|Any CPU = MonoMacRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {05098600-5315-41BB-860D-4E43A8138E83}.GtkLinuxDebug|Any CPU.ActiveCfg = GtkLinuxDebug|Any CPU
+ {05098600-5315-41BB-860D-4E43A8138E83}.GtkLinuxDebug|Any CPU.Build.0 = GtkLinuxDebug|Any CPU
+ {05098600-5315-41BB-860D-4E43A8138E83}.GtkLinuxRelease|Any CPU.ActiveCfg = GtkLinuxRelease|Any CPU
+ {05098600-5315-41BB-860D-4E43A8138E83}.GtkLinuxRelease|Any CPU.Build.0 = GtkLinuxRelease|Any CPU
+ {05098600-5315-41BB-860D-4E43A8138E83}.GtkWinDebug|Any CPU.ActiveCfg = GtkWinDebug|Any CPU
+ {05098600-5315-41BB-860D-4E43A8138E83}.GtkWinDebug|Any CPU.Build.0 = GtkWinDebug|Any CPU
+ {05098600-5315-41BB-860D-4E43A8138E83}.GtkWinRelease|Any CPU.ActiveCfg = GtkWinRelease|Any CPU
+ {05098600-5315-41BB-860D-4E43A8138E83}.GtkWinRelease|Any CPU.Build.0 = GtkWinRelease|Any CPU
+ {05098600-5315-41BB-860D-4E43A8138E83}.MonoMacDebug|Any CPU.ActiveCfg = GtkLinuxDebug|Any CPU
+ {05098600-5315-41BB-860D-4E43A8138E83}.MonoMacRelease|Any CPU.ActiveCfg = GtkLinuxRelease|Any CPU
{0AA1B96E-03DE-4D26-B4FD-507E988FD9B7}.GtkLinuxDebug|Any CPU.ActiveCfg = GtkLinuxDebug|Any CPU
{0AA1B96E-03DE-4D26-B4FD-507E988FD9B7}.GtkLinuxDebug|Any CPU.Build.0 = GtkLinuxDebug|Any CPU
{0AA1B96E-03DE-4D26-B4FD-507E988FD9B7}.GtkLinuxRelease|Any CPU.ActiveCfg = GtkLinuxRelease|Any CPU
@@ -86,6 +102,18 @@ Global
{1F6FC2AE-0BB5-4536-939F-1D9FE893F7DD}.MonoMacDebug|Any CPU.Build.0 = MonoMacDebug|Any CPU
{1F6FC2AE-0BB5-4536-939F-1D9FE893F7DD}.MonoMacRelease|Any CPU.ActiveCfg = MonoMacRelease|Any CPU
{1F6FC2AE-0BB5-4536-939F-1D9FE893F7DD}.MonoMacRelease|Any CPU.Build.0 = MonoMacRelease|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.GtkLinuxDebug|Any CPU.ActiveCfg = GtkLinuxDebug|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.GtkLinuxDebug|Any CPU.Build.0 = GtkLinuxDebug|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.GtkLinuxRelease|Any CPU.ActiveCfg = GtkLinuxRelease|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.GtkLinuxRelease|Any CPU.Build.0 = GtkLinuxRelease|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.GtkWinDebug|Any CPU.ActiveCfg = GtkWinDebug|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.GtkWinDebug|Any CPU.Build.0 = GtkWinDebug|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.GtkWinRelease|Any CPU.ActiveCfg = GtkWinRelease|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.GtkWinRelease|Any CPU.Build.0 = GtkWinRelease|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.MonoMacDebug|Any CPU.ActiveCfg = MonoMacDebug|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.MonoMacDebug|Any CPU.Build.0 = MonoMacDebug|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.MonoMacRelease|Any CPU.ActiveCfg = MonoMacRelease|Any CPU
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C}.MonoMacRelease|Any CPU.Build.0 = MonoMacRelease|Any CPU
{545C0208-DE58-42F1-B818-0B57293B7831}.GtkLinuxDebug|Any CPU.ActiveCfg = GtkLinuxDebug|Any CPU
{545C0208-DE58-42F1-B818-0B57293B7831}.GtkLinuxDebug|Any CPU.Build.0 = GtkLinuxDebug|Any CPU
{545C0208-DE58-42F1-B818-0B57293B7831}.GtkLinuxRelease|Any CPU.ActiveCfg = GtkLinuxRelease|Any CPU
@@ -257,10 +285,13 @@ Global
{B3107E6C-08DD-4264-A8D5-467BD96F33CA} = {EECEC2EF-0F00-49F1-814F-3140F45C4F71}
{575AA970-031A-4E4A-8409-75D749D3C23E} = {8F06BE43-859E-4A2D-B620-7CEDFF408F39}
{0AA1B96E-03DE-4D26-B4FD-507E988FD9B7} = {8F06BE43-859E-4A2D-B620-7CEDFF408F39}
+ {C5C3CFDD-8057-4C61-86F5-692433D02531} = {8F06BE43-859E-4A2D-B620-7CEDFF408F39}
{6CAD6147-9A67-42B7-BEAA-CAF4100B48CF} = {575AA970-031A-4E4A-8409-75D749D3C23E}
{0EFB56A9-B582-465B-AC9D-7609ABC121EB} = {575AA970-031A-4E4A-8409-75D749D3C23E}
{A5AAD70F-F4E8-4CAE-A000-01C2D0A10B92} = {575AA970-031A-4E4A-8409-75D749D3C23E}
{95B669DC-0F9F-4C26-B31E-34CFA54112E8} = {575AA970-031A-4E4A-8409-75D749D3C23E}
+ {1F7F8DA9-F2C0-4E17-980E-42E4282F6A1C} = {C5C3CFDD-8057-4C61-86F5-692433D02531}
+ {05098600-5315-41BB-860D-4E43A8138E83} = {C5C3CFDD-8057-4C61-86F5-692433D02531}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = src\tasque\tasque.csproj
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]