[f-spot] Rename FSpot.Widgets assembly to FSpot.Gui.



commit ca6c5b6c85909ec37b9befe8dfc9a30922853096
Author: Ruben Vermeersch <ruben savanne be>
Date:   Tue Aug 10 13:36:58 2010 +0200

    Rename FSpot.Widgets assembly to FSpot.Gui.

 .gitignore                                         |    2 +-
 F-Spot.sln                                         |    2 +-
 build/build.environment.mk                         |   10 +++++-----
 configure.ac                                       |    4 ++--
 po/POTFILES.in                                     |    4 ++--
 po/POTFILES.skip                                   |    2 +-
 src/Clients/MainApp/MainApp.csproj                 |    9 ++++-----
 .../FSpot.Gui.csproj}                              |    0
 .../FSpot.Gui.dll.config.in}                       |    0
 .../FSpot.Widgets/ApplicationActivatedEventArgs.cs |    0
 .../FSpot.Widgets/BuilderWindow.cs                 |    0
 .../FSpot.Widgets/CairoTransition.cs               |    0
 .../FSpot.Widgets/CheckPattern.cs                  |    0
 .../FSpot.Widgets/ComplexMenuItem.cs               |    0
 .../FSpot.Widgets/Curve.cs                         |    0
 .../FSpot.Widgets/CurveType.cs                     |    0
 .../FSpot.Widgets/CustomPrintWidget.cs             |    0
 .../FSpot.Widgets/DateEdit.cs                      |    0
 .../FSpot.Widgets/DateEditFlags.cs                 |    0
 .../FSpot.Widgets/DissolveTransition.cs            |    0
 .../FSpot.Widgets/HighlightedBox.cs                |    0
 .../FSpot.Widgets/ImageView.cs                     |    0
 .../FSpot.Widgets/Layout.cs                        |    0
 .../FSpot.Widgets/MenuButton.cs                    |    0
 .../FSpot.Widgets/OpenWithMenu.cs                  |    0
 .../FSpot.Widgets/Overlay.cs                       |    0
 .../FSpot.Widgets/PointerMode.cs                   |    0
 .../FSpot.Widgets/PushTransition.cs                |    0
 .../FSpot.Widgets/Rating.cs                        |    0
 .../FSpot.Widgets/SaneTreeView.cs                  |    0
 .../FSpot.Widgets/ScrolledView.cs                  |    0
 .../FSpot.Widgets/SlideShowTransition.cs           |    0
 src/Core/{FSpot.Widgets => FSpot.Gui}/Makefile.am  |    8 ++++----
 src/Core/Makefile.am                               |    2 +-
 .../FSpot.Exporters.Facebook.csproj                |    8 ++++----
 .../FSpot.Exporters.Folder.csproj                  |    4 ++--
 .../FSpot.Exporters.Gallery.csproj                 |    8 ++++----
 .../FSpot.Tools.ScreensaverConfig.csproj           |    4 ++--
 .../FSpot.Transitions.Cover.csproj                 |    4 ++--
 39 files changed, 35 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6532866..080b464 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,6 +52,6 @@ help/*/*.page
 help/*/*.xml
 !help/C/*.xml
 /src/Core/FSpot.Core/FSpot.Core/Defines.cs
-/src/Core/FSpot.Widgets/FSpot.Widgets.dll.config
+/src/Core/FSpot.Gui/FSpot.Gui.dll.config
 /src/Clients/MainApp/f-spot
 /src/Clients/MainApp/f-spot.exe.config
diff --git a/F-Spot.sln b/F-Spot.sln
index ba465cb..856cb81 100644
--- a/F-Spot.sln
+++ b/F-Spot.sln
@@ -17,7 +17,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FSpot.Query", "src\Core\FSp
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FSpot.Utils", "src\Core\FSpot.Utils\FSpot.Utils.csproj", "{CE160879-1BF0-4711-A18F-FDA2772900FA}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FSpot.Widgets", "src\Core\FSpot.Widgets\FSpot.Widgets.csproj", "{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FSpot.Gui", "src\Core\FSpot.Widgets\FSpot.Gui.csproj", "{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}"
 EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{6369E0D4-0A68-4D4E-A6A0-EF2EA793002F}"
 EndProject
diff --git a/build/build.environment.mk b/build/build.environment.mk
index 1841b15..231e28e 100644
--- a/build/build.environment.mk
+++ b/build/build.environment.mk
@@ -118,13 +118,13 @@ REF_FSPOT_PLATFORM = $(LINK_GCONF) $(LINK_GTK) $(LINK_FSPOT_CORE_DEPS) $(LINK_DB
 LINK_FSPOT_PLATFORM = -r:$(DIR_BIN)/FSpot.Platform.dll
 LINK_FSPOT_PLATFORM_DEPS = $(REF_FSPOT_PLATFORM) $(LINK_FSPOT_PLATFORM)
 
-# FSpot.Widgets
-REF_FSPOT_WIDGETS = $(LINK_FSPOT_CORE_DEPS) $(LINK_FSPOT_BLING_DEPS)
-LINK_FSPOT_WIDGETS = -r:$(DIR_BIN)/FSpot.Widgets.dll
-LINK_FSPOT_WIDGETS_DEPS = $(REF_FSPOT_WIDGETS) $(LINK_FSPOT_WIDGETS) $(LINK_HENA_GUI_DEPS)
+# FSpot.Gui
+REF_FSPOT_GUI = $(LINK_FSPOT_CORE_DEPS) $(LINK_FSPOT_BLING_DEPS)
+LINK_FSPOT_GUI = -r:$(DIR_BIN)/FSpot.Gui.dll
+LINK_FSPOT_GUI_DEPS = $(REF_FSPOT_GUI) $(LINK_FSPOT_GUI) $(LINK_HENA_GUI_DEPS)
 
 # FSpot (executable)
-REF_FSPOT = $(LINK_FSPOT_WIDGETS_DEPS) $(LINK_FSPOT_PLATFORM_DEPS) $(LINK_FSPOT_QUERY_DEPS) \
+REF_FSPOT = $(LINK_FSPOT_GUI_DEPS) $(LINK_FSPOT_PLATFORM_DEPS) $(LINK_FSPOT_QUERY_DEPS) \
             $(LINK_GLIB) $(LINK_MONO_ADDINS_DEPS) $(LINK_UNIQUE_DEPS) $(LINK_MONO_ADDINS_SETUP_DEPS) \
             $(LINK_GLADE) $(LINK_MONODATA) \
             $(LINK_MONO_ADDINS_GUI_DEPS) $(LINK_FSPOT_JOB_SCHEDULER_DEPS) $(LINK_ICSHARP_ZIP_LIB) \
diff --git a/configure.ac b/configure.ac
index 9bd0616..39cd69e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,8 +351,8 @@ src/Core/FSpot.Core/FSpot.Core/Defines.cs
 src/Core/FSpot.JobScheduler/Makefile
 src/Core/FSpot.Utils/Makefile
 src/Core/FSpot.Query/Makefile
-src/Core/FSpot.Widgets/Makefile
-src/Core/FSpot.Widgets/FSpot.Widgets.dll.config
+src/Core/FSpot.Gui/Makefile
+src/Core/FSpot.Gui/FSpot.Gui.dll.config
 src/Core/FSpot.Platform/Makefile
 
 src/Clients/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8090777..7eec0d8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -86,8 +86,8 @@ src/Clients/MainApp/ThumbnailCommand.cs
 [type: gettext/glade]src/Clients/MainApp/ui/single_view.ui
 [type: gettext/glade]src/Clients/MainApp/ui/tag_selection_dialog.ui
 [type: gettext/glade]src/Clients/MainApp/ui/viewer_preferences.ui
-src/Core/FSpot.Widgets/FSpot.Widgets/CustomPrintWidget.cs
-src/Core/FSpot.Widgets/FSpot.Widgets/OpenWithMenu.cs
+src/Core/FSpot.Gui/FSpot.Widgets/CustomPrintWidget.cs
+src/Core/FSpot.Gui/FSpot.Widgets/OpenWithMenu.cs
 src/Extensions/Editors/FSpot.Editors.Blackout/FSpot.Addins.Editors/BlackoutEditor.cs
 src/Extensions/Editors/FSpot.Editors.BW/FSpot.Addins.Editors/BWEditor.cs
 src/Extensions/Editors/FSpot.Editors.Flip/FSpot.Addins.Editors/FlipEditor.cs
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index f5e7e73..5c97088 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -20,7 +20,7 @@ lib/Hyena/Hyena/Hyena.Query/NullQueryValue.cs
 lib/Hyena/Hyena/Hyena.Query/RelativeTimeSpanQueryValue.cs
 lib/Hyena/Hyena/Hyena.Query/StringQueryValue.cs
 lib/Hyena/Mono.Data.Sqlite/Mono.Data.Sqlite/SR.Designer.cs
-src/Core/FSpot.Widgets/FSpot.Widgets/DateEdit.cs
+src/Core/FSpot.Gui/FSpot.Widgets/DateEdit.cs
 src/Extensions/Tools/FSpot.Tools.ChangePhotoPath/Resources/ChangePhotoPath.addin.xml
 src/Extensions/Tools/FSpot.Tools.DevelopInUFraw/Resources/DevelopInUFRaw.addin.xml
 src/Extensions/Tools/FSpot.Tools.HashJob/Resources/HashJob.addin.xml
diff --git a/src/Clients/MainApp/MainApp.csproj b/src/Clients/MainApp/MainApp.csproj
index cd514f2..df27ac6 100644
--- a/src/Clients/MainApp/MainApp.csproj
+++ b/src/Clients/MainApp/MainApp.csproj
@@ -354,10 +354,6 @@
       <Project>{D4E4D07E-D323-4CAE-BE04-8EE8EDF7F07E}</Project>
       <Name>FSpot.Query</Name>
     </ProjectReference>
-    <ProjectReference Include="..\..\Core\FSpot.Widgets\FSpot.Widgets.csproj">
-      <Project>{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}</Project>
-      <Name>FSpot.Widgets</Name>
-    </ProjectReference>
     <ProjectReference Include="..\..\Core\FSpot.Bling\FSpot.Bling.csproj">
       <Project>{7281334F-0B1D-4383-9EA2-6740D56ADCDE}</Project>
       <Name>FSpot.Bling</Name>
@@ -370,10 +366,13 @@
       <Project>{CE160879-1BF0-4711-A18F-FDA2772900FA}</Project>
       <Name>FSpot.Utils</Name>
     </ProjectReference>
+    <ProjectReference Include="..\..\Core\FSpot.Widgets\FSpot.Gui.csproj">
+      <Project>{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}</Project>
+      <Name>FSpot.Gui</Name>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <Folder Include="FSpot\" />
-    <Folder Include="FSpot.Transitions\" />
     <Folder Include="FSpot.Widgets\" />
   </ItemGroup>
 </Project>
\ No newline at end of file
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets.csproj b/src/Core/FSpot.Gui/FSpot.Gui.csproj
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets.csproj
rename to src/Core/FSpot.Gui/FSpot.Gui.csproj
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets.dll.config.in b/src/Core/FSpot.Gui/FSpot.Gui.dll.config.in
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets.dll.config.in
rename to src/Core/FSpot.Gui/FSpot.Gui.dll.config.in
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/ApplicationActivatedEventArgs.cs b/src/Core/FSpot.Gui/FSpot.Widgets/ApplicationActivatedEventArgs.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/ApplicationActivatedEventArgs.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/ApplicationActivatedEventArgs.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/BuilderWindow.cs b/src/Core/FSpot.Gui/FSpot.Widgets/BuilderWindow.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/BuilderWindow.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/BuilderWindow.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/CairoTransition.cs b/src/Core/FSpot.Gui/FSpot.Widgets/CairoTransition.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/CairoTransition.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/CairoTransition.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/CheckPattern.cs b/src/Core/FSpot.Gui/FSpot.Widgets/CheckPattern.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/CheckPattern.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/CheckPattern.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/ComplexMenuItem.cs b/src/Core/FSpot.Gui/FSpot.Widgets/ComplexMenuItem.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/ComplexMenuItem.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/ComplexMenuItem.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/Curve.cs b/src/Core/FSpot.Gui/FSpot.Widgets/Curve.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/Curve.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/Curve.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/CurveType.cs b/src/Core/FSpot.Gui/FSpot.Widgets/CurveType.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/CurveType.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/CurveType.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/CustomPrintWidget.cs b/src/Core/FSpot.Gui/FSpot.Widgets/CustomPrintWidget.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/CustomPrintWidget.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/CustomPrintWidget.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/DateEdit.cs b/src/Core/FSpot.Gui/FSpot.Widgets/DateEdit.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/DateEdit.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/DateEdit.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/DateEditFlags.cs b/src/Core/FSpot.Gui/FSpot.Widgets/DateEditFlags.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/DateEditFlags.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/DateEditFlags.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/DissolveTransition.cs b/src/Core/FSpot.Gui/FSpot.Widgets/DissolveTransition.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/DissolveTransition.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/DissolveTransition.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/HighlightedBox.cs b/src/Core/FSpot.Gui/FSpot.Widgets/HighlightedBox.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/HighlightedBox.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/HighlightedBox.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/ImageView.cs b/src/Core/FSpot.Gui/FSpot.Widgets/ImageView.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/ImageView.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/ImageView.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/Layout.cs b/src/Core/FSpot.Gui/FSpot.Widgets/Layout.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/Layout.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/Layout.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/MenuButton.cs b/src/Core/FSpot.Gui/FSpot.Widgets/MenuButton.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/MenuButton.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/MenuButton.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/OpenWithMenu.cs b/src/Core/FSpot.Gui/FSpot.Widgets/OpenWithMenu.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/OpenWithMenu.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/OpenWithMenu.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/Overlay.cs b/src/Core/FSpot.Gui/FSpot.Widgets/Overlay.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/Overlay.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/Overlay.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/PointerMode.cs b/src/Core/FSpot.Gui/FSpot.Widgets/PointerMode.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/PointerMode.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/PointerMode.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/PushTransition.cs b/src/Core/FSpot.Gui/FSpot.Widgets/PushTransition.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/PushTransition.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/PushTransition.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/Rating.cs b/src/Core/FSpot.Gui/FSpot.Widgets/Rating.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/Rating.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/Rating.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/SaneTreeView.cs b/src/Core/FSpot.Gui/FSpot.Widgets/SaneTreeView.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/SaneTreeView.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/SaneTreeView.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/ScrolledView.cs b/src/Core/FSpot.Gui/FSpot.Widgets/ScrolledView.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/ScrolledView.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/ScrolledView.cs
diff --git a/src/Core/FSpot.Widgets/FSpot.Widgets/SlideShowTransition.cs b/src/Core/FSpot.Gui/FSpot.Widgets/SlideShowTransition.cs
similarity index 100%
rename from src/Core/FSpot.Widgets/FSpot.Widgets/SlideShowTransition.cs
rename to src/Core/FSpot.Gui/FSpot.Widgets/SlideShowTransition.cs
diff --git a/src/Core/FSpot.Widgets/Makefile.am b/src/Core/FSpot.Gui/Makefile.am
similarity index 85%
rename from src/Core/FSpot.Widgets/Makefile.am
rename to src/Core/FSpot.Gui/Makefile.am
index dc46dd8..eba322a 100644
--- a/src/Core/FSpot.Widgets/Makefile.am
+++ b/src/Core/FSpot.Gui/Makefile.am
@@ -1,6 +1,6 @@
-ASSEMBLY = FSpot.Widgets
+ASSEMBLY = FSpot.Gui
 TARGET = library
-LINK = $(REF_FSPOT_WIDGETS)
+LINK = $(REF_FSPOT_GUI)
 
 SOURCES =  \
 	FSpot.Widgets/ApplicationActivatedEventArgs.cs \
@@ -30,5 +30,5 @@ RESOURCES =
 
 include $(top_srcdir)/build/build.mk
 
-EXTRA_DIST += FSpot.Widgets.dll.config
-module_SCRIPTS += FSpot.Widgets.dll.config
+EXTRA_DIST += FSpot.Gui.dll.config
+module_SCRIPTS += FSpot.Gui.dll.config
diff --git a/src/Core/Makefile.am b/src/Core/Makefile.am
index 0627bc8..be4c8b0 100644
--- a/src/Core/Makefile.am
+++ b/src/Core/Makefile.am
@@ -5,5 +5,5 @@ SUBDIRS = \
 		FSpot.Core \
 		FSpot.JobScheduler \
 		FSpot.Query \
-		FSpot.Widgets \
+		FSpot.Gui \
 		FSpot.Platform
diff --git a/src/Extensions/Exporters/FSpot.Exporters.Facebook/FSpot.Exporters.Facebook.csproj b/src/Extensions/Exporters/FSpot.Exporters.Facebook/FSpot.Exporters.Facebook.csproj
index 9abadd0..4c341a9 100644
--- a/src/Extensions/Exporters/FSpot.Exporters.Facebook/FSpot.Exporters.Facebook.csproj
+++ b/src/Extensions/Exporters/FSpot.Exporters.Facebook/FSpot.Exporters.Facebook.csproj
@@ -120,13 +120,13 @@
       <Project>{2D3B12F7-ABF3-4784-92FE-78A1C775E157}</Project>
       <Name>FSpot.Platform</Name>
     </ProjectReference>
-    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Widgets.csproj">
-      <Project>{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}</Project>
-      <Name>FSpot.Widgets</Name>
-    </ProjectReference>
     <ProjectReference Include="..\..\..\Core\FSpot.Utils\FSpot.Utils.csproj">
       <Project>{CE160879-1BF0-4711-A18F-FDA2772900FA}</Project>
       <Name>FSpot.Utils</Name>
     </ProjectReference>
+    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Gui.csproj">
+      <Project>{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}</Project>
+      <Name>FSpot.Gui</Name>
+    </ProjectReference>
   </ItemGroup>
 </Project>
\ No newline at end of file
diff --git a/src/Extensions/Exporters/FSpot.Exporters.Folder/FSpot.Exporters.Folder.csproj b/src/Extensions/Exporters/FSpot.Exporters.Folder/FSpot.Exporters.Folder.csproj
index 7c3061e..afb118c 100644
--- a/src/Extensions/Exporters/FSpot.Exporters.Folder/FSpot.Exporters.Folder.csproj
+++ b/src/Extensions/Exporters/FSpot.Exporters.Folder/FSpot.Exporters.Folder.csproj
@@ -83,9 +83,9 @@
       <Project>{CE160879-1BF0-4711-A18F-FDA2772900FA}</Project>
       <Name>FSpot.Utils</Name>
     </ProjectReference>
-    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Widgets.csproj">
+    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Gui.csproj">
       <Project>{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}</Project>
-      <Name>FSpot.Widgets</Name>
+      <Name>FSpot.Gui</Name>
     </ProjectReference>
   </ItemGroup>
   <ItemGroup>
diff --git a/src/Extensions/Exporters/FSpot.Exporters.Gallery/FSpot.Exporters.Gallery.csproj b/src/Extensions/Exporters/FSpot.Exporters.Gallery/FSpot.Exporters.Gallery.csproj
index f362307..d873832 100644
--- a/src/Extensions/Exporters/FSpot.Exporters.Gallery/FSpot.Exporters.Gallery.csproj
+++ b/src/Extensions/Exporters/FSpot.Exporters.Gallery/FSpot.Exporters.Gallery.csproj
@@ -81,10 +81,6 @@
       <Project>{57EDC3BC-E777-4400-B4E7-32A5D8F15A76}</Project>
       <Name>FSpot.Core</Name>
     </ProjectReference>
-    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Widgets.csproj">
-      <Project>{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}</Project>
-      <Name>FSpot.Widgets</Name>
-    </ProjectReference>
     <ProjectReference Include="..\..\..\Core\FSpot.Utils\FSpot.Utils.csproj">
       <Project>{CE160879-1BF0-4711-A18F-FDA2772900FA}</Project>
       <Name>FSpot.Utils</Name>
@@ -97,6 +93,10 @@
       <Project>{C856EFD8-E812-4E61-8B76-E3583D94C233}</Project>
       <Name>Hyena.Gui</Name>
     </ProjectReference>
+    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Gui.csproj">
+      <Project>{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}</Project>
+      <Name>FSpot.Gui</Name>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <Folder Include="Resources\" />
diff --git a/src/Extensions/Tools/FSpot.Tools.ScreensaverConfig/FSpot.Tools.ScreensaverConfig.csproj b/src/Extensions/Tools/FSpot.Tools.ScreensaverConfig/FSpot.Tools.ScreensaverConfig.csproj
index 9c0f094..61ca69b 100644
--- a/src/Extensions/Tools/FSpot.Tools.ScreensaverConfig/FSpot.Tools.ScreensaverConfig.csproj
+++ b/src/Extensions/Tools/FSpot.Tools.ScreensaverConfig/FSpot.Tools.ScreensaverConfig.csproj
@@ -73,9 +73,9 @@
       <Project>{27EC05FB-0223-4B26-8157-E49AF81D0007}</Project>
       <Name>MainApp</Name>
     </ProjectReference>
-    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Widgets.csproj">
+    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Gui.csproj">
       <Project>{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}</Project>
-      <Name>FSpot.Widgets</Name>
+      <Name>FSpot.Gui</Name>
     </ProjectReference>
   </ItemGroup>
   <ItemGroup>
diff --git a/src/Extensions/Transitions/FSpot.Transitions.Cover/FSpot.Transitions.Cover.csproj b/src/Extensions/Transitions/FSpot.Transitions.Cover/FSpot.Transitions.Cover.csproj
index b384d37..8f1296e 100644
--- a/src/Extensions/Transitions/FSpot.Transitions.Cover/FSpot.Transitions.Cover.csproj
+++ b/src/Extensions/Transitions/FSpot.Transitions.Cover/FSpot.Transitions.Cover.csproj
@@ -67,9 +67,9 @@
       <Project>{CE160879-1BF0-4711-A18F-FDA2772900FA}</Project>
       <Name>FSpot.Utils</Name>
     </ProjectReference>
-    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Widgets.csproj">
+    <ProjectReference Include="..\..\..\Core\FSpot.Widgets\FSpot.Gui.csproj">
       <Project>{05A7FEC4-974A-40EB-AFB8-14E523EEEFFB}</Project>
-      <Name>FSpot.Widgets</Name>
+      <Name>FSpot.Gui</Name>
     </ProjectReference>
   </ItemGroup>
 </Project>
\ No newline at end of file



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