Merge lp://qastaging/~d6g/do-plugins/mdp-fix into lp://qastaging/do-plugins

Proposed by Peng Deng
Status: Merged
Merged at revision: not available
Proposed branch: lp://qastaging/~d6g/do-plugins/mdp-fix
Merge into: lp://qastaging/do-plugins
Diff against target: None lines
To merge this branch: bzr merge lp://qastaging/~d6g/do-plugins/mdp-fix
Reviewer Review Type Date Requested Status
Do Plugins Team Pending
Review via email: mp+7783@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
Peng Deng (d6g) wrote :

Fix broken references, missing files etc. of most MD projects. Now they will build correctly.
Due to the new autotool work process, *.addin.xml needs to be generated by ./autogen.sh so that MD can locate them.

635. By Peng Deng

Add missing file in Microblogging MD project

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Alias/Alias.mdp'
2--- Alias/Alias.mdp 2009-06-22 04:05:16 +0000
3+++ Alias/Alias.mdp 2009-06-23 00:52:54 +0000
4@@ -1,4 +1,4 @@
5-<Project name="Alias" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
6+<Project name="Alias" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
7 <Configurations active="Debug">
8 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
9 <Output directory="bin/Debug" assembly="Alias" />
10@@ -23,7 +23,8 @@
11 <References>
12 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
13 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
14- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
15- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
16+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
17+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
18+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
19 </References>
20-</Project>
21+</Project>
22\ No newline at end of file
23
24=== modified file 'AptURL/AptURL.mdp'
25--- AptURL/AptURL.mdp 2009-06-22 04:05:16 +0000
26+++ AptURL/AptURL.mdp 2009-06-23 00:52:54 +0000
27@@ -1,4 +1,4 @@
28-<Project name="AptURL" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
29+<Project name="AptURL" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
30 <Configurations active="Debug">
31 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
32 <Output directory="bin/Debug" assembly="AptURL" />
33@@ -22,7 +22,8 @@
34 <References>
35 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
36 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
37- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
38- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
39+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
40+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
41+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
42 </References>
43-</Project>
44+</Project>
45\ No newline at end of file
46
47=== modified file 'Archive/Archive.mdp'
48--- Archive/Archive.mdp 2009-06-22 04:05:16 +0000
49+++ Archive/Archive.mdp 2009-06-23 00:52:54 +0000
50@@ -1,4 +1,4 @@
51-<Project name="Archive" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
52+<Project name="Archive" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
53 <Configurations active="Debug">
54 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
55 <Output directory="bin/Debug" assembly="Archive" />
56@@ -24,6 +24,7 @@
57 <References>
58 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
59 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
60- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
61+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
62+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
63 </References>
64-</Project>
65+</Project>
66\ No newline at end of file
67
68=== modified file 'Banshee/Banshee.mdp'
69--- Banshee/Banshee.mdp 2009-06-22 04:05:16 +0000
70+++ Banshee/Banshee.mdp 2009-06-23 00:52:54 +0000
71@@ -1,4 +1,4 @@
72-<Project name="Banshee" fileversion="2.0" language="C#" DefaultNamespace="Banshee" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
73+<Project name="Banshee" fileversion="2.0" language="C#" DefaultNamespace="Banshee" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
74 <Configurations active="Debug">
75 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
76 <Output directory="bin/Debug" assembly="Banshee" />
77@@ -36,8 +36,10 @@
78 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
79 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
80 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
81- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
82- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
83+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
84+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
85+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
86+ <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/lib/banshee-1/Banshee.CollectionIndexer.dll" />
87 </References>
88 <Deployment.LinuxDeployData scriptName="banshee-1" />
89-</Project>
90+</Project>
91\ No newline at end of file
92
93=== modified file 'Bibtex/Bibtex.mdp'
94--- Bibtex/Bibtex.mdp 2009-06-22 04:05:16 +0000
95+++ Bibtex/Bibtex.mdp 2009-06-23 00:52:54 +0000
96@@ -1,4 +1,4 @@
97-<Project name="Bibtex" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
98+<Project name="Bibtex" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
99 <Configurations active="Debug">
100 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
101 <Output directory="bin/Debug" assembly="Bibtex" />
102@@ -31,8 +31,11 @@
103 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
104 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
105 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
106- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
107- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
108- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
109+ <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
110+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
111+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
112+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
113+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
114 </References>
115-</Project>
116+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
117+</Project>
118\ No newline at end of file
119
120=== modified file 'Bibtex/gtk-gui/Bibtex.Configuration.cs'
121--- Bibtex/gtk-gui/Bibtex.Configuration.cs 2009-06-22 04:05:16 +0000
122+++ Bibtex/gtk-gui/Bibtex.Configuration.cs 2009-06-23 00:52:54 +0000
123@@ -1,7 +1,7 @@
124 // ------------------------------------------------------------------------------
125 // <autogenerated>
126 // This code was generated by a tool.
127-// Mono Runtime Version: 2.0.50727.42
128+//
129 //
130 // Changes to this file may cause incorrect behavior and will be lost if
131 // the code is regenerated.
132
133=== modified file 'Bibtex/gtk-gui/generated.cs'
134--- Bibtex/gtk-gui/generated.cs 2009-01-05 01:32:46 +0000
135+++ Bibtex/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
136@@ -1,7 +1,7 @@
137 // ------------------------------------------------------------------------------
138 // <autogenerated>
139 // This code was generated by a tool.
140-// Mono Runtime Version: 2.0.50727.42
141+//
142 //
143 // Changes to this file may cause incorrect behavior and will be lost if
144 // the code is regenerated.
145
146=== modified file 'Bibtex/gtk-gui/gui.stetic'
147--- Bibtex/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
148+++ Bibtex/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
149@@ -2,7 +2,7 @@
150 <stetic-interface>
151 <configuration>
152 <images-root-path>..</images-root-path>
153- <target-gtk-version>2.12.9</target-gtk-version>
154+ <target-gtk-version>2.12</target-gtk-version>
155 </configuration>
156 <import>
157 <widget-library name="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
158
159=== modified file 'Cl.ickable/Cl.ickable.mdp'
160--- Cl.ickable/Cl.ickable.mdp 2009-06-22 04:05:16 +0000
161+++ Cl.ickable/Cl.ickable.mdp 2009-06-23 00:52:54 +0000
162@@ -1,4 +1,4 @@
163-<Project name="Cl.ickable" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
164+<Project name="Cl.ickable" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
165 <Configurations active="Debug">
166 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
167 <Output directory="bin/Debug" assembly="Cl.ickable" />
168@@ -25,7 +25,8 @@
169 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
170 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
171 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
172- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
173- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
174+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
175+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
176+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
177 </References>
178-</Project>
179+</Project>
180\ No newline at end of file
181
182=== modified file 'ClawsMail/ClawsMail.mdp'
183--- ClawsMail/ClawsMail.mdp 2009-06-22 04:05:16 +0000
184+++ ClawsMail/ClawsMail.mdp 2009-06-23 00:52:54 +0000
185@@ -23,8 +23,9 @@
186 <References>
187 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
188 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
189- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
190- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
191+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
192+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
193+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
194 </References>
195 <Deployment.LinuxDeployData scriptName="sylpheed-claws-address" />
196-</Project>
197+</Project>
198\ No newline at end of file
199
200=== modified file 'Confluence/Confluence.mdp'
201--- Confluence/Confluence.mdp 2009-06-22 04:05:16 +0000
202+++ Confluence/Confluence.mdp 2009-06-23 00:52:54 +0000
203@@ -1,4 +1,4 @@
204-<Project name="Confluence" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
205+<Project name="Confluence" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
206 <Configurations active="Debug">
207 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
208 <Output directory="bin/Debug" assembly="Confluence" />
209@@ -30,13 +30,15 @@
210 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
211 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
212 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
213- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
214 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
215 <ProjectReference type="Gac" localcopy="True" refto="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
216 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
217 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
218- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
219- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
220- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
221+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
222+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
223+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
224+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
225+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
226 </References>
227-</Project>
228+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
229+</Project>
230\ No newline at end of file
231
232=== modified file 'Confluence/gtk-gui/Confluence.ConfluenceConfigWidget.cs'
233--- Confluence/gtk-gui/Confluence.ConfluenceConfigWidget.cs 2009-06-22 04:05:16 +0000
234+++ Confluence/gtk-gui/Confluence.ConfluenceConfigWidget.cs 2009-06-23 00:52:54 +0000
235@@ -1,7 +1,7 @@
236 // ------------------------------------------------------------------------------
237 // <autogenerated>
238 // This code was generated by a tool.
239-// Mono Runtime Version: 2.0.50727.42
240+//
241 //
242 // Changes to this file may cause incorrect behavior and will be lost if
243 // the code is regenerated.
244@@ -47,8 +47,7 @@
245 this.table1.ColumnSpacing = ((uint)(6));
246 // Container child table1.Gtk.Table+TableChild
247 this._entryBaseUrl = new Gtk.Entry();
248- Gtk.Tooltips w1 = new Gtk.Tooltips();
249- w1.SetTip(this._entryBaseUrl, "The base url location to your Confluence install. ie. http://opensource.atlassian.com/confluence/spring", "The base url location to your Confluence install. ie. http://opensource.atlassian.com/confluence/spring");
250+ this._entryBaseUrl.TooltipMarkup = "The base url location to your Confluence install. ie. http://opensource.atlassian.com/confluence/spring";
251 this._entryBaseUrl.CanFocus = true;
252 this._entryBaseUrl.Name = "_entryBaseUrl";
253 this._entryBaseUrl.Text = Mono.Addins.AddinManager.CurrentLocalizer.GetString("http://opensource.atlassian.com/confluence/spring");
254@@ -56,11 +55,11 @@
255 this._entryBaseUrl.WidthChars = 40;
256 this._entryBaseUrl.InvisibleChar = '●';
257 this.table1.Add(this._entryBaseUrl);
258- Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this._entryBaseUrl]));
259- w2.LeftAttach = ((uint)(1));
260- w2.RightAttach = ((uint)(2));
261- w2.XOptions = ((Gtk.AttachOptions)(4));
262- w2.YOptions = ((Gtk.AttachOptions)(4));
263+ Gtk.Table.TableChild w1 = ((Gtk.Table.TableChild)(this.table1[this._entryBaseUrl]));
264+ w1.LeftAttach = ((uint)(1));
265+ w1.RightAttach = ((uint)(2));
266+ w1.XOptions = ((Gtk.AttachOptions)(4));
267+ w1.YOptions = ((Gtk.AttachOptions)(4));
268 // Container child table1.Gtk.Table+TableChild
269 this._entryMaxSearchResults = new Gtk.Entry();
270 this._entryMaxSearchResults.CanFocus = true;
271@@ -68,13 +67,13 @@
272 this._entryMaxSearchResults.IsEditable = true;
273 this._entryMaxSearchResults.InvisibleChar = '●';
274 this.table1.Add(this._entryMaxSearchResults);
275- Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this._entryMaxSearchResults]));
276- w3.TopAttach = ((uint)(3));
277- w3.BottomAttach = ((uint)(4));
278- w3.LeftAttach = ((uint)(1));
279- w3.RightAttach = ((uint)(2));
280- w3.XOptions = ((Gtk.AttachOptions)(4));
281- w3.YOptions = ((Gtk.AttachOptions)(4));
282+ Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this._entryMaxSearchResults]));
283+ w2.TopAttach = ((uint)(3));
284+ w2.BottomAttach = ((uint)(4));
285+ w2.LeftAttach = ((uint)(1));
286+ w2.RightAttach = ((uint)(2));
287+ w2.XOptions = ((Gtk.AttachOptions)(4));
288+ w2.YOptions = ((Gtk.AttachOptions)(4));
289 // Container child table1.Gtk.Table+TableChild
290 this._entryPassword = new Gtk.Entry();
291 this._entryPassword.CanFocus = true;
292@@ -83,13 +82,13 @@
293 this._entryPassword.Visibility = false;
294 this._entryPassword.InvisibleChar = '●';
295 this.table1.Add(this._entryPassword);
296- Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this._entryPassword]));
297- w4.TopAttach = ((uint)(2));
298- w4.BottomAttach = ((uint)(3));
299- w4.LeftAttach = ((uint)(1));
300- w4.RightAttach = ((uint)(2));
301- w4.XOptions = ((Gtk.AttachOptions)(4));
302- w4.YOptions = ((Gtk.AttachOptions)(4));
303+ Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this._entryPassword]));
304+ w3.TopAttach = ((uint)(2));
305+ w3.BottomAttach = ((uint)(3));
306+ w3.LeftAttach = ((uint)(1));
307+ w3.RightAttach = ((uint)(2));
308+ w3.XOptions = ((Gtk.AttachOptions)(4));
309+ w3.YOptions = ((Gtk.AttachOptions)(4));
310 // Container child table1.Gtk.Table+TableChild
311 this._entryUsername = new Gtk.Entry();
312 this._entryUsername.CanFocus = true;
313@@ -98,63 +97,63 @@
314 this._entryUsername.IsEditable = true;
315 this._entryUsername.InvisibleChar = '●';
316 this.table1.Add(this._entryUsername);
317- Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this._entryUsername]));
318- w5.TopAttach = ((uint)(1));
319- w5.BottomAttach = ((uint)(2));
320+ Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this._entryUsername]));
321+ w4.TopAttach = ((uint)(1));
322+ w4.BottomAttach = ((uint)(2));
323+ w4.LeftAttach = ((uint)(1));
324+ w4.RightAttach = ((uint)(2));
325+ w4.XOptions = ((Gtk.AttachOptions)(4));
326+ w4.YOptions = ((Gtk.AttachOptions)(4));
327+ // Container child table1.Gtk.Table+TableChild
328+ this._labelBaseUrl = new Gtk.Label();
329+ this._labelBaseUrl.Name = "_labelBaseUrl";
330+ this._labelBaseUrl.LabelProp = "* denotes a required field";
331+ this.table1.Add(this._labelBaseUrl);
332+ Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this._labelBaseUrl]));
333+ w5.TopAttach = ((uint)(5));
334+ w5.BottomAttach = ((uint)(6));
335 w5.LeftAttach = ((uint)(1));
336 w5.RightAttach = ((uint)(2));
337 w5.XOptions = ((Gtk.AttachOptions)(4));
338 w5.YOptions = ((Gtk.AttachOptions)(4));
339 // Container child table1.Gtk.Table+TableChild
340- this._labelBaseUrl = new Gtk.Label();
341- this._labelBaseUrl.Name = "_labelBaseUrl";
342- this._labelBaseUrl.LabelProp = "* denotes a required field";
343- this.table1.Add(this._labelBaseUrl);
344- Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this._labelBaseUrl]));
345- w6.TopAttach = ((uint)(5));
346- w6.BottomAttach = ((uint)(6));
347- w6.LeftAttach = ((uint)(1));
348- w6.RightAttach = ((uint)(2));
349- w6.XOptions = ((Gtk.AttachOptions)(4));
350- w6.YOptions = ((Gtk.AttachOptions)(4));
351- // Container child table1.Gtk.Table+TableChild
352 this._labelBaseUrl1 = new Gtk.Label();
353 this._labelBaseUrl1.Name = "_labelBaseUrl1";
354 this._labelBaseUrl1.LabelProp = "Base Url*";
355 this.table1.Add(this._labelBaseUrl1);
356- Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this._labelBaseUrl1]));
357- w7.XOptions = ((Gtk.AttachOptions)(4));
358- w7.YOptions = ((Gtk.AttachOptions)(4));
359+ Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this._labelBaseUrl1]));
360+ w6.XOptions = ((Gtk.AttachOptions)(4));
361+ w6.YOptions = ((Gtk.AttachOptions)(4));
362 // Container child table1.Gtk.Table+TableChild
363 this._labelMaxSearchResults = new Gtk.Label();
364 this._labelMaxSearchResults.Name = "_labelMaxSearchResults";
365 this._labelMaxSearchResults.LabelProp = "Max Search Results";
366 this.table1.Add(this._labelMaxSearchResults);
367- Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this._labelMaxSearchResults]));
368- w8.TopAttach = ((uint)(3));
369- w8.BottomAttach = ((uint)(4));
370- w8.XOptions = ((Gtk.AttachOptions)(4));
371- w8.YOptions = ((Gtk.AttachOptions)(4));
372+ Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this._labelMaxSearchResults]));
373+ w7.TopAttach = ((uint)(3));
374+ w7.BottomAttach = ((uint)(4));
375+ w7.XOptions = ((Gtk.AttachOptions)(4));
376+ w7.YOptions = ((Gtk.AttachOptions)(4));
377 // Container child table1.Gtk.Table+TableChild
378 this._labelPassword = new Gtk.Label();
379 this._labelPassword.Name = "_labelPassword";
380 this._labelPassword.LabelProp = "Password";
381 this.table1.Add(this._labelPassword);
382- Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table1[this._labelPassword]));
383- w9.TopAttach = ((uint)(2));
384- w9.BottomAttach = ((uint)(3));
385- w9.XOptions = ((Gtk.AttachOptions)(4));
386- w9.YOptions = ((Gtk.AttachOptions)(4));
387+ Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this._labelPassword]));
388+ w8.TopAttach = ((uint)(2));
389+ w8.BottomAttach = ((uint)(3));
390+ w8.XOptions = ((Gtk.AttachOptions)(4));
391+ w8.YOptions = ((Gtk.AttachOptions)(4));
392 // Container child table1.Gtk.Table+TableChild
393 this._labelUsername = new Gtk.Label();
394 this._labelUsername.Name = "_labelUsername";
395 this._labelUsername.LabelProp = "Username";
396 this.table1.Add(this._labelUsername);
397- Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table1[this._labelUsername]));
398- w10.TopAttach = ((uint)(1));
399- w10.BottomAttach = ((uint)(2));
400- w10.XOptions = ((Gtk.AttachOptions)(4));
401- w10.YOptions = ((Gtk.AttachOptions)(4));
402+ Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table1[this._labelUsername]));
403+ w9.TopAttach = ((uint)(1));
404+ w9.BottomAttach = ((uint)(2));
405+ w9.XOptions = ((Gtk.AttachOptions)(4));
406+ w9.YOptions = ((Gtk.AttachOptions)(4));
407 // Container child table1.Gtk.Table+TableChild
408 this._saveButton = new Gtk.Button();
409 this._saveButton.CanFocus = true;
410@@ -163,13 +162,13 @@
411 this._saveButton.Xalign = 0F;
412 this._saveButton.Label = "Save";
413 this.table1.Add(this._saveButton);
414- Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table1[this._saveButton]));
415- w11.TopAttach = ((uint)(4));
416- w11.BottomAttach = ((uint)(5));
417- w11.LeftAttach = ((uint)(1));
418- w11.RightAttach = ((uint)(2));
419- w11.XOptions = ((Gtk.AttachOptions)(0));
420- w11.YOptions = ((Gtk.AttachOptions)(4));
421+ Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table1[this._saveButton]));
422+ w10.TopAttach = ((uint)(4));
423+ w10.BottomAttach = ((uint)(5));
424+ w10.LeftAttach = ((uint)(1));
425+ w10.RightAttach = ((uint)(2));
426+ w10.XOptions = ((Gtk.AttachOptions)(0));
427+ w10.YOptions = ((Gtk.AttachOptions)(4));
428 this.Add(this.table1);
429 if ((this.Child != null)) {
430 this.Child.ShowAll();
431
432=== modified file 'Confluence/gtk-gui/generated.cs'
433--- Confluence/gtk-gui/generated.cs 2009-01-05 01:32:46 +0000
434+++ Confluence/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
435@@ -1,7 +1,7 @@
436 // ------------------------------------------------------------------------------
437 // <autogenerated>
438 // This code was generated by a tool.
439-// Mono Runtime Version: 2.0.50727.42
440+//
441 //
442 // Changes to this file may cause incorrect behavior and will be lost if
443 // the code is regenerated.
444
445=== modified file 'Confluence/gtk-gui/gui.stetic'
446--- Confluence/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
447+++ Confluence/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
448@@ -2,9 +2,10 @@
449 <stetic-interface>
450 <configuration>
451 <images-root-path>..</images-root-path>
452- <target-gtk-version>2.12.9</target-gtk-version>
453+ <target-gtk-version>2.12</target-gtk-version>
454 </configuration>
455 <import>
456+ <widget-library name="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
457 <widget-library name="../bin/Debug/Confluence.dll" internal="true" />
458 </import>
459 <widget class="Gtk.Bin" id="Confluence.ConfluenceConfigWidget" design-size="460 184">
460
461=== modified file 'Del.icio.us/del.icio.us.mdp'
462--- Del.icio.us/del.icio.us.mdp 2009-06-22 04:05:16 +0000
463+++ Del.icio.us/del.icio.us.mdp 2009-06-23 00:52:54 +0000
464@@ -1,4 +1,4 @@
465-<Project name="del.icio.us" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
466+<Project name="del.icio.us" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
467 <Configurations active="Debug">
468 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
469 <Output directory="bin/Debug" assembly="del.icio.us" />
470@@ -33,8 +33,9 @@
471 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
472 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
473 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
474- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
475- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
476- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
477+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
478+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
479+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
480+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
481 </References>
482-</Project>
483+</Project>
484\ No newline at end of file
485
486=== modified file 'DiskMounter/DiskMounter.mdp'
487--- DiskMounter/DiskMounter.mdp 2009-06-22 04:05:16 +0000
488+++ DiskMounter/DiskMounter.mdp 2009-06-23 00:52:54 +0000
489@@ -28,5 +28,6 @@
490 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
491 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
492 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
493+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
494 </References>
495-</Project>
496+</Project>
497\ No newline at end of file
498
499=== modified file 'Dropbox/Dropbox.mdp'
500--- Dropbox/Dropbox.mdp 2009-06-22 04:05:16 +0000
501+++ Dropbox/Dropbox.mdp 2009-06-23 00:52:54 +0000
502@@ -45,5 +45,10 @@
503 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
504 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
505 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
506+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
507+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
508+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
509+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
510 </References>
511-</Project>
512+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
513+</Project>
514\ No newline at end of file
515
516=== modified file 'Dropbox/gtk-gui/gui.stetic'
517--- Dropbox/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
518+++ Dropbox/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
519@@ -2,7 +2,7 @@
520 <stetic-interface>
521 <configuration>
522 <images-root-path>..</images-root-path>
523- <target-gtk-version>2.12.9</target-gtk-version>
524+ <target-gtk-version>2.12.8</target-gtk-version>
525 </configuration>
526 <import>
527 <widget-library name="../bin/Debug/Dropbox.dll" internal="true" />
528
529=== modified file 'EOG-Slideshow/EOG-Slideshow.mdp'
530--- EOG-Slideshow/EOG-Slideshow.mdp 2009-06-22 04:05:16 +0000
531+++ EOG-Slideshow/EOG-Slideshow.mdp 2009-06-23 00:52:54 +0000
532@@ -1,4 +1,4 @@
533-<Project name="EOG Slideshow" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
534+<Project name="EOG Slideshow" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
535 <Configurations active="Debug">
536 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
537 <Output directory="bin/Debug" assembly="EOG Slideshow" />
538@@ -22,6 +22,8 @@
539 <References>
540 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
541 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
542- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
543+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
544+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
545+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
546 </References>
547-</Project>
548+</Project>
549\ No newline at end of file
550
551=== modified file 'Emesene/Emesene.mdp'
552--- Emesene/Emesene.mdp 2009-06-22 04:05:16 +0000
553+++ Emesene/Emesene.mdp 2009-06-23 00:52:54 +0000
554@@ -1,4 +1,4 @@
555-<Project name="Emesene" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
556+<Project name="Emesene" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
557 <Configurations active="Debug">
558 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
559 <Output directory="bin/Debug" assembly="Emesene" />
560@@ -42,10 +42,11 @@
561 <References>
562 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
563 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
564- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
565 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
566 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
567- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
568 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
569+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
570+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
571+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
572 </References>
573-</Project>
574+</Project>
575\ No newline at end of file
576
577=== modified file 'Epiphany/Epiphany.mdp'
578--- Epiphany/Epiphany.mdp 2009-06-22 04:05:16 +0000
579+++ Epiphany/Epiphany.mdp 2009-06-23 00:52:54 +0000
580@@ -22,7 +22,8 @@
581 <References>
582 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
583 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
584- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
585- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
586+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
587+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
588+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
589 </References>
590-</Project>
591+</Project>
592\ No newline at end of file
593
594=== modified file 'Evolution/Evolution.mdp'
595--- Evolution/Evolution.mdp 2009-06-22 04:05:16 +0000
596+++ Evolution/Evolution.mdp 2009-06-23 00:52:54 +0000
597@@ -1,4 +1,4 @@
598-<Project name="Evolution" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
599+<Project name="Evolution" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
600 <Configurations active="Debug">
601 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
602 <Output directory="bin/Debug" assembly="Evolution" />
603@@ -25,9 +25,10 @@
604 </Contents>
605 <References>
606 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
607- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
608- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
609 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
610- <ProjectReference type="Gac" localcopy="True" refto="evolution-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=457eed85bd9370df" />
611+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
612+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
613+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
614+ <ProjectReference type="Gac" localcopy="True" refto="evolution-sharp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=c46a23b774189844" />
615 </References>
616-</Project>
617+</Project>
618\ No newline at end of file
619
620=== modified file 'File/File.mdp'
621--- File/File.mdp 2009-06-22 04:05:16 +0000
622+++ File/File.mdp 2009-06-23 00:52:54 +0000
623@@ -54,5 +54,7 @@
624 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
625 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
626 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
627+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
628 </References>
629-</Project>
630+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
631+</Project>
632\ No newline at end of file
633
634=== modified file 'File/gtk-gui/Do.FilesAndFolders.Configuration.cs'
635--- File/gtk-gui/Do.FilesAndFolders.Configuration.cs 2009-06-22 04:05:16 +0000
636+++ File/gtk-gui/Do.FilesAndFolders.Configuration.cs 2009-06-23 00:52:54 +0000
637@@ -135,7 +135,7 @@
638 w4.Spacing = 2;
639 // Container child GtkHBox.Gtk.Container+ContainerChild
640 Gtk.Image w5 = new Gtk.Image();
641- w5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-remove", Gtk.IconSize.Button, 20);
642+ w5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-remove", Gtk.IconSize.Button, 16);
643 w4.Add(w5);
644 // Container child GtkHBox.Gtk.Container+ContainerChild
645 Gtk.Label w7 = new Gtk.Label();
646@@ -252,7 +252,7 @@
647 w30.Spacing = 2;
648 // Container child GtkHBox.Gtk.Container+ContainerChild
649 Gtk.Image w31 = new Gtk.Image();
650- w31.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-remove", Gtk.IconSize.Button, 20);
651+ w31.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-remove", Gtk.IconSize.Button, 16);
652 w30.Add(w31);
653 // Container child GtkHBox.Gtk.Container+ContainerChild
654 Gtk.Label w33 = new Gtk.Label();
655
656=== modified file 'File/gtk-gui/gui.stetic'
657--- File/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
658+++ File/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
659@@ -2,9 +2,11 @@
660 <stetic-interface>
661 <configuration>
662 <images-root-path>..</images-root-path>
663- <target-gtk-version>2.12.9</target-gtk-version>
664+ <target-gtk-version>2.12</target-gtk-version>
665 </configuration>
666 <import>
667+ <widget-library name="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral" />
668+ <widget-library name="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
669 <widget-library name="../bin/Debug/File.dll" internal="true" />
670 </import>
671 <widget class="Gtk.Bin" id="Do.FilesAndFolders.Configuration" design-size="414 356">
672
673=== modified file 'Firefox/Firefox.mdp'
674--- Firefox/Firefox.mdp 2009-06-22 04:05:16 +0000
675+++ Firefox/Firefox.mdp 2009-06-23 00:52:54 +0000
676@@ -1,4 +1,4 @@
677-<Project name="Firefox" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
678+<Project name="Firefox" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
679 <Configurations active="Debug">
680 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
681 <Output directory="bin/Debug" assembly="Firefox" />
682@@ -28,10 +28,11 @@
683 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
684 <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
685 <ProjectReference type="Gac" localcopy="True" refto="Mono.Data.SqliteClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
686- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
687- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
688- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
689 <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
690 <ProjectReference type="Gac" localcopy="True" refto="Mono.Data.SqliteClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
691+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
692+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
693+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
694+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
695 </References>
696-</Project>
697+</Project>
698\ No newline at end of file
699
700=== modified file 'Flickr/Flickr.mdp'
701--- Flickr/Flickr.mdp 2009-06-22 04:05:16 +0000
702+++ Flickr/Flickr.mdp 2009-06-23 00:52:54 +0000
703@@ -1,4 +1,4 @@
704-<Project name="Flickr" fileversion="2.0" language="C#" DefaultNamespace="Flickr" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
705+<Project name="Flickr" fileversion="2.0" language="C#" DefaultNamespace="Flickr" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
706 <Configurations active="Debug">
707 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
708 <Output directory="bin/Debug" assembly="Flickr" />
709@@ -37,8 +37,10 @@
710 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
711 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
712 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
713- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
714- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
715- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
716+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
717+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
718+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
719+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
720 </References>
721-</Project>
722+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
723+</Project>
724\ No newline at end of file
725
726=== modified file 'Flickr/gtk-gui/Flickr.AccountConfig.cs'
727--- Flickr/gtk-gui/Flickr.AccountConfig.cs 2009-06-22 04:05:16 +0000
728+++ Flickr/gtk-gui/Flickr.AccountConfig.cs 2009-06-23 00:52:54 +0000
729@@ -99,7 +99,6 @@
730 w7.Position = 0;
731 // Container child vbox1.Gtk.Box+BoxChild
732 this.hbuttonbox1 = new Gtk.HButtonBox();
733- this.hbuttonbox1.Name = "hbuttonbox1";
734 // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
735 this.auth_btn = new Gtk.Button();
736 this.auth_btn.CanFocus = true;
737
738=== modified file 'Flickr/gtk-gui/gui.stetic'
739--- Flickr/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
740+++ Flickr/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
741@@ -2,7 +2,7 @@
742 <stetic-interface>
743 <configuration>
744 <images-root-path>..</images-root-path>
745- <target-gtk-version>2.12.9</target-gtk-version>
746+ <target-gtk-version>2.12.8</target-gtk-version>
747 </configuration>
748 <import>
749 <widget-library name="../bin/Debug/Flickr.dll" internal="true" />
750
751=== modified file 'GNOME-Dictionary/GNOME-Dictionary.mdp'
752--- GNOME-Dictionary/GNOME-Dictionary.mdp 2009-06-22 04:05:16 +0000
753+++ GNOME-Dictionary/GNOME-Dictionary.mdp 2009-06-23 00:52:54 +0000
754@@ -1,4 +1,4 @@
755-<Project name="GNOME-Dictionary" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
756+<Project name="GNOME-Dictionary" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
757 <Configurations active="Debug">
758 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
759 <Output directory="bin/Debug" assembly="GNOME-Dictionary" />
760@@ -21,10 +21,11 @@
761 </Contents>
762 <References>
763 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
764- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
765- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
766 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
767 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
768 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
769+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
770+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
771+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
772 </References>
773-</Project>
774+</Project>
775\ No newline at end of file
776
777=== modified file 'GNOME-Screenshot/GNOME-Screenshot.mdp'
778--- GNOME-Screenshot/GNOME-Screenshot.mdp 2009-06-22 04:05:16 +0000
779+++ GNOME-Screenshot/GNOME-Screenshot.mdp 2009-06-23 00:52:54 +0000
780@@ -1,9 +1,10 @@
781-<Project name="GNOME-Screenshot" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
782+<Project name="GNOME-Screenshot" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
783 <Configurations active="Debug">
784 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
785 <Output directory="bin/Debug" assembly="GNOME-Screenshot" />
786 <Build debugmode="True" target="Library" />
787 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
788+ <EnvironmentVariables />
789 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
790 </Configuration>
791 <Configuration name="Release" ctype="DotNetProjectConfiguration">
792@@ -26,7 +27,8 @@
793 <References>
794 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
795 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
796- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
797- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
798+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
799+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
800+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
801 </References>
802-</Project>
803+</Project>
804\ No newline at end of file
805
806=== modified file 'GNOME-Session/GNOME-Session.mdp'
807--- GNOME-Session/GNOME-Session.mdp 2009-06-22 04:05:16 +0000
808+++ GNOME-Session/GNOME-Session.mdp 2009-06-23 00:52:54 +0000
809@@ -1,4 +1,4 @@
810-<Project name="GNOME-Session" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
811+<Project name="GNOME-Session" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
812 <Configurations active="Debug">
813 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
814 <Output directory="bin/Debug" assembly="GNOME-Session" />
815@@ -20,13 +20,15 @@
816 <File name="src/SessionCommandItem.cs" subtype="Code" buildaction="Compile" />
817 <File name="src/SessionCommandsItemSource.cs" subtype="Code" buildaction="Compile" />
818 <File name="Resources/GNOME-Session.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
819+ <File name="src/SystemManagement.cs" subtype="Code" buildaction="Compile" />
820 </Contents>
821 <References>
822 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
823 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
824 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
825- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
826- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
827 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
828+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
829+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
830+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
831 </References>
832-</Project>
833+</Project>
834\ No newline at end of file
835
836=== modified file 'GNOME-Terminal/GNOME-Terminal.mdp'
837--- GNOME-Terminal/GNOME-Terminal.mdp 2009-06-22 04:05:16 +0000
838+++ GNOME-Terminal/GNOME-Terminal.mdp 2009-06-23 00:52:54 +0000
839@@ -1,9 +1,10 @@
840-<Project name="GNOME-Terminal" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
841+<Project name="GNOME-Terminal" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
842 <Configurations active="Debug">
843 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
844 <Output directory="bin/Debug" assemblyKeyFile="." assembly="GNOME-Terminal" />
845 <Build debugmode="True" target="Library" />
846 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
847+ <EnvironmentVariables />
848 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
849 </Configuration>
850 <Configuration name="Release" ctype="DotNetProjectConfiguration">
851@@ -25,10 +26,11 @@
852 <References>
853 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
854 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
855- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
856- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
857 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
858 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
859- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
860+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
861+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
862+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
863+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
864 </References>
865-</Project>
866+</Project>
867\ No newline at end of file
868
869=== modified file 'GoogleCalculator/GoogleCalculator.mdp'
870--- GoogleCalculator/GoogleCalculator.mdp 2009-06-22 04:05:16 +0000
871+++ GoogleCalculator/GoogleCalculator.mdp 2009-06-23 00:52:54 +0000
872@@ -1,4 +1,4 @@
873-<Project name="GoogleCalculator" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
874+<Project name="GoogleCalculator" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
875 <Configurations active="Debug">
876 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
877 <Output directory="bin/Debug" assembly="GoogleCalculator" />
878@@ -21,8 +21,9 @@
879 <References>
880 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
881 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
882- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
883- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
884 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
885+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
886+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
887+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
888 </References>
889-</Project>
890+</Project>
891\ No newline at end of file
892
893=== modified file 'GoogleCalendar/GoogleCalendar.mdp'
894--- GoogleCalendar/GoogleCalendar.mdp 2009-06-22 04:05:16 +0000
895+++ GoogleCalendar/GoogleCalendar.mdp 2009-06-23 00:52:54 +0000
896@@ -1,4 +1,4 @@
897-<Project name="GoogleCalendar" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
898+<Project name="GoogleCalendar" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
899 <Configurations active="Debug">
900 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
901 <Output directory="bin/Debug" assembly="GoogleCalendar" />
902@@ -35,15 +35,14 @@
903 <References>
904 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
905 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
906- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.AccessControl.dll" />
907- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Calendar.dll" />
908- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Client.dll" />
909- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Extensions.dll" />
910 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
911 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
912- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
913- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
914- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
915- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
916+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
917+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
918+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Calendar, Version=1.4.0.2, Culture=neutral, PublicKeyToken=aa6748391206b888" />
919+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830" />
920+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876" />
921+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
922+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
923 </References>
924-</Project>
925+</Project>
926\ No newline at end of file
927
928=== modified file 'GoogleContacts/GMailContacts.mdp'
929--- GoogleContacts/GMailContacts.mdp 2009-06-22 04:05:16 +0000
930+++ GoogleContacts/GMailContacts.mdp 2009-06-23 00:52:54 +0000
931@@ -38,12 +38,14 @@
932 <ProjectReference type="Gac" localcopy="True" refto="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
933 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
934 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
935- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Client.dll" />
936- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Contacts.dll" />
937- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Extensions.dll" />
938 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
939- <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/local/lib/gnome-do/Do.Platform.dll" />
940- <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/local/lib/gnome-do/Do.Platform.Linux.dll" />
941- <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/local/lib/gnome-do/Do.Universe.dll" />
942+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
943+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
944+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
945+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
946+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830" />
947+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Contacts, Version=1.4.0.2, Culture=neutral, PublicKeyToken=7e065189dd4b982f" />
948+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876" />
949 </References>
950-</Project>
951+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
952+</Project>
953\ No newline at end of file
954
955=== modified file 'GoogleContacts/gtk-gui/generated.cs'
956--- GoogleContacts/gtk-gui/generated.cs 2009-01-05 01:32:46 +0000
957+++ GoogleContacts/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
958@@ -1,7 +1,7 @@
959 // ------------------------------------------------------------------------------
960 // <autogenerated>
961 // This code was generated by a tool.
962-// Mono Runtime Version: 2.0.50727.42
963+//
964 //
965 // Changes to this file may cause incorrect behavior and will be lost if
966 // the code is regenerated.
967
968=== modified file 'GoogleContacts/gtk-gui/gui.stetic'
969--- GoogleContacts/gtk-gui/gui.stetic 2008-06-10 14:28:30 +0000
970+++ GoogleContacts/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
971@@ -1,2 +1,6 @@
972+<?xml version="1.0" encoding="utf-8"?>
973 <stetic-interface>
974-</stetic-interface>
975+ <configuration>
976+ <target-gtk-version>2.12.8</target-gtk-version>
977+ </configuration>
978+</stetic-interface>
979\ No newline at end of file
980
981=== modified file 'GoogleContacts/gtk-gui/objects.xml'
982--- GoogleContacts/gtk-gui/objects.xml 2009-01-09 22:58:42 +0000
983+++ GoogleContacts/gtk-gui/objects.xml 2009-06-23 00:52:54 +0000
984@@ -1,2 +1,6 @@
985 <objects attr-sync="on">
986+ <object type="GMail.GMailConfig" palette-category="General" allow-children="false" base-type="Gtk.Bin">
987+ <itemgroups />
988+ <signals />
989+ </object>
990 </objects>
991\ No newline at end of file
992
993=== modified file 'GoogleDocs/GDocs.mdp'
994--- GoogleDocs/GDocs.mdp 2009-06-22 04:05:16 +0000
995+++ GoogleDocs/GDocs.mdp 2009-06-23 00:52:54 +0000
996@@ -45,5 +45,6 @@
997 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830" />
998 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Documents, Version=1.4.0.2, Culture=neutral, PublicKeyToken=099e9a853da5b089" />
999 <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876" />
1000+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1001 </References>
1002-</Project>
1003+</Project>
1004\ No newline at end of file
1005
1006=== modified file 'GoogleMaps/GoogleMaps.mdp'
1007--- GoogleMaps/GoogleMaps.mdp 2009-06-22 04:05:16 +0000
1008+++ GoogleMaps/GoogleMaps.mdp 2009-06-23 00:52:54 +0000
1009@@ -1,4 +1,4 @@
1010-<Project name="GoogleMaps" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1011+<Project name="GoogleMaps" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1012 <Configurations active="Debug">
1013 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1014 <Output directory="bin/Debug" assembly="GoogleMaps" />
1015@@ -22,8 +22,9 @@
1016 <References>
1017 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1018 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1019- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1020- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1021 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1022+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1023+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1024+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1025 </References>
1026-</Project>
1027+</Project>
1028\ No newline at end of file
1029
1030=== modified file 'GoogleSearch/GoogleSearch.mdp'
1031--- GoogleSearch/GoogleSearch.mdp 2009-06-22 04:05:16 +0000
1032+++ GoogleSearch/GoogleSearch.mdp 2009-06-23 00:52:54 +0000
1033@@ -1,4 +1,4 @@
1034-<Project name="GoogleSearch" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1035+<Project name="GoogleSearch" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1036 <Configurations active="Debug">
1037 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1038 <Output directory="bin/Debug" assembly="GoogleSearch" />
1039@@ -32,11 +32,12 @@
1040 <ProjectReference type="Gac" localcopy="True" refto="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1041 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1042 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1043- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1044 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1045- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1046- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1047- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1048- <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1049+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1050+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1051+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1052+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1053+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1054 </References>
1055-</Project>
1056+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
1057+</Project>
1058\ No newline at end of file
1059
1060=== modified file 'GoogleSearch/gtk-gui/InlineGoogleSearch.InlineGoogleSearchConfig.cs'
1061--- GoogleSearch/gtk-gui/InlineGoogleSearch.InlineGoogleSearchConfig.cs 2009-06-22 04:05:16 +0000
1062+++ GoogleSearch/gtk-gui/InlineGoogleSearch.InlineGoogleSearchConfig.cs 2009-06-23 00:52:54 +0000
1063@@ -1,7 +1,7 @@
1064 // ------------------------------------------------------------------------------
1065 // <autogenerated>
1066 // This code was generated by a tool.
1067-// Mono Runtime Version: 2.0.50727.42
1068+//
1069 //
1070 // Changes to this file may cause incorrect behavior and will be lost if
1071 // the code is regenerated.
1072
1073=== modified file 'GoogleSearch/gtk-gui/generated.cs'
1074--- GoogleSearch/gtk-gui/generated.cs 2009-01-05 06:46:20 +0000
1075+++ GoogleSearch/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
1076@@ -1,7 +1,7 @@
1077 // ------------------------------------------------------------------------------
1078 // <autogenerated>
1079 // This code was generated by a tool.
1080-// Mono Runtime Version: 2.0.50727.42
1081+//
1082 //
1083 // Changes to this file may cause incorrect behavior and will be lost if
1084 // the code is regenerated.
1085
1086=== modified file 'GoogleSearch/gtk-gui/gui.stetic'
1087--- GoogleSearch/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
1088+++ GoogleSearch/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
1089@@ -2,7 +2,7 @@
1090 <stetic-interface>
1091 <configuration>
1092 <images-root-path>..</images-root-path>
1093- <target-gtk-version>2.12.9</target-gtk-version>
1094+ <target-gtk-version>2.12.8</target-gtk-version>
1095 </configuration>
1096 <import>
1097 <widget-library name="../bin/Debug/InlineGoogleSearch.dll" internal="true" />
1098
1099=== modified file 'ImageShack/ImageShack.mdp'
1100--- ImageShack/ImageShack.mdp 2009-06-22 04:05:16 +0000
1101+++ ImageShack/ImageShack.mdp 2009-06-23 00:52:54 +0000
1102@@ -36,5 +36,7 @@
1103 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1104 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1105 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1106+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1107 </References>
1108-</Project>
1109+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
1110+</Project>
1111\ No newline at end of file
1112
1113=== modified file 'ImageShack/gtk-gui/ImageShack.ImageShackConfig.cs'
1114--- ImageShack/gtk-gui/ImageShack.ImageShackConfig.cs 2009-06-22 04:05:16 +0000
1115+++ ImageShack/gtk-gui/ImageShack.ImageShackConfig.cs 2009-06-23 00:52:54 +0000
1116@@ -1,7 +1,7 @@
1117 // ------------------------------------------------------------------------------
1118 // <autogenerated>
1119 // This code was generated by a tool.
1120-// Mono Runtime Version: 2.0.50727.42
1121+//
1122 //
1123 // Changes to this file may cause incorrect behavior and will be lost if
1124 // the code is regenerated.
1125
1126=== modified file 'ImageShack/gtk-gui/generated.cs'
1127--- ImageShack/gtk-gui/generated.cs 2009-01-06 05:31:45 +0000
1128+++ ImageShack/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
1129@@ -1,7 +1,7 @@
1130 // ------------------------------------------------------------------------------
1131 // <autogenerated>
1132 // This code was generated by a tool.
1133-// Mono Runtime Version: 2.0.50727.42
1134+//
1135 //
1136 // Changes to this file may cause incorrect behavior and will be lost if
1137 // the code is regenerated.
1138
1139=== modified file 'ImageShack/gtk-gui/gui.stetic'
1140--- ImageShack/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
1141+++ ImageShack/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
1142@@ -2,7 +2,7 @@
1143 <stetic-interface>
1144 <configuration>
1145 <images-root-path>..</images-root-path>
1146- <target-gtk-version>2.12.9</target-gtk-version>
1147+ <target-gtk-version>2.12.8</target-gtk-version>
1148 </configuration>
1149 <import>
1150 <widget-library name="../bin/Debug/ImageShack.dll" internal="true" />
1151
1152=== modified file 'JIRA/JIRA.mdp'
1153--- JIRA/JIRA.mdp 2009-06-22 04:05:16 +0000
1154+++ JIRA/JIRA.mdp 2009-06-23 00:52:54 +0000
1155@@ -37,11 +37,12 @@
1156 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1157 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1158 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1159+ <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1160+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1161+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1162+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1163+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1164 <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1165- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1166- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1167- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1168- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1169 </References>
1170 <GtkDesignInfo generateGettext="False" />
1171-</Project>
1172+</Project>
1173\ No newline at end of file
1174
1175=== modified file 'JIRA/gtk-gui/JIRA.ConfigWidget.cs'
1176--- JIRA/gtk-gui/JIRA.ConfigWidget.cs 2009-01-05 01:32:46 +0000
1177+++ JIRA/gtk-gui/JIRA.ConfigWidget.cs 2009-06-23 00:52:54 +0000
1178@@ -1,7 +1,7 @@
1179 // ------------------------------------------------------------------------------
1180 // <autogenerated>
1181 // This code was generated by a tool.
1182-// Mono Runtime Version: 2.0.50727.42
1183+//
1184 //
1185 // Changes to this file may cause incorrect behavior and will be lost if
1186 // the code is regenerated.
1187@@ -45,18 +45,17 @@
1188 this.table2.ColumnSpacing = ((uint)(6));
1189 // Container child table2.Gtk.Table+TableChild
1190 this._entryBaseUrl = new Gtk.Entry();
1191- Gtk.Tooltips w1 = new Gtk.Tooltips();
1192- w1.SetTip(this._entryBaseUrl, "The base url location to your JIRA install. ie. http://issues.apache.org/jira", "The base url location to your JIRA install. ie. http://issues.apache.org/jira");
1193+ this._entryBaseUrl.TooltipMarkup = "The base url location to your JIRA install. ie. http://issues.apache.org/jira";
1194 this._entryBaseUrl.CanFocus = true;
1195 this._entryBaseUrl.Name = "_entryBaseUrl";
1196 this._entryBaseUrl.Text = "http://issues.apache.org/issues";
1197 this._entryBaseUrl.IsEditable = true;
1198 this._entryBaseUrl.InvisibleChar = '●';
1199 this.table2.Add(this._entryBaseUrl);
1200- Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table2[this._entryBaseUrl]));
1201- w2.LeftAttach = ((uint)(1));
1202- w2.RightAttach = ((uint)(2));
1203- w2.YOptions = ((Gtk.AttachOptions)(4));
1204+ Gtk.Table.TableChild w1 = ((Gtk.Table.TableChild)(this.table2[this._entryBaseUrl]));
1205+ w1.LeftAttach = ((uint)(1));
1206+ w1.RightAttach = ((uint)(2));
1207+ w1.YOptions = ((Gtk.AttachOptions)(4));
1208 // Container child table2.Gtk.Table+TableChild
1209 this._entryPassword = new Gtk.Entry();
1210 this._entryPassword.CanFocus = true;
1211@@ -65,29 +64,29 @@
1212 this._entryPassword.Visibility = false;
1213 this._entryPassword.InvisibleChar = '●';
1214 this.table2.Add(this._entryPassword);
1215- Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table2[this._entryPassword]));
1216- w3.TopAttach = ((uint)(2));
1217- w3.BottomAttach = ((uint)(3));
1218- w3.LeftAttach = ((uint)(1));
1219- w3.RightAttach = ((uint)(2));
1220- w3.XOptions = ((Gtk.AttachOptions)(4));
1221- w3.YOptions = ((Gtk.AttachOptions)(4));
1222+ Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table2[this._entryPassword]));
1223+ w2.TopAttach = ((uint)(2));
1224+ w2.BottomAttach = ((uint)(3));
1225+ w2.LeftAttach = ((uint)(1));
1226+ w2.RightAttach = ((uint)(2));
1227+ w2.XOptions = ((Gtk.AttachOptions)(4));
1228+ w2.YOptions = ((Gtk.AttachOptions)(4));
1229 // Container child table2.Gtk.Table+TableChild
1230 this._entryProjects = new Gtk.Entry();
1231- w1.SetTip(this._entryProjects, "Comma separated list of projects", "Comma separated list of projects");
1232+ this._entryProjects.TooltipMarkup = "Comma separated list of projects";
1233 this._entryProjects.CanFocus = true;
1234 this._entryProjects.Name = "_entryProjects";
1235 this._entryProjects.Text = "VFS,NET";
1236 this._entryProjects.IsEditable = true;
1237 this._entryProjects.InvisibleChar = '●';
1238 this.table2.Add(this._entryProjects);
1239- Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table2[this._entryProjects]));
1240- w4.TopAttach = ((uint)(3));
1241- w4.BottomAttach = ((uint)(4));
1242- w4.LeftAttach = ((uint)(1));
1243- w4.RightAttach = ((uint)(2));
1244- w4.XOptions = ((Gtk.AttachOptions)(4));
1245- w4.YOptions = ((Gtk.AttachOptions)(4));
1246+ Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table2[this._entryProjects]));
1247+ w3.TopAttach = ((uint)(3));
1248+ w3.BottomAttach = ((uint)(4));
1249+ w3.LeftAttach = ((uint)(1));
1250+ w3.RightAttach = ((uint)(2));
1251+ w3.XOptions = ((Gtk.AttachOptions)(4));
1252+ w3.YOptions = ((Gtk.AttachOptions)(4));
1253 // Container child table2.Gtk.Table+TableChild
1254 this._entryUsername = new Gtk.Entry();
1255 this._entryUsername.CanFocus = true;
1256@@ -96,51 +95,51 @@
1257 this._entryUsername.IsEditable = true;
1258 this._entryUsername.InvisibleChar = '●';
1259 this.table2.Add(this._entryUsername);
1260- Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table2[this._entryUsername]));
1261- w5.TopAttach = ((uint)(1));
1262- w5.BottomAttach = ((uint)(2));
1263- w5.LeftAttach = ((uint)(1));
1264- w5.RightAttach = ((uint)(2));
1265- w5.XOptions = ((Gtk.AttachOptions)(4));
1266- w5.YOptions = ((Gtk.AttachOptions)(4));
1267+ Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table2[this._entryUsername]));
1268+ w4.TopAttach = ((uint)(1));
1269+ w4.BottomAttach = ((uint)(2));
1270+ w4.LeftAttach = ((uint)(1));
1271+ w4.RightAttach = ((uint)(2));
1272+ w4.XOptions = ((Gtk.AttachOptions)(4));
1273+ w4.YOptions = ((Gtk.AttachOptions)(4));
1274 // Container child table2.Gtk.Table+TableChild
1275 this._labelBaseUrl = new Gtk.Label();
1276 this._labelBaseUrl.Name = "_labelBaseUrl";
1277 this._labelBaseUrl.LabelProp = "Base Url";
1278 this.table2.Add(this._labelBaseUrl);
1279- Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table2[this._labelBaseUrl]));
1280- w6.XOptions = ((Gtk.AttachOptions)(4));
1281- w6.YOptions = ((Gtk.AttachOptions)(4));
1282+ Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table2[this._labelBaseUrl]));
1283+ w5.XOptions = ((Gtk.AttachOptions)(4));
1284+ w5.YOptions = ((Gtk.AttachOptions)(4));
1285 // Container child table2.Gtk.Table+TableChild
1286 this._labelPassword = new Gtk.Label();
1287 this._labelPassword.Name = "_labelPassword";
1288 this._labelPassword.LabelProp = "Password";
1289 this.table2.Add(this._labelPassword);
1290- Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table2[this._labelPassword]));
1291- w7.TopAttach = ((uint)(2));
1292- w7.BottomAttach = ((uint)(3));
1293- w7.XOptions = ((Gtk.AttachOptions)(4));
1294- w7.YOptions = ((Gtk.AttachOptions)(4));
1295+ Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table2[this._labelPassword]));
1296+ w6.TopAttach = ((uint)(2));
1297+ w6.BottomAttach = ((uint)(3));
1298+ w6.XOptions = ((Gtk.AttachOptions)(4));
1299+ w6.YOptions = ((Gtk.AttachOptions)(4));
1300 // Container child table2.Gtk.Table+TableChild
1301 this._labelProjects = new Gtk.Label();
1302 this._labelProjects.Name = "_labelProjects";
1303 this._labelProjects.LabelProp = "Projects";
1304 this.table2.Add(this._labelProjects);
1305- Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table2[this._labelProjects]));
1306- w8.TopAttach = ((uint)(3));
1307- w8.BottomAttach = ((uint)(4));
1308- w8.XOptions = ((Gtk.AttachOptions)(4));
1309- w8.YOptions = ((Gtk.AttachOptions)(4));
1310+ Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table2[this._labelProjects]));
1311+ w7.TopAttach = ((uint)(3));
1312+ w7.BottomAttach = ((uint)(4));
1313+ w7.XOptions = ((Gtk.AttachOptions)(4));
1314+ w7.YOptions = ((Gtk.AttachOptions)(4));
1315 // Container child table2.Gtk.Table+TableChild
1316 this._labelUsername = new Gtk.Label();
1317 this._labelUsername.Name = "_labelUsername";
1318 this._labelUsername.LabelProp = "Username";
1319 this.table2.Add(this._labelUsername);
1320- Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table2[this._labelUsername]));
1321- w9.TopAttach = ((uint)(1));
1322- w9.BottomAttach = ((uint)(2));
1323- w9.XOptions = ((Gtk.AttachOptions)(4));
1324- w9.YOptions = ((Gtk.AttachOptions)(4));
1325+ Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table2[this._labelUsername]));
1326+ w8.TopAttach = ((uint)(1));
1327+ w8.BottomAttach = ((uint)(2));
1328+ w8.XOptions = ((Gtk.AttachOptions)(4));
1329+ w8.YOptions = ((Gtk.AttachOptions)(4));
1330 // Container child table2.Gtk.Table+TableChild
1331 this._saveButton = new Gtk.Button();
1332 this._saveButton.CanFocus = true;
1333@@ -149,13 +148,13 @@
1334 this._saveButton.Xalign = 0F;
1335 this._saveButton.Label = "Save";
1336 this.table2.Add(this._saveButton);
1337- Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table2[this._saveButton]));
1338- w10.TopAttach = ((uint)(4));
1339- w10.BottomAttach = ((uint)(5));
1340- w10.LeftAttach = ((uint)(1));
1341- w10.RightAttach = ((uint)(2));
1342- w10.XOptions = ((Gtk.AttachOptions)(0));
1343- w10.YOptions = ((Gtk.AttachOptions)(4));
1344+ Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table2[this._saveButton]));
1345+ w9.TopAttach = ((uint)(4));
1346+ w9.BottomAttach = ((uint)(5));
1347+ w9.LeftAttach = ((uint)(1));
1348+ w9.RightAttach = ((uint)(2));
1349+ w9.XOptions = ((Gtk.AttachOptions)(0));
1350+ w9.YOptions = ((Gtk.AttachOptions)(4));
1351 this.Add(this.table2);
1352 if ((this.Child != null)) {
1353 this.Child.ShowAll();
1354
1355=== modified file 'JIRA/gtk-gui/generated.cs'
1356--- JIRA/gtk-gui/generated.cs 2009-01-05 01:32:46 +0000
1357+++ JIRA/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
1358@@ -1,7 +1,7 @@
1359 // ------------------------------------------------------------------------------
1360 // <autogenerated>
1361 // This code was generated by a tool.
1362-// Mono Runtime Version: 2.0.50727.42
1363+//
1364 //
1365 // Changes to this file may cause incorrect behavior and will be lost if
1366 // the code is regenerated.
1367
1368=== modified file 'Launchpad/Launchpad.mdp'
1369--- Launchpad/Launchpad.mdp 2009-06-22 04:05:16 +0000
1370+++ Launchpad/Launchpad.mdp 2009-06-23 00:52:54 +0000
1371@@ -1,4 +1,4 @@
1372-<Project name="Launchpad" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1373+<Project name="Launchpad" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1374 <Configurations active="Debug">
1375 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1376 <Output directory="bin/Debug" assembly="Launchpad" />
1377@@ -32,8 +32,9 @@
1378 <References>
1379 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1380 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1381- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1382- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1383 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1384+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1385+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1386+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1387 </References>
1388-</Project>
1389+</Project>
1390\ No newline at end of file
1391
1392=== modified file 'LocateFiles/LocateFiles.mdp'
1393--- LocateFiles/LocateFiles.mdp 2009-06-22 04:05:16 +0000
1394+++ LocateFiles/LocateFiles.mdp 2009-06-23 00:52:54 +0000
1395@@ -1,9 +1,10 @@
1396-<Project name="LocateFiles" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1397+<Project name="LocateFiles" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1398 <Configurations active="Debug">
1399 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1400 <Output directory="bin/Debug" assembly="LocateFiles" />
1401 <Build debugmode="True" target="Library" />
1402 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
1403+ <EnvironmentVariables />
1404 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1405 </Configuration>
1406 <Configuration name="Release" ctype="DotNetProjectConfiguration">
1407@@ -21,7 +22,8 @@
1408 <References>
1409 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1410 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1411- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1412- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1413+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1414+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1415+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1416 </References>
1417-</Project>
1418+</Project>
1419\ No newline at end of file
1420
1421=== modified file 'MPD/MPD.mdp'
1422--- MPD/MPD.mdp 2009-06-22 04:05:16 +0000
1423+++ MPD/MPD.mdp 2009-06-23 00:52:54 +0000
1424@@ -25,6 +25,6 @@
1425 <References>
1426 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1427 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1428- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1429+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1430 </References>
1431-</Project>
1432+</Project>
1433\ No newline at end of file
1434
1435=== modified file 'ManLookUp/ManLookUp.mdp'
1436--- ManLookUp/ManLookUp.mdp 2009-06-22 04:05:16 +0000
1437+++ ManLookUp/ManLookUp.mdp 2009-06-23 00:52:54 +0000
1438@@ -1,4 +1,4 @@
1439-<Project name="ManLookUp" fileversion="2.0" language="C#" Description="Gnome-do plugin" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1440+<Project name="ManLookUp" fileversion="2.0" language="C#" Description="Gnome-do plugin" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1441 <Configurations active="Debug">
1442 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1443 <Output directory="bin/Debug" assemblyKeyFile="." assembly="ManLookUp" />
1444@@ -21,7 +21,8 @@
1445 <References>
1446 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1447 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1448- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1449- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1450+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1451+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1452+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1453 </References>
1454-</Project>
1455+</Project>
1456\ No newline at end of file
1457
1458=== modified file 'Microblogging/Microblogging.mdp'
1459--- Microblogging/Microblogging.mdp 2009-06-22 04:05:16 +0000
1460+++ Microblogging/Microblogging.mdp 2009-06-23 00:52:54 +0000
1461@@ -1,4 +1,4 @@
1462-<Project name="Microblogging" fileversion="2.0" language="C#" DefaultNamespace="Microblogging" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1463+<Project name="Microblogging" fileversion="2.0" language="C#" DefaultNamespace="Microblogging" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1464 <Configurations active="Debug">
1465 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1466 <Output directory="bin/Debug" assembly="Microblog" />
1467@@ -51,13 +51,15 @@
1468 <References>
1469 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1470 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1471- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1472 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1473- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1474- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1475 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1476 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1477 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1478- <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1479+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1480+ <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral" />
1481+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1482+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1483+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1484 </References>
1485-</Project>
1486+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
1487+</Project>
1488\ No newline at end of file
1489
1490=== modified file 'Microblogging/gtk-gui/gui.stetic'
1491--- Microblogging/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
1492+++ Microblogging/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
1493@@ -2,9 +2,11 @@
1494 <stetic-interface>
1495 <configuration>
1496 <images-root-path>..</images-root-path>
1497- <target-gtk-version>2.12.9</target-gtk-version>
1498+ <target-gtk-version>2.12</target-gtk-version>
1499 </configuration>
1500 <import>
1501+ <widget-library name="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral" />
1502+ <widget-library name="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1503 <widget-library name="../bin/Debug/Microblog.dll" internal="true" />
1504 </import>
1505 <widget class="Gtk.Bin" id="Microblogging.GenConfig" design-size="300 300">
1506
1507=== modified file 'NX/NX.mdp'
1508--- NX/NX.mdp 2009-06-22 04:05:16 +0000
1509+++ NX/NX.mdp 2009-06-23 00:52:54 +0000
1510@@ -1,4 +1,4 @@
1511-<Project name="NX" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1512+<Project name="NX" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1513 <Configurations active="Debug">
1514 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1515 <Output directory="bin/Debug" assembly="NX" />
1516@@ -22,6 +22,7 @@
1517 <References>
1518 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1519 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1520- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1521+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1522+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1523 </References>
1524-</Project>
1525+</Project>
1526\ No newline at end of file
1527
1528=== modified file 'OpenSearch/OpenSearch.mdp'
1529--- OpenSearch/OpenSearch.mdp 2009-06-22 04:05:16 +0000
1530+++ OpenSearch/OpenSearch.mdp 2009-06-23 01:00:56 +0000
1531@@ -1,9 +1,10 @@
1532-<Project name="OpenSearch" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1533+<Project name="OpenSearch" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1534 <Configurations active="Debug">
1535 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1536 <Output directory="bin/Debug" assembly="OpenSearch" />
1537 <Build debugmode="True" target="Library" />
1538 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
1539+ <EnvironmentVariables />
1540 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1541 </Configuration>
1542 <Configuration name="Release" ctype="DotNetProjectConfiguration">
1543@@ -28,9 +29,10 @@
1544 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1545 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1546 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1547- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1548- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1549+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1550+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1551 <ProjectReference type="Gac" localcopy="True" refto="nunit.core, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
1552 <ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
1553+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1554 </References>
1555-</Project>
1556+</Project>
1557\ No newline at end of file
1558
1559=== modified file 'Opera/Opera.mdp'
1560--- Opera/Opera.mdp 2009-06-22 04:05:16 +0000
1561+++ Opera/Opera.mdp 2009-06-23 00:52:54 +0000
1562@@ -20,7 +20,8 @@
1563 </Contents>
1564 <References>
1565 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1566- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1567- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1568+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1569+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1570+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1571 </References>
1572-</Project>
1573+</Project>
1574\ No newline at end of file
1575
1576=== modified file 'Pastebin/Pastebin.mdp'
1577--- Pastebin/Pastebin.mdp 2009-06-22 04:05:16 +0000
1578+++ Pastebin/Pastebin.mdp 2009-06-23 00:52:54 +0000
1579@@ -1,4 +1,4 @@
1580-<Project name="Pastebin" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1581+<Project name="Pastebin" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1582 <Configurations active="Debug">
1583 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1584 <Output directory="bin/Debug" assembly="Pastebin" />
1585@@ -46,9 +46,11 @@
1586 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1587 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1588 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1589- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1590- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1591- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1592 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1593+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1594+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1595+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1596+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1597 </References>
1598-</Project>
1599+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
1600+</Project>
1601\ No newline at end of file
1602
1603=== modified file 'Pastebin/gtk-gui/Pastebin.PastebinConfig.cs'
1604--- Pastebin/gtk-gui/Pastebin.PastebinConfig.cs 2009-06-22 04:05:16 +0000
1605+++ Pastebin/gtk-gui/Pastebin.PastebinConfig.cs 2009-06-23 00:52:54 +0000
1606@@ -1,7 +1,7 @@
1607 // ------------------------------------------------------------------------------
1608 // <autogenerated>
1609 // This code was generated by a tool.
1610-// Mono Runtime Version: 2.0.50727.42
1611+//
1612 //
1613 // Changes to this file may cause incorrect behavior and will be lost if
1614 // the code is regenerated.
1615
1616=== modified file 'Pastebin/gtk-gui/generated.cs'
1617--- Pastebin/gtk-gui/generated.cs 2009-01-02 06:17:21 +0000
1618+++ Pastebin/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
1619@@ -1,7 +1,7 @@
1620 // ------------------------------------------------------------------------------
1621 // <autogenerated>
1622 // This code was generated by a tool.
1623-// Mono Runtime Version: 2.0.50727.42
1624+//
1625 //
1626 // Changes to this file may cause incorrect behavior and will be lost if
1627 // the code is regenerated.
1628
1629=== modified file 'Pastebin/gtk-gui/gui.stetic'
1630--- Pastebin/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
1631+++ Pastebin/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
1632@@ -2,7 +2,7 @@
1633 <stetic-interface>
1634 <configuration>
1635 <images-root-path>..</images-root-path>
1636- <target-gtk-version>2.12.9</target-gtk-version>
1637+ <target-gtk-version>2.12.8</target-gtk-version>
1638 </configuration>
1639 <widget class="Gtk.Bin" id="Pastebin.PastebinConfig" design-size="300 300">
1640 <property name="MemberName" />
1641
1642=== modified file 'Pidgin/Pidgin.mdp'
1643--- Pidgin/Pidgin.mdp 2009-06-22 04:05:16 +0000
1644+++ Pidgin/Pidgin.mdp 2009-06-23 00:52:54 +0000
1645@@ -1,4 +1,4 @@
1646-<Project name="Pidgin" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1647+<Project name="Pidgin" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1648 <Configurations active="Debug">
1649 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1650 <Output directory="bin/Debug" assembly="Pidgin" />
1651@@ -40,7 +40,8 @@
1652 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1653 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1654 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1655- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1656- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1657+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1658+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1659+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1660 </References>
1661-</Project>
1662+</Project>
1663\ No newline at end of file
1664
1665=== modified file 'PingFM/PingFM.mdp'
1666--- PingFM/PingFM.mdp 2009-06-22 04:05:16 +0000
1667+++ PingFM/PingFM.mdp 2009-06-23 01:00:56 +0000
1668@@ -1,4 +1,4 @@
1669-<Project name="PingFM" fileversion="2.0" language="C#" DefaultNamespace="Do.Addins.PingFM" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1670+<Project name="PingFM" fileversion="2.0" language="C#" DefaultNamespace="Do.Addins.PingFM" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1671 <Configurations active="Debug">
1672 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1673 <Output directory="bin/Debug" assembly="PingFM" />
1674@@ -69,8 +69,10 @@
1675 <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1676 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1677 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1678- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1679- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1680- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1681+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1682+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1683+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1684+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1685 </References>
1686-</Project>
1687+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
1688+</Project>
1689\ No newline at end of file
1690
1691=== modified file 'PingFM/gtk-gui/PingFM.Configuration.cs'
1692--- PingFM/gtk-gui/PingFM.Configuration.cs 2009-06-22 04:05:16 +0000
1693+++ PingFM/gtk-gui/PingFM.Configuration.cs 2009-06-23 00:52:54 +0000
1694@@ -1,7 +1,7 @@
1695 // ------------------------------------------------------------------------------
1696 // <autogenerated>
1697 // This code was generated by a tool.
1698-// Mono Runtime Version: 2.0.50727.42
1699+//
1700 //
1701 // Changes to this file may cause incorrect behavior and will be lost if
1702 // the code is regenerated.
1703
1704=== modified file 'PingFM/gtk-gui/generated.cs'
1705--- PingFM/gtk-gui/generated.cs 2009-01-02 21:48:05 +0000
1706+++ PingFM/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
1707@@ -1,7 +1,7 @@
1708 // ------------------------------------------------------------------------------
1709 // <autogenerated>
1710 // This code was generated by a tool.
1711-// Mono Runtime Version: 2.0.50727.42
1712+//
1713 //
1714 // Changes to this file may cause incorrect behavior and will be lost if
1715 // the code is regenerated.
1716
1717=== modified file 'PingFM/gtk-gui/gui.stetic'
1718--- PingFM/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
1719+++ PingFM/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
1720@@ -2,7 +2,7 @@
1721 <stetic-interface>
1722 <configuration>
1723 <images-root-path>..</images-root-path>
1724- <target-gtk-version>2.12.9</target-gtk-version>
1725+ <target-gtk-version>2.12.8</target-gtk-version>
1726 </configuration>
1727 <widget class="Gtk.Bin" id="PingFM.Configuration" design-size="300 300">
1728 <property name="MemberName" />
1729
1730=== modified file 'Putty/Putty.mdp'
1731--- Putty/Putty.mdp 2009-06-22 04:05:16 +0000
1732+++ Putty/Putty.mdp 2009-06-23 00:52:54 +0000
1733@@ -22,7 +22,8 @@
1734 <References>
1735 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1736 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1737- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1738- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1739+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1740+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1741+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1742 </References>
1743-</Project>
1744+</Project>
1745\ No newline at end of file
1746
1747=== modified file 'Quote/Quote.mdp'
1748--- Quote/Quote.mdp 2009-06-22 04:05:16 +0000
1749+++ Quote/Quote.mdp 2009-06-23 00:52:54 +0000
1750@@ -1,4 +1,4 @@
1751-<Project name="Quote" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1752+<Project name="Quote" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1753 <Configurations active="Debug">
1754 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1755 <Output directory="bin/Debug" assembly="Quote" />
1756@@ -26,11 +26,12 @@
1757 <File name="Resources/icons/quoted-globe.svg" subtype="Code" buildaction="EmbedAsResource" />
1758 </Contents>
1759 <References>
1760- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral" />
1761- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1762 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1763 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1764 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1765 <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1766+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1767+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1768+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1769 </References>
1770-</Project>
1771+</Project>
1772\ No newline at end of file
1773
1774=== modified file 'RSS/RSS.mdp'
1775--- RSS/RSS.mdp 2009-06-22 04:05:16 +0000
1776+++ RSS/RSS.mdp 2009-06-23 00:52:54 +0000
1777@@ -1,4 +1,4 @@
1778-<Project name="RSS" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1779+<Project name="RSS" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1780 <Configurations active="Debug">
1781 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1782 <Output directory="bin/Debug" assembly="RSS" />
1783@@ -52,11 +52,13 @@
1784 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1785 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1786 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1787- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1788 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1789 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1790- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1791- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1792- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1793+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1794+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1795+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1796+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1797+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1798 </References>
1799-</Project>
1800+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
1801+</Project>
1802\ No newline at end of file
1803
1804=== modified file 'RSS/gtk-gui/Do.Plugins.Rss.Configuration.cs'
1805--- RSS/gtk-gui/Do.Plugins.Rss.Configuration.cs 2009-06-22 04:05:16 +0000
1806+++ RSS/gtk-gui/Do.Plugins.Rss.Configuration.cs 2009-06-23 00:52:54 +0000
1807@@ -1,7 +1,7 @@
1808 // ------------------------------------------------------------------------------
1809 // <autogenerated>
1810 // This code was generated by a tool.
1811-// Mono Runtime Version: 2.0.50727.42
1812+//
1813 //
1814 // Changes to this file may cause incorrect behavior and will be lost if
1815 // the code is regenerated.
1816
1817=== modified file 'RSS/gtk-gui/generated.cs'
1818--- RSS/gtk-gui/generated.cs 2009-01-05 01:32:46 +0000
1819+++ RSS/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
1820@@ -1,7 +1,7 @@
1821 // ------------------------------------------------------------------------------
1822 // <autogenerated>
1823 // This code was generated by a tool.
1824-// Mono Runtime Version: 2.0.50727.42
1825+//
1826 //
1827 // Changes to this file may cause incorrect behavior and will be lost if
1828 // the code is regenerated.
1829
1830=== modified file 'RSS/gtk-gui/gui.stetic'
1831--- RSS/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
1832+++ RSS/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
1833@@ -2,7 +2,7 @@
1834 <stetic-interface>
1835 <configuration>
1836 <images-root-path>..</images-root-path>
1837- <target-gtk-version>2.12.9</target-gtk-version>
1838+ <target-gtk-version>2.12</target-gtk-version>
1839 </configuration>
1840 <import>
1841 <widget-library name="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1842
1843=== modified file 'RememberTheMilk/RTM.mdp'
1844--- RememberTheMilk/RTM.mdp 2009-06-22 04:05:16 +0000
1845+++ RememberTheMilk/RTM.mdp 2009-06-23 00:52:54 +0000
1846@@ -1,4 +1,4 @@
1847-<Project name="RememberTheMilk" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1848+<Project name="RememberTheMilk" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1849 <Configurations active="Debug">
1850 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1851 <Output directory="bin/Debug" assembly="RTM" />
1852@@ -95,8 +95,10 @@
1853 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1854 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1855 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1856- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1857- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1858- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1859+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1860+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1861+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1862+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1863 </References>
1864-</Project>
1865+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
1866+</Project>
1867\ No newline at end of file
1868
1869=== modified file 'RememberTheMilk/gtk-gui/RememberTheMilk.Configuration.cs'
1870--- RememberTheMilk/gtk-gui/RememberTheMilk.Configuration.cs 2009-06-22 04:05:16 +0000
1871+++ RememberTheMilk/gtk-gui/RememberTheMilk.Configuration.cs 2009-06-23 00:52:54 +0000
1872@@ -1,7 +1,7 @@
1873 // ------------------------------------------------------------------------------
1874 // <autogenerated>
1875 // This code was generated by a tool.
1876-// Mono Runtime Version: 2.0.50727.42
1877+//
1878 //
1879 // Changes to this file may cause incorrect behavior and will be lost if
1880 // the code is regenerated.
1881
1882=== modified file 'RememberTheMilk/gtk-gui/generated.cs'
1883--- RememberTheMilk/gtk-gui/generated.cs 2008-12-30 23:10:34 +0000
1884+++ RememberTheMilk/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
1885@@ -1,7 +1,7 @@
1886 // ------------------------------------------------------------------------------
1887 // <autogenerated>
1888 // This code was generated by a tool.
1889-// Mono Runtime Version: 2.0.50727.42
1890+//
1891 //
1892 // Changes to this file may cause incorrect behavior and will be lost if
1893 // the code is regenerated.
1894
1895=== modified file 'RememberTheMilk/gtk-gui/gui.stetic'
1896--- RememberTheMilk/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
1897+++ RememberTheMilk/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
1898@@ -2,7 +2,7 @@
1899 <stetic-interface>
1900 <configuration>
1901 <images-root-path>..</images-root-path>
1902- <target-gtk-version>2.12.9</target-gtk-version>
1903+ <target-gtk-version>2.12.8</target-gtk-version>
1904 </configuration>
1905 <widget class="Gtk.Bin" id="RememberTheMilk.Configuration" design-size="407 390">
1906 <property name="MemberName" />
1907
1908=== modified file 'RemindMe/RemindMe.mdp'
1909--- RemindMe/RemindMe.mdp 2009-06-22 04:05:16 +0000
1910+++ RemindMe/RemindMe.mdp 2009-06-23 00:52:54 +0000
1911@@ -27,9 +27,10 @@
1912 <References>
1913 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1914 <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1915- <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/local/lib/gnome-do/Do.Platform.dll" />
1916- <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/local/lib/gnome-do/Do.Platform.Linux.dll" />
1917- <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/local/lib/gnome-do/Do.Universe.dll" />
1918 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1919+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1920+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1921+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1922+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1923 </References>
1924-</Project>
1925+</Project>
1926\ No newline at end of file
1927
1928=== modified file 'RequestTracker/RequestTracker.mdp'
1929--- RequestTracker/RequestTracker.mdp 2009-06-22 04:05:16 +0000
1930+++ RequestTracker/RequestTracker.mdp 2009-06-23 00:52:54 +0000
1931@@ -1,4 +1,4 @@
1932-<Project name="RequestTracker" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1933+<Project name="RequestTracker" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1934 <Configurations active="Debug">
1935 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1936 <Output directory="bin/Debug" assembly="RequestTracker" />
1937@@ -30,12 +30,14 @@
1938 <References>
1939 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1940 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1941- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1942- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1943 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1944 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1945 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1946- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
1947- <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
1948+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1949+ <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral" />
1950+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1951+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1952+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1953 </References>
1954-</Project>
1955+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
1956+</Project>
1957\ No newline at end of file
1958
1959=== modified file 'RequestTracker/gtk-gui/gui.stetic'
1960--- RequestTracker/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
1961+++ RequestTracker/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
1962@@ -2,7 +2,7 @@
1963 <stetic-interface>
1964 <configuration>
1965 <images-root-path>..</images-root-path>
1966- <target-gtk-version>2.12.9</target-gtk-version>
1967+ <target-gtk-version>2.12.8</target-gtk-version>
1968 </configuration>
1969 <import>
1970 <widget-library name="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
1971
1972=== modified file 'Rhythmbox/Rhythmbox.mdp'
1973--- Rhythmbox/Rhythmbox.mdp 2009-06-22 04:05:16 +0000
1974+++ Rhythmbox/Rhythmbox.mdp 2009-06-23 00:52:54 +0000
1975@@ -1,4 +1,4 @@
1976-<Project name="Rhythmbox" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1977+<Project name="Rhythmbox" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1978 <Configurations active="Debug">
1979 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1980 <Output directory="bin/Debug" assembly="Rhythmbox" />
1981@@ -34,7 +34,9 @@
1982 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1983 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1984 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1985- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
1986- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
1987+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
1988+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
1989+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1990+ <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1991 </References>
1992-</Project>
1993+</Project>
1994\ No newline at end of file
1995
1996=== modified file 'Riptide/Riptide.mdp'
1997--- Riptide/Riptide.mdp 2009-06-22 04:05:16 +0000
1998+++ Riptide/Riptide.mdp 2009-06-23 00:52:54 +0000
1999@@ -1,9 +1,10 @@
2000-<Project name="Riptide" fileversion="2.0" language="C#" DefaultNamespace="Do.Riptide" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2001+<Project name="Riptide" fileversion="2.0" language="C#" DefaultNamespace="Do.Riptide" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2002 <Configurations active="Debug">
2003 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2004 <Output directory="bin/Debug" assembly="Riptide" />
2005 <Build debugmode="True" target="Library" />
2006 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
2007+ <EnvironmentVariables />
2008 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2009 </Configuration>
2010 <Configuration name="Release" ctype="DotNetProjectConfiguration">
2011@@ -25,8 +26,9 @@
2012 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
2013 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2014 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2015- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2016- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2017- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2018+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2019+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
2020+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2021+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2022 </References>
2023-</Project>
2024+</Project>
2025\ No newline at end of file
2026
2027=== modified file 'SSH/SSH.mdp'
2028--- SSH/SSH.mdp 2009-06-22 04:05:16 +0000
2029+++ SSH/SSH.mdp 2009-06-23 00:52:54 +0000
2030@@ -1,4 +1,4 @@
2031-<Project name="SSH" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2032+<Project name="SSH" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2033 <Configurations active="Debug">
2034 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2035 <Output directory="bin/Debug" assembly="SSH" />
2036@@ -22,10 +22,11 @@
2037 </Contents>
2038 <References>
2039 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2040- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2041 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2042 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2043- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2044- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2045+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2046+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2047+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2048+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2049 </References>
2050-</Project>
2051+</Project>
2052\ No newline at end of file
2053
2054=== modified file 'Shelf/Shelf.mdp'
2055--- Shelf/Shelf.mdp 2009-06-22 04:05:16 +0000
2056+++ Shelf/Shelf.mdp 2009-06-23 00:52:54 +0000
2057@@ -1,9 +1,10 @@
2058-<Project name="Shelf" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2059+<Project name="Shelf" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2060 <Configurations active="Debug">
2061 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2062 <Output directory="bin/Debug" assembly="Shelf" />
2063 <Build debugmode="True" target="Library" />
2064 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2065+ <EnvironmentVariables />
2066 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2067 </Configuration>
2068 <Configuration name="Release" ctype="DotNetProjectConfiguration">
2069@@ -28,7 +29,8 @@
2070 <References>
2071 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2072 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2073- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2074- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2075+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2076+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2077+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2078 </References>
2079-</Project>
2080+</Project>
2081\ No newline at end of file
2082
2083=== modified file 'Skype/Skype.mdp'
2084--- Skype/Skype.mdp 2009-06-22 04:05:16 +0000
2085+++ Skype/Skype.mdp 2009-06-23 00:52:54 +0000
2086@@ -1,4 +1,4 @@
2087-<Project name="Skype" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2088+<Project name="Skype" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2089 <Configurations active="Debug">
2090 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2091 <Output directory="bin/Debug" assembly="Skype" />
2092@@ -148,6 +148,6 @@
2093 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2094 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
2095 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2096- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2097+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2098 </References>
2099-</Project>
2100+</Project>
2101\ No newline at end of file
2102
2103=== modified file 'SqueezeCenter/SqueezeCenterPlugin.mdp'
2104--- SqueezeCenter/SqueezeCenterPlugin.mdp 2009-06-22 04:05:16 +0000
2105+++ SqueezeCenter/SqueezeCenterPlugin.mdp 2009-06-23 00:52:54 +0000
2106@@ -1,4 +1,4 @@
2107-<Project name="SqueezeCenterPlugin" fileversion="2.0" language="C#" DefaultNamespace="Do.Addins.SqueezeCenterPlugin" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2108+<Project name="SqueezeCenterPlugin" fileversion="2.0" language="C#" DefaultNamespace="Do.Addins.SqueezeCenterPlugin" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2109 <Configurations active="Debug">
2110 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2111 <Output directory="bin/Debug" assemblyKeyFile="." assembly="SqueezeCenter" />
2112@@ -36,13 +36,13 @@
2113 <File name="Resources/icons/artist.svg" subtype="Code" buildaction="EmbedAsResource" />
2114 <File name="Resources/icons/radio.png" subtype="Code" buildaction="EmbedAsResource" />
2115 <File name="Resources/icons/radio.xcf" subtype="Code" buildaction="EmbedAsResource" />
2116- <File name="Resources/icons/SB off.png" subtype="Code" buildaction="EmbedAsResource" />
2117- <File name="Resources/icons/SB on.png" subtype="Code" buildaction="EmbedAsResource" />
2118 <File name="Resources/icons/squeezebox.xcf" subtype="Code" buildaction="EmbedAsResource" />
2119 <File name="Resources/icons/sync.png" subtype="Code" buildaction="EmbedAsResource" />
2120- <File name="Resources/icons/sync sb.xcf" subtype="Code" buildaction="EmbedAsResource" />
2121 <File name="Resources/icons/unsync.png" subtype="Code" buildaction="EmbedAsResource" />
2122 <File name="Resources/icons/unsync.xcf" subtype="Code" buildaction="EmbedAsResource" />
2123+ <File name="Resources/icons/SB_off.png" subtype="Code" buildaction="Nothing" />
2124+ <File name="Resources/icons/SB_on.png" subtype="Code" buildaction="Nothing" />
2125+ <File name="Resources/icons/sync_sb.xcf" subtype="Code" buildaction="Nothing" />
2126 </Contents>
2127 <References>
2128 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2129@@ -50,8 +50,10 @@
2130 <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2131 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2132 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2133- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2134- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2135- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2136+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2137+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2138+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
2139+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2140 </References>
2141-</Project>
2142+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
2143+</Project>
2144\ No newline at end of file
2145
2146=== modified file 'SqueezeCenter/gtk-gui/SqueezeCenter.Configuration.cs'
2147--- SqueezeCenter/gtk-gui/SqueezeCenter.Configuration.cs 2009-06-22 04:05:16 +0000
2148+++ SqueezeCenter/gtk-gui/SqueezeCenter.Configuration.cs 2009-06-23 00:52:54 +0000
2149@@ -1,7 +1,7 @@
2150 // ------------------------------------------------------------------------------
2151 // <autogenerated>
2152 // This code was generated by a tool.
2153-// Mono Runtime Version: 2.0.50727.42
2154+//
2155 //
2156 // Changes to this file may cause incorrect behavior and will be lost if
2157 // the code is regenerated.
2158
2159=== modified file 'SqueezeCenter/gtk-gui/generated.cs'
2160--- SqueezeCenter/gtk-gui/generated.cs 2009-01-06 05:31:45 +0000
2161+++ SqueezeCenter/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
2162@@ -1,7 +1,7 @@
2163 // ------------------------------------------------------------------------------
2164 // <autogenerated>
2165 // This code was generated by a tool.
2166-// Mono Runtime Version: 2.0.50727.42
2167+//
2168 //
2169 // Changes to this file may cause incorrect behavior and will be lost if
2170 // the code is regenerated.
2171
2172=== modified file 'SqueezeCenter/gtk-gui/gui.stetic'
2173--- SqueezeCenter/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
2174+++ SqueezeCenter/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
2175@@ -2,7 +2,7 @@
2176 <stetic-interface>
2177 <configuration>
2178 <images-root-path>..</images-root-path>
2179- <target-gtk-version>2.12.9</target-gtk-version>
2180+ <target-gtk-version>2.12.8</target-gtk-version>
2181 </configuration>
2182 <import>
2183 <widget-library name="../bin/Debug/SqueezeCenter.dll" internal="true" />
2184
2185=== modified file 'StockQuote/Stock Quote.mdp'
2186--- StockQuote/Stock Quote.mdp 2009-06-22 04:05:16 +0000
2187+++ StockQuote/Stock Quote.mdp 2009-06-23 00:52:54 +0000
2188@@ -1,4 +1,4 @@
2189-<Project name="Stock Quote" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2190+<Project name="Stock Quote" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2191 <Configurations active="Debug">
2192 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2193 <Output directory="bin/Debug" assembly="Stock Quote" />
2194@@ -23,7 +23,7 @@
2195 <References>
2196 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2197 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2198- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2199- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2200+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2201+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2202 </References>
2203-</Project>
2204+</Project>
2205\ No newline at end of file
2206
2207=== modified file 'SystemServices/SystemServices.mdp'
2208--- SystemServices/SystemServices.mdp 2009-02-28 16:16:48 +0000
2209+++ SystemServices/SystemServices.mdp 2009-06-23 00:52:54 +0000
2210@@ -29,11 +29,13 @@
2211 </Contents>
2212 <References>
2213 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2214- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2215 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2216 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2217- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2218- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2219- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2220+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2221+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
2222+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2223+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2224+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2225 </References>
2226+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
2227 </Project>
2228\ No newline at end of file
2229
2230=== modified file 'SystemServices/gtk-gui/SystemServices.SystemServicesConfig.cs'
2231--- SystemServices/gtk-gui/SystemServices.SystemServicesConfig.cs 2009-06-22 04:05:16 +0000
2232+++ SystemServices/gtk-gui/SystemServices.SystemServicesConfig.cs 2009-06-23 00:52:54 +0000
2233@@ -1,7 +1,7 @@
2234 // ------------------------------------------------------------------------------
2235 // <autogenerated>
2236 // This code was generated by a tool.
2237-// Mono Runtime Version: 2.0.50727.42
2238+//
2239 //
2240 // Changes to this file may cause incorrect behavior and will be lost if
2241 // the code is regenerated.
2242@@ -64,49 +64,48 @@
2243 w2.Position = 0;
2244 // Container child hbox1.Gtk.Box+BoxChild
2245 this.btnSelectFile = new Gtk.Button();
2246- Gtk.Tooltips w3 = new Gtk.Tooltips();
2247- w3.SetTip(this.btnSelectFile, "Select file", "Select file");
2248+ this.btnSelectFile.TooltipMarkup = "Select file";
2249 this.btnSelectFile.CanFocus = true;
2250 this.btnSelectFile.Name = "btnSelectFile";
2251 this.btnSelectFile.UseUnderline = true;
2252 this.btnSelectFile.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("...");
2253 this.hbox1.Add(this.btnSelectFile);
2254- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.btnSelectFile]));
2255+ Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.btnSelectFile]));
2256+ w3.Position = 1;
2257+ w3.Expand = false;
2258+ w3.Fill = false;
2259+ this.vbox1.Add(this.hbox1);
2260+ Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
2261 w4.Position = 1;
2262 w4.Expand = false;
2263 w4.Fill = false;
2264- this.vbox1.Add(this.hbox1);
2265- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
2266- w5.Position = 1;
2267- w5.Expand = false;
2268- w5.Fill = false;
2269 // Container child vbox1.Gtk.Box+BoxChild
2270 this.label2 = new Gtk.Label();
2271 this.label2.Name = "label2";
2272 this.label2.Xalign = 0F;
2273 this.label2.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Services to control:");
2274 this.vbox1.Add(this.label2);
2275- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox1[this.label2]));
2276- w6.Position = 2;
2277- w6.Expand = false;
2278- w6.Fill = false;
2279+ Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox1[this.label2]));
2280+ w5.Position = 2;
2281+ w5.Expand = false;
2282+ w5.Fill = false;
2283 // Container child vbox1.Gtk.Box+BoxChild
2284 this.scrolledwindow1 = new Gtk.ScrolledWindow();
2285 this.scrolledwindow1.CanFocus = true;
2286 this.scrolledwindow1.Name = "scrolledwindow1";
2287 this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
2288 // Container child scrolledwindow1.Gtk.Container+ContainerChild
2289- Gtk.Viewport w7 = new Gtk.Viewport();
2290- w7.ShadowType = ((Gtk.ShadowType)(0));
2291+ Gtk.Viewport w6 = new Gtk.Viewport();
2292+ w6.ShadowType = ((Gtk.ShadowType)(0));
2293 // Container child GtkViewport.Gtk.Container+ContainerChild
2294 this.boxServicesList = new Gtk.VBox();
2295 this.boxServicesList.Name = "boxServicesList";
2296 this.boxServicesList.Spacing = 2;
2297- w7.Add(this.boxServicesList);
2298- this.scrolledwindow1.Add(w7);
2299+ w6.Add(this.boxServicesList);
2300+ this.scrolledwindow1.Add(w6);
2301 this.vbox1.Add(this.scrolledwindow1);
2302- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox1[this.scrolledwindow1]));
2303- w10.Position = 3;
2304+ Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox1[this.scrolledwindow1]));
2305+ w9.Position = 3;
2306 this.Add(this.vbox1);
2307 if ((this.Child != null)) {
2308 this.Child.ShowAll();
2309
2310=== modified file 'SystemServices/gtk-gui/generated.cs'
2311--- SystemServices/gtk-gui/generated.cs 2009-01-05 01:32:46 +0000
2312+++ SystemServices/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
2313@@ -1,7 +1,7 @@
2314 // ------------------------------------------------------------------------------
2315 // <autogenerated>
2316 // This code was generated by a tool.
2317-// Mono Runtime Version: 2.0.50727.42
2318+//
2319 //
2320 // Changes to this file may cause incorrect behavior and will be lost if
2321 // the code is regenerated.
2322
2323=== modified file 'SystemServices/gtk-gui/gui.stetic'
2324--- SystemServices/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
2325+++ SystemServices/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
2326@@ -2,7 +2,7 @@
2327 <stetic-interface>
2328 <configuration>
2329 <images-root-path>..</images-root-path>
2330- <target-gtk-version>2.12.9</target-gtk-version>
2331+ <target-gtk-version>2.12.8</target-gtk-version>
2332 </configuration>
2333 <import>
2334 <widget-library name="../bin/Debug/SystemServices.dll" internal="true" />
2335
2336=== modified file 'Tasque/Tasque.mdp'
2337--- Tasque/Tasque.mdp 2009-06-22 04:05:16 +0000
2338+++ Tasque/Tasque.mdp 2009-06-23 00:52:54 +0000
2339@@ -1,4 +1,4 @@
2340-<Project name="Tasque" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2341+<Project name="Tasque" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2342 <Configurations active="Debug">
2343 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2344 <Output directory="bin/Debug" assembly="Tasque" />
2345@@ -23,11 +23,12 @@
2346 </Contents>
2347 <References>
2348 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2349- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2350 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
2351 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
2352 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2353- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2354- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2355+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2356+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2357+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2358+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2359 </References>
2360-</Project>
2361+</Project>
2362\ No newline at end of file
2363
2364=== modified file 'TerminalServerClient/TerminalServerClient.mdp'
2365--- TerminalServerClient/TerminalServerClient.mdp 2009-06-22 04:05:16 +0000
2366+++ TerminalServerClient/TerminalServerClient.mdp 2009-06-23 00:52:54 +0000
2367@@ -23,7 +23,7 @@
2368 <References>
2369 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2370 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2371- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2372- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2373+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2374+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2375 </References>
2376-</Project>
2377+</Project>
2378\ No newline at end of file
2379
2380=== modified file 'Text/Text.mdp'
2381--- Text/Text.mdp 2009-06-22 04:05:16 +0000
2382+++ Text/Text.mdp 2009-06-23 00:52:54 +0000
2383@@ -1,4 +1,4 @@
2384-<Project name="Text" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2385+<Project name="Text" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2386 <Configurations active="Debug">
2387 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2388 <Output directory="bin/Debug" assembly="Text" />
2389@@ -23,7 +23,8 @@
2390 <References>
2391 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2392 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2393- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2394- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2395+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2396+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2397+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2398 </References>
2399-</Project>
2400+</Project>
2401\ No newline at end of file
2402
2403=== modified file 'Thunderbird/Thunderbird.mdp'
2404--- Thunderbird/Thunderbird.mdp 2009-06-22 04:05:16 +0000
2405+++ Thunderbird/Thunderbird.mdp 2009-06-23 00:52:54 +0000
2406@@ -21,6 +21,6 @@
2407 </Contents>
2408 <References>
2409 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2410- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2411+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2412 </References>
2413-</Project>
2414+</Project>
2415\ No newline at end of file
2416
2417=== modified file 'TinyUrl/TinyUrl.mdp'
2418--- TinyUrl/TinyUrl.mdp 2009-06-22 04:05:16 +0000
2419+++ TinyUrl/TinyUrl.mdp 2009-06-23 00:52:54 +0000
2420@@ -1,4 +1,4 @@
2421-<Project name="TinyUrl" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2422+<Project name="TinyUrl" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2423 <Configurations active="Debug">
2424 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2425 <Output directory="bin/Debug" assembly="TinyUrl" />
2426@@ -24,8 +24,9 @@
2427 <References>
2428 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2429 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2430- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2431- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2432 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
2433+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2434+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2435+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2436 </References>
2437-</Project>
2438+</Project>
2439\ No newline at end of file
2440
2441=== modified file 'Tomboy/Tomboy.mdp'
2442--- Tomboy/Tomboy.mdp 2009-06-22 04:05:16 +0000
2443+++ Tomboy/Tomboy.mdp 2009-06-23 00:52:54 +0000
2444@@ -1,4 +1,4 @@
2445-<Project name="Tomboy" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2446+<Project name="Tomboy" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2447 <Configurations active="Debug">
2448 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2449 <Output directory="bin/Debug" assembly="Tomboy" />
2450@@ -35,8 +35,10 @@
2451 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2452 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2453 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2454- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2455- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2456- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2457+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2458+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2459+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
2460+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2461 </References>
2462-</Project>
2463+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
2464+</Project>
2465\ No newline at end of file
2466
2467=== modified file 'Tomboy/gtk-gui/Tomboy.TomboyConfiguration.cs'
2468--- Tomboy/gtk-gui/Tomboy.TomboyConfiguration.cs 2009-06-22 04:05:16 +0000
2469+++ Tomboy/gtk-gui/Tomboy.TomboyConfiguration.cs 2009-06-23 00:52:54 +0000
2470@@ -1,7 +1,7 @@
2471 // ------------------------------------------------------------------------------
2472 // <autogenerated>
2473 // This code was generated by a tool.
2474-// Mono Runtime Version: 2.0.50727.42
2475+//
2476 //
2477 // Changes to this file may cause incorrect behavior and will be lost if
2478 // the code is regenerated.
2479
2480=== modified file 'Tomboy/gtk-gui/generated.cs'
2481--- Tomboy/gtk-gui/generated.cs 2009-01-06 05:31:45 +0000
2482+++ Tomboy/gtk-gui/generated.cs 2009-06-23 00:52:54 +0000
2483@@ -1,7 +1,7 @@
2484 // ------------------------------------------------------------------------------
2485 // <autogenerated>
2486 // This code was generated by a tool.
2487-// Mono Runtime Version: 2.0.50727.42
2488+//
2489 //
2490 // Changes to this file may cause incorrect behavior and will be lost if
2491 // the code is regenerated.
2492
2493=== modified file 'Tomboy/gtk-gui/gui.stetic'
2494--- Tomboy/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
2495+++ Tomboy/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
2496@@ -2,7 +2,7 @@
2497 <stetic-interface>
2498 <configuration>
2499 <images-root-path>..</images-root-path>
2500- <target-gtk-version>2.12.9</target-gtk-version>
2501+ <target-gtk-version>2.12.8</target-gtk-version>
2502 </configuration>
2503 <import>
2504 <widget-library name="../bin/Debug/Tomboy.dll" internal="true" />
2505
2506=== modified file 'Tracker/Tracker.mdp'
2507--- Tracker/Tracker.mdp 2009-06-22 04:05:16 +0000
2508+++ Tracker/Tracker.mdp 2009-06-23 00:52:54 +0000
2509@@ -1,9 +1,10 @@
2510-<Project name="Tracker" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2511+<Project name="Tracker" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2512 <Configurations active="Debug">
2513 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2514 <Output directory="bin/Debug" assembly="Tracker" />
2515 <Build debugmode="True" target="Library" />
2516 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2517+ <EnvironmentVariables />
2518 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2519 </Configuration>
2520 <Configuration name="Release" ctype="DotNetProjectConfiguration">
2521@@ -14,13 +15,17 @@
2522 </Configuration>
2523 </Configurations>
2524 <Contents>
2525- <File name="src/TrackerSearch.cs" subtype="Code" buildaction="Compile" />
2526 <File name="Resources/TrackerSearch.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2527+ <File name="src/ITrackerSearch.cs" subtype="Code" buildaction="Compile" />
2528+ <File name="src/Tracker.cs" subtype="Code" buildaction="Compile" />
2529+ <File name="src/TrackerSearchAction.cs" subtype="Code" buildaction="Compile" />
2530 </Contents>
2531 <References>
2532 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2533- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2534 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2535- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2536+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2537+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2538+ <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
2539+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2540 </References>
2541-</Project>
2542+</Project>
2543\ No newline at end of file
2544
2545=== modified file 'Translate/Translate.mdp'
2546--- Translate/Translate.mdp 2009-06-22 04:05:16 +0000
2547+++ Translate/Translate.mdp 2009-06-23 00:52:54 +0000
2548@@ -1,4 +1,4 @@
2549-<Project name="Translate" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2550+<Project name="Translate" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2551 <Configurations active="Debug">
2552 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2553 <Output directory="bin/Debug" assembly="Translate" />
2554@@ -40,7 +40,6 @@
2555 <File name="Resources/icons/french.png" subtype="Code" buildaction="EmbedAsResource" />
2556 <File name="Resources/icons/german.png" subtype="Code" buildaction="EmbedAsResource" />
2557 <File name="Resources/icons/globe.png" subtype="Code" buildaction="EmbedAsResource" />
2558- <File name="Resources/icons/google.ico" subtype="Code" buildaction="EmbedAsResource" />
2559 <File name="Resources/icons/google.png" subtype="Code" buildaction="EmbedAsResource" />
2560 <File name="Resources/icons/greek.png" subtype="Code" buildaction="EmbedAsResource" />
2561 <File name="Resources/icons/hebrew.png" subtype="Code" buildaction="EmbedAsResource" />
2562@@ -77,9 +76,11 @@
2563 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2564 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2565 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
2566- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral" />
2567- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral" />
2568- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
2569 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2570+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2571+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2572+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
2573+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2574 </References>
2575-</Project>
2576+ <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
2577+</Project>
2578\ No newline at end of file
2579
2580=== modified file 'Translate/gtk-gui/gui.stetic'
2581--- Translate/gtk-gui/gui.stetic 2009-06-22 04:05:16 +0000
2582+++ Translate/gtk-gui/gui.stetic 2009-06-23 00:52:54 +0000
2583@@ -2,7 +2,7 @@
2584 <stetic-interface>
2585 <configuration>
2586 <images-root-path>..</images-root-path>
2587- <target-gtk-version>2.12.9</target-gtk-version>
2588+ <target-gtk-version>2.12.8</target-gtk-version>
2589 </configuration>
2590 <import>
2591 <widget-library name="../bin/Debug/Translate.dll" internal="true" />
2592
2593=== modified file 'Vinagre/Vinagre.mdp'
2594--- Vinagre/Vinagre.mdp 2009-06-22 04:05:16 +0000
2595+++ Vinagre/Vinagre.mdp 2009-06-23 00:52:54 +0000
2596@@ -1,4 +1,4 @@
2597-<Project name="Vinagre" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2598+<Project name="Vinagre" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2599 <Configurations active="Debug">
2600 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2601 <Output directory="bin/Debug" assembly="Vinagre" />
2602@@ -24,8 +24,9 @@
2603 <References>
2604 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2605 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2606- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2607- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2608 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2609+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2610+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2611+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2612 </References>
2613-</Project>
2614+</Project>
2615\ No newline at end of file
2616
2617=== modified file 'VirtualBox/VirtualBox.mdp'
2618--- VirtualBox/VirtualBox.mdp 2009-06-22 04:05:16 +0000
2619+++ VirtualBox/VirtualBox.mdp 2009-06-23 00:52:54 +0000
2620@@ -1,4 +1,4 @@
2621-<Project name="VirtualBox" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2622+<Project name="VirtualBox" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2623 <Configurations active="Debug">
2624 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2625 <Output directory="bin/Debug" assembly="VirtualBox" />
2626@@ -99,7 +99,8 @@
2627 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2628 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2629 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2630- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2631- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2632+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2633+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2634+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2635 </References>
2636-</Project>
2637+</Project>
2638\ No newline at end of file
2639
2640=== modified file 'VolumeControl/VolumeControl.mdp'
2641--- VolumeControl/VolumeControl.mdp 2009-06-22 04:05:16 +0000
2642+++ VolumeControl/VolumeControl.mdp 2009-06-23 00:52:54 +0000
2643@@ -26,7 +26,8 @@
2644 </Contents>
2645 <References>
2646 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2647- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2648- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2649+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2650+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2651+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2652 </References>
2653-</Project>
2654+</Project>
2655\ No newline at end of file
2656
2657=== modified file 'WindowManager/WindowManager.mdp'
2658--- WindowManager/WindowManager.mdp 2009-06-22 04:05:16 +0000
2659+++ WindowManager/WindowManager.mdp 2009-06-23 00:52:54 +0000
2660@@ -1,4 +1,4 @@
2661-<Project name="WindowManager" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2662+<Project name="WindowManager" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2663 <Configurations active="Debug">
2664 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2665 <Output directory="bin/Debug" assemblyKeyFile="." assembly="WindowManager" />
2666@@ -47,9 +47,11 @@
2667 <ProjectReference type="Gac" localcopy="True" refto="gnomedesktop-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2668 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2669 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2670- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2671- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2672+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2673+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2674+ <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Wink, Version=0.9.0.0, Culture=neutral" />
2675 <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Wink, Version=1.0.3375.29611, Culture=neutral" />
2676+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2677 </References>
2678 <LanguageParameters ApplicationIcon="." ctype="CSharpProjectParameters" />
2679-</Project>
2680+</Project>
2681\ No newline at end of file
2682
2683=== modified file 'Woof/Woof.mdp'
2684--- Woof/Woof.mdp 2009-06-22 04:05:16 +0000
2685+++ Woof/Woof.mdp 2009-06-23 00:52:54 +0000
2686@@ -1,4 +1,4 @@
2687-<Project name="Woof" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2688+<Project name="Woof" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2689 <Configurations active="Debug">
2690 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2691 <Output directory="bin/Debug" assembly="Woof" />
2692@@ -23,7 +23,7 @@
2693 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
2694 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2695 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2696- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2697- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2698+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2699+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2700 </References>
2701-</Project>
2702+</Project>
2703\ No newline at end of file
2704
2705=== modified file 'Wordnet/Wordnet.mdp'
2706--- Wordnet/Wordnet.mdp 2009-06-22 04:05:16 +0000
2707+++ Wordnet/Wordnet.mdp 2009-06-23 00:52:54 +0000
2708@@ -21,6 +21,6 @@
2709 </Contents>
2710 <References>
2711 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2712- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2713+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2714 </References>
2715-</Project>
2716+</Project>
2717\ No newline at end of file
2718
2719=== modified file 'Xmms2/xmms2.mdp'
2720--- Xmms2/xmms2.mdp 2009-06-22 04:05:16 +0000
2721+++ Xmms2/xmms2.mdp 2009-06-23 00:52:54 +0000
2722@@ -1,4 +1,4 @@
2723-<Project name="xmms2" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2724+<Project name="xmms2" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2725 <Configurations active="Debug">
2726 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2727 <Output directory="bin/Debug" assembly="xmms2" />
2728@@ -28,6 +28,6 @@
2729 <References>
2730 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2731 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2732- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2733+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2734 </References>
2735-</Project>
2736+</Project>
2737\ No newline at end of file
2738
2739=== modified file 'YouTube/YouTube.mdp'
2740--- YouTube/YouTube.mdp 2009-06-22 04:05:16 +0000
2741+++ YouTube/YouTube.mdp 2009-06-23 00:52:54 +0000
2742@@ -1,4 +1,4 @@
2743-<Project name="YouTube" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2744+<Project name="YouTube" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2745 <Configurations active="Debug">
2746 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2747 <Output directory="bin/Debug" assembly="YouTube" />
2748@@ -30,14 +30,15 @@
2749 </Contents>
2750 <References>
2751 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2752- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
2753 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2754- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Client.dll" />
2755- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Extensions.dll" />
2756- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.YouTube.dll" />
2757 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2758 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2759- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
2760- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
2761+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
2762+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2763+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2764+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Client, Version=1.4.0.2, Culture=neutral, PublicKeyToken=04a59ca9b0273830" />
2765+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.Extensions, Version=1.4.0.2, Culture=neutral, PublicKeyToken=0b4c5df2ebf20876" />
2766+ <ProjectReference type="Gac" localcopy="True" refto="Google.GData.YouTube, Version=1.4.0.2, Culture=neutral, PublicKeyToken=af04a32718ae8833" />
2767+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2768 </References>
2769-</Project>
2770+</Project>
2771\ No newline at end of file
2772
2773=== modified file 'Zim/Zim.mdp'
2774--- Zim/Zim.mdp 2009-06-22 04:05:16 +0000
2775+++ Zim/Zim.mdp 2009-06-23 00:52:54 +0000
2776@@ -1,4 +1,4 @@
2777-<Project name="Zim" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2778+<Project name="Zim" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2779 <Configurations active="Debug">
2780 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2781 <Output directory="bin/Debug" assembly="Zim" />
2782@@ -26,7 +26,8 @@
2783 <References>
2784 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2785 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2786- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2787- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2788+ <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
2789+ <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
2790+ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2791 </References>
2792-</Project>
2793+</Project>
2794\ No newline at end of file

Subscribers

People subscribed via source and target branches