Do

Merge lp:~alexlauni/do/slnfiles into lp:do

Proposed by Alex Launi
Status: Merged
Merged at revision: not available
Proposed branch: lp:~alexlauni/do/slnfiles
Merge into: lp:do
Diff against target: 2141 lines
To merge this branch: bzr merge lp:~alexlauni/do/slnfiles
Reviewer Review Type Date Requested Status
Do Core Team Pending
Review via email: mp+22405@code.launchpad.net

Description of the change

Switches the mdp/mds file over to sln/csproj

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2010-03-29 19:55:48 +0000
4@@ -0,0 +1,29 @@
5+*.pidb
6+*.userprefs
7+Makefile.in
8+Makefile
9+*.pc
10+missing
11+config.log
12+config.status
13+configure
14+build
15+install-sh
16+aclocal.m4
17+autom4te.cache
18+bin
19+AssemblyInfo.cs
20+po/stamp-it
21+po/POTFILES
22+po/Makefile.in.in
23+m4/lt~obsolete.m4
24+m4/ltversion.m4
25+m4/ltsugar.m4
26+m4/ltoptions.m4
27+m4/libtool.m4
28+m4/intltool.m4
29+libdo/.deps
30+*.dll.config
31+Do/gnome-do
32+ltmain.sh
33+libtool
34
35=== added file 'Do.Interface.Linux.AnimationBase/Do.Interface.Linux.AnimationBase.csproj'
36--- Do.Interface.Linux.AnimationBase/Do.Interface.Linux.AnimationBase.csproj 1970-01-01 00:00:00 +0000
37+++ Do.Interface.Linux.AnimationBase/Do.Interface.Linux.AnimationBase.csproj 2010-03-29 19:55:48 +0000
38@@ -0,0 +1,91 @@
39+<?xml version="1.0" encoding="utf-8"?>
40+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
41+ <PropertyGroup>
42+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
43+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
44+ <ProductVersion>9.0.21022</ProductVersion>
45+ <SchemaVersion>2.0</SchemaVersion>
46+ <ProjectGuid>{FFF96BEF-0FB8-4188-9207-538BF320207F}</ProjectGuid>
47+ <OutputType>Library</OutputType>
48+ <RootNamespace>Do.Interface.Linux.AnimationBase</RootNamespace>
49+ <AssemblyName>Do.Interface.Linux.AnimationBase</AssemblyName>
50+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
51+ </PropertyGroup>
52+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
53+ <DebugSymbols>true</DebugSymbols>
54+ <DebugType>full</DebugType>
55+ <Optimize>false</Optimize>
56+ <OutputPath>bin\Debug</OutputPath>
57+ <DefineConstants>DEBUG</DefineConstants>
58+ <ErrorReport>prompt</ErrorReport>
59+ <WarningLevel>4</WarningLevel>
60+ <PlatformTarget>x86</PlatformTarget>
61+ </PropertyGroup>
62+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
63+ <DebugType>none</DebugType>
64+ <Optimize>false</Optimize>
65+ <OutputPath>bin\Release</OutputPath>
66+ <ErrorReport>prompt</ErrorReport>
67+ <WarningLevel>4</WarningLevel>
68+ <PlatformTarget>x86</PlatformTarget>
69+ </PropertyGroup>
70+ <ItemGroup>
71+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
72+ <Package>gtk-sharp-2.0</Package>
73+ </Reference>
74+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
75+ <Package>gtk-sharp-2.0</Package>
76+ </Reference>
77+ <Reference Include="Mono.Posix" />
78+ <Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
79+ <Reference Include="System" />
80+ <Reference Include="System.Core" />
81+ <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
82+ <Package>gtk-sharp-2.0</Package>
83+ </Reference>
84+ </ItemGroup>
85+ <ItemGroup>
86+ <None Include="Resources\Do.Interface.Linux.AnimationBase.addin.xml" />
87+ </ItemGroup>
88+ <ItemGroup>
89+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\AnimationBaseConfigurationWidget.cs" />
90+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\Bezel.cs" />
91+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelColors.cs" />
92+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelDefaults.cs" />
93+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelDrawingArea.cs" />
94+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelDrawingContext.cs" />
95+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelGlassRenderClasses.cs" />
96+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelGlassResults.cs" />
97+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelGlassWindow.cs" />
98+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\BezelResultsDrawingArea.cs" />
99+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\IRenderInterfaces.cs" />
100+ <Compile Include="src\Do.Interface\Do.Interface.AnimationBase\TextRenderer.cs" />
101+ <Compile Include="src\Do.Interface\IRenderTheme.cs" />
102+ <Compile Include="gtk-gui\generated.cs" />
103+ <Compile Include="gtk-gui\Do.Interface.AnimationBase.AnimationBaseConfigurationWidget.cs" />
104+ </ItemGroup>
105+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
106+ <ItemGroup>
107+ <ProjectReference Include="..\Do.Interface.Linux\Do.Interface.Linux.csproj">
108+ <Project>{5809CEE9-020D-4858-86AE-94E2527146FE}</Project>
109+ <Name>Do.Interface.Linux</Name>
110+ </ProjectReference>
111+ <ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
112+ <Project>{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}</Project>
113+ <Name>Do.Universe</Name>
114+ </ProjectReference>
115+ <ProjectReference Include="..\Do.Platform\Do.Platform.csproj">
116+ <Project>{2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}</Project>
117+ <Name>Do.Platform</Name>
118+ </ProjectReference>
119+ <ProjectReference Include="..\Do.Platform.Linux\Do.Platform.Linux.csproj">
120+ <Project>{36CA5B12-6730-4777-A472-EBC37CF376BD}</Project>
121+ <Name>Do.Platform.Linux</Name>
122+ </ProjectReference>
123+ </ItemGroup>
124+ <ItemGroup>
125+ <EmbeddedResource Include="gtk-gui\gui.stetic">
126+ <LogicalName>gui.stetic</LogicalName>
127+ </EmbeddedResource>
128+ </ItemGroup>
129+</Project>
130\ No newline at end of file
131
132=== removed file 'Do.Interface.Linux.AnimationBase/Do.Interface.Linux.AnimationBase.mdp'
133--- Do.Interface.Linux.AnimationBase/Do.Interface.Linux.AnimationBase.mdp 2009-05-12 07:13:46 +0000
134+++ Do.Interface.Linux.AnimationBase/Do.Interface.Linux.AnimationBase.mdp 1970-01-01 00:00:00 +0000
135@@ -1,55 +0,0 @@
136-<Project name="Do.Interface.Linux.AnimationBase" fileversion="2.0" language="C#" targetFramework="3.5" ctype="DotNetProject">
137- <Configurations active="Debug">
138- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
139- <Output directory="bin/Debug" assembly="Do.Interface.Linux.AnimationBase" />
140- <Build debugmode="True" target="Library" />
141- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" />
142- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
143- </Configuration>
144- <Configuration name="Release" ctype="DotNetProjectConfiguration">
145- <Output directory="bin/Release" assembly="Do.Interface.Linux.AnimationBase" />
146- <Build debugmode="False" target="Library" />
147- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" />
148- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
149- </Configuration>
150- </Configurations>
151- <Contents>
152- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
153- <File name="src" subtype="Directory" buildaction="Compile" />
154- <File name="Resources" subtype="Directory" buildaction="Compile" />
155- <File name="Resources/Do.Interface.Linux.AnimationBase.addin.xml" subtype="Code" buildaction="Nothing" />
156- <File name="src/Do.Interface" subtype="Directory" buildaction="Compile" />
157- <File name="src/Do.Interface/Do.Interface.AnimationBase" subtype="Directory" buildaction="Compile" />
158- <File name="src/Do.Interface/Do.Interface.AnimationBase/Bezel.cs" subtype="Code" buildaction="Compile" />
159- <File name="src/Do.Interface/Do.Interface.AnimationBase/BezelColors.cs" subtype="Code" buildaction="Compile" />
160- <File name="src/Do.Interface/Do.Interface.AnimationBase/BezelDefaults.cs" subtype="Code" buildaction="Compile" />
161- <File name="src/Do.Interface/Do.Interface.AnimationBase/BezelDrawingArea.cs" subtype="Code" buildaction="Compile" />
162- <File name="src/Do.Interface/Do.Interface.AnimationBase/BezelDrawingContext.cs" subtype="Code" buildaction="Compile" />
163- <File name="src/Do.Interface/Do.Interface.AnimationBase/BezelGlassRenderClasses.cs" subtype="Code" buildaction="Compile" />
164- <File name="src/Do.Interface/Do.Interface.AnimationBase/BezelGlassResults.cs" subtype="Code" buildaction="Compile" />
165- <File name="src/Do.Interface/Do.Interface.AnimationBase/BezelGlassWindow.cs" subtype="Code" buildaction="Compile" />
166- <File name="src/Do.Interface/Do.Interface.AnimationBase/BezelResultsDrawingArea.cs" subtype="Code" buildaction="Compile" />
167- <File name="src/Do.Interface/Do.Interface.AnimationBase/IRenderInterfaces.cs" subtype="Code" buildaction="Compile" />
168- <File name="src/Do.Interface/Do.Interface.AnimationBase/TextRenderer.cs" subtype="Code" buildaction="Compile" />
169- <File name="src/Do.Interface/IRenderTheme.cs" subtype="Code" buildaction="Compile" />
170- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
171- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
172- <File name="src/Do.Interface/Do.Interface.AnimationBase/AnimationBaseConfigurationWidget.cs" subtype="Code" buildaction="Compile" />
173- <File name="gtk-gui/Do.Interface.AnimationBase.AnimationBaseConfigurationWidget.cs" subtype="Code" buildaction="Compile" />
174- </Contents>
175- <References>
176- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
177- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux" />
178- <ProjectReference type="Project" localcopy="True" refto="Do.Platform" />
179- <ProjectReference type="Project" localcopy="True" refto="Do.Platform.Linux" />
180- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
181- <ProjectReference type="Gac" localcopy="True" refto="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
182- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
183- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
184- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
185- <ProjectReference type="Project" localcopy="True" refto="Do.Universe" />
186- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
187- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
188- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
189- </References>
190-</Project>
191\ No newline at end of file
192
193=== modified file 'Do.Interface.Linux.AnimationBase/gtk-gui/gui.stetic'
194--- Do.Interface.Linux.AnimationBase/gtk-gui/gui.stetic 2009-04-20 04:00:45 +0000
195+++ Do.Interface.Linux.AnimationBase/gtk-gui/gui.stetic 2010-03-29 19:55:48 +0000
196@@ -6,6 +6,7 @@
197 </configuration>
198 <import>
199 <widget-library name="../../Do.Interface.Linux/bin/Debug/Do.Interface.Linux.dll" />
200+ <widget-library name="../../Do.Platform/bin/Debug/Do.Platform.dll" />
201 <widget-library name="../../Do.Platform.Linux/bin/Debug/Do.Platform.Linux.dll" />
202 <widget-library name="../bin/Debug/Do.Interface.Linux.AnimationBase.dll" internal="true" />
203 </import>
204
205=== added file 'Do.Interface.Linux.Classic/Do.Interface.Linux.Classic.csproj'
206--- Do.Interface.Linux.Classic/Do.Interface.Linux.Classic.csproj 1970-01-01 00:00:00 +0000
207+++ Do.Interface.Linux.Classic/Do.Interface.Linux.Classic.csproj 2010-03-29 19:55:48 +0000
208@@ -0,0 +1,61 @@
209+<?xml version="1.0" encoding="utf-8"?>
210+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
211+ <PropertyGroup>
212+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
213+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
214+ <ProductVersion>9.0.21022</ProductVersion>
215+ <SchemaVersion>2.0</SchemaVersion>
216+ <ProjectGuid>{2B8CF41C-1E7C-404E-9075-89D0C3DD1FC9}</ProjectGuid>
217+ <OutputType>Library</OutputType>
218+ <RootNamespace>Do.Interface.Linux.Classic</RootNamespace>
219+ <AssemblyName>Do.Interface.Linux.Classic</AssemblyName>
220+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
221+ </PropertyGroup>
222+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
223+ <DebugSymbols>true</DebugSymbols>
224+ <DebugType>full</DebugType>
225+ <Optimize>false</Optimize>
226+ <OutputPath>bin\Debug</OutputPath>
227+ <DefineConstants>DEBUG</DefineConstants>
228+ <ErrorReport>prompt</ErrorReport>
229+ <WarningLevel>4</WarningLevel>
230+ <PlatformTarget>x86</PlatformTarget>
231+ </PropertyGroup>
232+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
233+ <DebugType>none</DebugType>
234+ <Optimize>false</Optimize>
235+ <OutputPath>bin\Release</OutputPath>
236+ <ErrorReport>prompt</ErrorReport>
237+ <WarningLevel>4</WarningLevel>
238+ <PlatformTarget>x86</PlatformTarget>
239+ </PropertyGroup>
240+ <ItemGroup>
241+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
242+ <Package>gtk-sharp-2.0</Package>
243+ </Reference>
244+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
245+ <Package>gtk-sharp-2.0</Package>
246+ </Reference>
247+ <Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
248+ <Reference Include="System" />
249+ <Reference Include="System.Core" />
250+ </ItemGroup>
251+ <ItemGroup>
252+ <None Include="Resources\Do.Interface.Linux.Classic.addin.xml" />
253+ </ItemGroup>
254+ <ItemGroup>
255+ <Compile Include="src\ClassicRenderer.cs" />
256+ <Compile Include="src\ClassicTheme.cs" />
257+ </ItemGroup>
258+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
259+ <ItemGroup>
260+ <ProjectReference Include="..\Do.Interface.Linux\Do.Interface.Linux.csproj">
261+ <Project>{5809CEE9-020D-4858-86AE-94E2527146FE}</Project>
262+ <Name>Do.Interface.Linux</Name>
263+ </ProjectReference>
264+ <ProjectReference Include="..\Do.Interface.Linux.AnimationBase\Do.Interface.Linux.AnimationBase.csproj">
265+ <Project>{FFF96BEF-0FB8-4188-9207-538BF320207F}</Project>
266+ <Name>Do.Interface.Linux.AnimationBase</Name>
267+ </ProjectReference>
268+ </ItemGroup>
269+</Project>
270\ No newline at end of file
271
272=== removed file 'Do.Interface.Linux.Classic/Do.Interface.Linux.Classic.mdp'
273--- Do.Interface.Linux.Classic/Do.Interface.Linux.Classic.mdp 2009-04-20 00:12:53 +0000
274+++ Do.Interface.Linux.Classic/Do.Interface.Linux.Classic.mdp 1970-01-01 00:00:00 +0000
275@@ -1,36 +0,0 @@
276-<Project name="Do.Interface.Linux.Classic" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
277- <Configurations active="Debug">
278- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
279- <Output directory="bin/Debug" assembly="Do.Interface.Linux.Classic" />
280- <Build debugmode="True" target="Library" />
281- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
282- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
283- </Configuration>
284- <Configuration name="Release" ctype="DotNetProjectConfiguration">
285- <Output directory="bin/Release" assembly="Do.Interface.Linux.Classic" />
286- <Build debugmode="False" target="Library" />
287- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
288- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
289- </Configuration>
290- </Configurations>
291- <Contents>
292- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
293- <File name="Resources" subtype="Directory" buildaction="Compile" />
294- <File name="src" subtype="Directory" buildaction="Compile" />
295- <File name="Resources/Do.Interface.Linux.Classic.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
296- <File name="src/ClassicRenderer.cs" subtype="Code" buildaction="Compile" />
297- <File name="src/ClassicTheme.cs" subtype="Code" buildaction="Compile" />
298- </Contents>
299- <References>
300- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
301- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux" />
302- <ProjectReference type="Project" localcopy="True" refto="Do.Platform" />
303- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
304- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
305- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
306- <ProjectReference type="Gac" localcopy="True" refto="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
307- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
308- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
309- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux.AnimationBase" />
310- </References>
311-</Project>
312\ No newline at end of file
313
314=== added file 'Do.Interface.Linux.GlassFrame/Do.Interface.Linux.GlassFrame.csproj'
315--- Do.Interface.Linux.GlassFrame/Do.Interface.Linux.GlassFrame.csproj 1970-01-01 00:00:00 +0000
316+++ Do.Interface.Linux.GlassFrame/Do.Interface.Linux.GlassFrame.csproj 2010-03-29 19:55:48 +0000
317@@ -0,0 +1,60 @@
318+<?xml version="1.0" encoding="utf-8"?>
319+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
320+ <PropertyGroup>
321+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
322+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
323+ <ProductVersion>9.0.21022</ProductVersion>
324+ <SchemaVersion>2.0</SchemaVersion>
325+ <ProjectGuid>{585BDFD8-7F78-4F60-902B-D16450B24960}</ProjectGuid>
326+ <OutputType>Library</OutputType>
327+ <RootNamespace>Do.Interface.Linux.GlassFrame</RootNamespace>
328+ <AssemblyName>Do.Interface.Linux.GlassFrame</AssemblyName>
329+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
330+ </PropertyGroup>
331+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
332+ <DebugSymbols>true</DebugSymbols>
333+ <DebugType>full</DebugType>
334+ <Optimize>false</Optimize>
335+ <OutputPath>bin\Debug</OutputPath>
336+ <DefineConstants>DEBUG</DefineConstants>
337+ <ErrorReport>prompt</ErrorReport>
338+ <WarningLevel>4</WarningLevel>
339+ <PlatformTarget>x86</PlatformTarget>
340+ </PropertyGroup>
341+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
342+ <DebugType>none</DebugType>
343+ <Optimize>false</Optimize>
344+ <OutputPath>bin\Release</OutputPath>
345+ <ErrorReport>prompt</ErrorReport>
346+ <WarningLevel>4</WarningLevel>
347+ <PlatformTarget>x86</PlatformTarget>
348+ </PropertyGroup>
349+ <ItemGroup>
350+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
351+ <Package>gtk-sharp-2.0</Package>
352+ </Reference>
353+ <Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
354+ <Reference Include="System" />
355+ <Reference Include="System.Core" />
356+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
357+ <Package>gtk-sharp-2.0</Package>
358+ </Reference>
359+ </ItemGroup>
360+ <ItemGroup>
361+ <None Include="Resources\Do.Interface.Linux.GlassFrame.addin.xml" />
362+ </ItemGroup>
363+ <ItemGroup>
364+ <Compile Include="src\GlassFrameRenderer.cs" />
365+ </ItemGroup>
366+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
367+ <ItemGroup>
368+ <ProjectReference Include="..\Do.Interface.Linux\Do.Interface.Linux.csproj">
369+ <Project>{5809CEE9-020D-4858-86AE-94E2527146FE}</Project>
370+ <Name>Do.Interface.Linux</Name>
371+ </ProjectReference>
372+ <ProjectReference Include="..\Do.Interface.Linux.AnimationBase\Do.Interface.Linux.AnimationBase.csproj">
373+ <Project>{FFF96BEF-0FB8-4188-9207-538BF320207F}</Project>
374+ <Name>Do.Interface.Linux.AnimationBase</Name>
375+ </ProjectReference>
376+ </ItemGroup>
377+</Project>
378\ No newline at end of file
379
380=== removed file 'Do.Interface.Linux.GlassFrame/Do.Interface.Linux.GlassFrame.mdp'
381--- Do.Interface.Linux.GlassFrame/Do.Interface.Linux.GlassFrame.mdp 2009-04-20 00:12:53 +0000
382+++ Do.Interface.Linux.GlassFrame/Do.Interface.Linux.GlassFrame.mdp 1970-01-01 00:00:00 +0000
383@@ -1,35 +0,0 @@
384-<Project name="Do.Interface.Linux.GlassFrame" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
385- <Configurations active="Debug">
386- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
387- <Output directory="bin/Debug" assembly="Do.Interface.Linux.GlassFrame" />
388- <Build debugmode="True" target="Library" />
389- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
390- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
391- </Configuration>
392- <Configuration name="Release" ctype="DotNetProjectConfiguration">
393- <Output directory="bin/Release" assembly="Do.Interface.Linux.GlassFrame" />
394- <Build debugmode="False" target="Library" />
395- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
396- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
397- </Configuration>
398- </Configurations>
399- <Contents>
400- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
401- <File name="Resources" subtype="Directory" buildaction="Compile" />
402- <File name="src" subtype="Directory" buildaction="Compile" />
403- <File name="Resources/Do.Interface.Linux.GlassFrame.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
404- <File name="src/GlassFrameRenderer.cs" subtype="Code" buildaction="Compile" />
405- <File name="src/GlassFrameTheme.cs" subtype="Code" buildaction="Compile" />
406- </Contents>
407- <References>
408- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
409- <ProjectReference type="Gac" localcopy="True" refto="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
410- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
411- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
412- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
413- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
414- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux" />
415- <ProjectReference type="Project" localcopy="True" refto="Do.Platform" />
416- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux.AnimationBase" />
417- </References>
418-</Project>
419\ No newline at end of file
420
421=== added file 'Do.Interface.Linux.HUD/Do.Interface.Linux.HUD.csproj'
422--- Do.Interface.Linux.HUD/Do.Interface.Linux.HUD.csproj 1970-01-01 00:00:00 +0000
423+++ Do.Interface.Linux.HUD/Do.Interface.Linux.HUD.csproj 2010-03-29 19:55:48 +0000
424@@ -0,0 +1,61 @@
425+<?xml version="1.0" encoding="utf-8"?>
426+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
427+ <PropertyGroup>
428+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
429+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
430+ <ProductVersion>9.0.21022</ProductVersion>
431+ <SchemaVersion>2.0</SchemaVersion>
432+ <ProjectGuid>{F68AFED6-BABE-492F-95F2-435CD9300396}</ProjectGuid>
433+ <OutputType>Library</OutputType>
434+ <RootNamespace>Do.Interface.Linux.HUD</RootNamespace>
435+ <AssemblyName>Do.Interface.Linux.HUD</AssemblyName>
436+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
437+ </PropertyGroup>
438+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
439+ <DebugSymbols>true</DebugSymbols>
440+ <DebugType>full</DebugType>
441+ <Optimize>false</Optimize>
442+ <OutputPath>bin\Debug</OutputPath>
443+ <DefineConstants>DEBUG</DefineConstants>
444+ <ErrorReport>prompt</ErrorReport>
445+ <WarningLevel>4</WarningLevel>
446+ <PlatformTarget>x86</PlatformTarget>
447+ </PropertyGroup>
448+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
449+ <DebugType>none</DebugType>
450+ <Optimize>false</Optimize>
451+ <OutputPath>bin\Release</OutputPath>
452+ <ErrorReport>prompt</ErrorReport>
453+ <WarningLevel>4</WarningLevel>
454+ <PlatformTarget>x86</PlatformTarget>
455+ </PropertyGroup>
456+ <ItemGroup>
457+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
458+ <Package>gtk-sharp-2.0</Package>
459+ </Reference>
460+ <Reference Include="System" />
461+ <Reference Include="System.Core" />
462+ <Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
463+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
464+ <Package>gtk-sharp-2.0</Package>
465+ </Reference>
466+ </ItemGroup>
467+ <ItemGroup>
468+ <None Include="Resources\Do.Interface.Linux.HUD.addin.xml" />
469+ </ItemGroup>
470+ <ItemGroup>
471+ <Compile Include="src\HUDRenderer.cs" />
472+ <Compile Include="src\HUDTheme.cs" />
473+ </ItemGroup>
474+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
475+ <ItemGroup>
476+ <ProjectReference Include="..\Do.Interface.Linux\Do.Interface.Linux.csproj">
477+ <Project>{5809CEE9-020D-4858-86AE-94E2527146FE}</Project>
478+ <Name>Do.Interface.Linux</Name>
479+ </ProjectReference>
480+ <ProjectReference Include="..\Do.Interface.Linux.AnimationBase\Do.Interface.Linux.AnimationBase.csproj">
481+ <Project>{FFF96BEF-0FB8-4188-9207-538BF320207F}</Project>
482+ <Name>Do.Interface.Linux.AnimationBase</Name>
483+ </ProjectReference>
484+ </ItemGroup>
485+</Project>
486\ No newline at end of file
487
488=== removed file 'Do.Interface.Linux.HUD/Do.Interface.Linux.HUD.mdp'
489--- Do.Interface.Linux.HUD/Do.Interface.Linux.HUD.mdp 2009-04-20 00:12:53 +0000
490+++ Do.Interface.Linux.HUD/Do.Interface.Linux.HUD.mdp 1970-01-01 00:00:00 +0000
491@@ -1,34 +0,0 @@
492-<Project name="Do.Interface.Linux.HUD" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
493- <Configurations active="Debug">
494- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
495- <Output directory="bin/Debug" assembly="Do.Interface.Linux.HUD" />
496- <Build debugmode="True" target="Library" />
497- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
498- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
499- </Configuration>
500- <Configuration name="Release" ctype="DotNetProjectConfiguration">
501- <Output directory="bin/Release" assembly="Do.Interface.Linux.HUD" />
502- <Build debugmode="False" target="Library" />
503- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
504- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
505- </Configuration>
506- </Configurations>
507- <Contents>
508- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
509- <File name="src" subtype="Directory" buildaction="Compile" />
510- <File name="Resources" subtype="Directory" buildaction="Compile" />
511- <File name="Resources/Do.Interface.Linux.HUD.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
512- <File name="src/HUDRenderer.cs" subtype="Code" buildaction="Compile" />
513- <File name="src/HUDTheme.cs" subtype="Code" buildaction="Compile" />
514- </Contents>
515- <References>
516- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
517- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux" />
518- <ProjectReference type="Project" localcopy="True" refto="Do.Platform" />
519- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
520- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
521- <ProjectReference type="Gac" localcopy="True" refto="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
522- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
523- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux.AnimationBase" />
524- </References>
525-</Project>
526\ No newline at end of file
527
528=== added file 'Do.Interface.Linux.Mini/Do.Interface.Linux.Mini.csproj'
529--- Do.Interface.Linux.Mini/Do.Interface.Linux.Mini.csproj 1970-01-01 00:00:00 +0000
530+++ Do.Interface.Linux.Mini/Do.Interface.Linux.Mini.csproj 2010-03-29 19:55:48 +0000
531@@ -0,0 +1,61 @@
532+<?xml version="1.0" encoding="utf-8"?>
533+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
534+ <PropertyGroup>
535+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
536+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
537+ <ProductVersion>9.0.21022</ProductVersion>
538+ <SchemaVersion>2.0</SchemaVersion>
539+ <ProjectGuid>{00C8A58D-8C14-4CC6-AA64-CA9A80EC9465}</ProjectGuid>
540+ <OutputType>Library</OutputType>
541+ <RootNamespace>Do.Interface.Linux.Mini</RootNamespace>
542+ <AssemblyName>Do.Interface.Linux.Mini</AssemblyName>
543+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
544+ </PropertyGroup>
545+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
546+ <DebugSymbols>true</DebugSymbols>
547+ <DebugType>full</DebugType>
548+ <Optimize>false</Optimize>
549+ <OutputPath>bin\Debug</OutputPath>
550+ <DefineConstants>DEBUG</DefineConstants>
551+ <ErrorReport>prompt</ErrorReport>
552+ <WarningLevel>4</WarningLevel>
553+ <PlatformTarget>x86</PlatformTarget>
554+ </PropertyGroup>
555+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
556+ <DebugType>none</DebugType>
557+ <Optimize>false</Optimize>
558+ <OutputPath>bin\Release</OutputPath>
559+ <ErrorReport>prompt</ErrorReport>
560+ <WarningLevel>4</WarningLevel>
561+ <PlatformTarget>x86</PlatformTarget>
562+ </PropertyGroup>
563+ <ItemGroup>
564+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
565+ <Package>gtk-sharp-2.0</Package>
566+ </Reference>
567+ <Reference Include="System" />
568+ <Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
569+ <Reference Include="System.Core" />
570+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
571+ <Package>gtk-sharp-2.0</Package>
572+ </Reference>
573+ </ItemGroup>
574+ <ItemGroup>
575+ <None Include="Resources\Do.Interface.Linux.Mini.addin.xml" />
576+ </ItemGroup>
577+ <ItemGroup>
578+ <Compile Include="src\MiniRenderer.cs" />
579+ <Compile Include="src\MiniTheme.cs" />
580+ </ItemGroup>
581+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
582+ <ItemGroup>
583+ <ProjectReference Include="..\Do.Interface.Linux\Do.Interface.Linux.csproj">
584+ <Project>{5809CEE9-020D-4858-86AE-94E2527146FE}</Project>
585+ <Name>Do.Interface.Linux</Name>
586+ </ProjectReference>
587+ <ProjectReference Include="..\Do.Interface.Linux.AnimationBase\Do.Interface.Linux.AnimationBase.csproj">
588+ <Project>{FFF96BEF-0FB8-4188-9207-538BF320207F}</Project>
589+ <Name>Do.Interface.Linux.AnimationBase</Name>
590+ </ProjectReference>
591+ </ItemGroup>
592+</Project>
593\ No newline at end of file
594
595=== removed file 'Do.Interface.Linux.Mini/Do.Interface.Linux.Mini.mdp'
596--- Do.Interface.Linux.Mini/Do.Interface.Linux.Mini.mdp 2009-04-20 00:12:53 +0000
597+++ Do.Interface.Linux.Mini/Do.Interface.Linux.Mini.mdp 1970-01-01 00:00:00 +0000
598@@ -1,35 +0,0 @@
599-<Project name="Do.Interface.Linux.Mini" 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="Do.Interface.Linux.Mini" />
603- <Build debugmode="True" target="Library" />
604- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
605- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
606- </Configuration>
607- <Configuration name="Release" ctype="DotNetProjectConfiguration">
608- <Output directory="bin/Release" assembly="Do.Interface.Linux.Mini" />
609- <Build debugmode="False" target="Library" />
610- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
611- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
612- </Configuration>
613- </Configurations>
614- <Contents>
615- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
616- <File name="src" subtype="Directory" buildaction="Compile" />
617- <File name="Resources" subtype="Directory" buildaction="Compile" />
618- <File name="Resources/Do.Interface.Linux.Mini.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
619- <File name="src/MiniRenderer.cs" subtype="Code" buildaction="Compile" />
620- <File name="src/MiniTheme.cs" subtype="Code" buildaction="Compile" />
621- </Contents>
622- <References>
623- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
624- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
625- <ProjectReference type="Gac" localcopy="True" refto="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
626- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
627- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
628- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
629- <ProjectReference type="Project" localcopy="True" refto="Do.Platform" />
630- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux" />
631- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux.AnimationBase" />
632- </References>
633-</Project>
634\ No newline at end of file
635
636=== added file 'Do.Interface.Linux/Do.Interface.Linux.csproj'
637--- Do.Interface.Linux/Do.Interface.Linux.csproj 1970-01-01 00:00:00 +0000
638+++ Do.Interface.Linux/Do.Interface.Linux.csproj 2010-03-29 19:55:48 +0000
639@@ -0,0 +1,92 @@
640+<?xml version="1.0" encoding="utf-8"?>
641+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
642+ <PropertyGroup>
643+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
644+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
645+ <ProductVersion>9.0.21022</ProductVersion>
646+ <SchemaVersion>2.0</SchemaVersion>
647+ <ProjectGuid>{5809CEE9-020D-4858-86AE-94E2527146FE}</ProjectGuid>
648+ <OutputType>Library</OutputType>
649+ <RootNamespace>Do.Interface.Linux</RootNamespace>
650+ <AssemblyName>Do.Interface.Linux</AssemblyName>
651+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
652+ </PropertyGroup>
653+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
654+ <DebugSymbols>true</DebugSymbols>
655+ <DebugType>full</DebugType>
656+ <Optimize>false</Optimize>
657+ <OutputPath>bin\Debug</OutputPath>
658+ <DefineConstants>DEBUG</DefineConstants>
659+ <ErrorReport>prompt</ErrorReport>
660+ <WarningLevel>4</WarningLevel>
661+ <PlatformTarget>x86</PlatformTarget>
662+ </PropertyGroup>
663+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
664+ <DebugType>none</DebugType>
665+ <Optimize>false</Optimize>
666+ <OutputPath>bin\Release</OutputPath>
667+ <ErrorReport>prompt</ErrorReport>
668+ <WarningLevel>4</WarningLevel>
669+ <PlatformTarget>x86</PlatformTarget>
670+ </PropertyGroup>
671+ <ItemGroup>
672+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
673+ <Package>gtk-sharp-2.0</Package>
674+ </Reference>
675+ <Reference Include="System" />
676+ <Reference Include="System.Core" />
677+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
678+ <Package>gtk-sharp-2.0</Package>
679+ </Reference>
680+ <Reference Include="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
681+ <Reference Include="Mono.Posix" />
682+ <Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
683+ <Package>mono-addins</Package>
684+ </Reference>
685+ <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
686+ <Package>gtk-sharp-2.0</Package>
687+ </Reference>
688+ </ItemGroup>
689+ <ItemGroup>
690+ <None Include="Resources\Do.Interface.Linux.addin.xml" />
691+ <None Include="Resources\settings-triangle.png" />
692+ </ItemGroup>
693+ <ItemGroup>
694+ <Compile Include="src\Do.Interface\ClassicInterface\ClassicWindow.cs" />
695+ <Compile Include="src\Do.Interface\Do.Interface.CairoUtils\CairoUtils.cs" />
696+ <Compile Include="src\Do.Interface\Do.Interface.Widgets\DefaultItems.cs" />
697+ <Compile Include="src\Do.Interface\IconCache.cs" />
698+ <Compile Include="src\Do.Interface\IconProvider.cs" />
699+ <Compile Include="src\Do.Interface\IDoController.cs" />
700+ <Compile Include="src\Do.Interface\IDoWindow.cs" />
701+ <Compile Include="src\Do.Interface\InterfaceDescription.cs" />
702+ <Compile Include="src\Do.Interface\InterfaceManager.cs" />
703+ <Compile Include="src\Do.Interface\IUIContext.cs" />
704+ <Compile Include="src\Do.Interface\PixbufSurfaceCache.cs" />
705+ <Compile Include="src\Do.Interface\PositionWindow.cs" />
706+ <Compile Include="src\Do.Interface\ResultsWindowSelectionEventArgs.cs" />
707+ <Compile Include="src\Do.Interface\SearchFinishState.cs" />
708+ <Compile Include="src\Do.Interface\UIContext.cs" />
709+ <Compile Include="src\Do.Interface\Util.cs" />
710+ <Compile Include="src\Do.Interface\Windowing.cs" />
711+ <Compile Include="src\Do.Universe\ImplicitTextItem.cs" />
712+ <Compile Include="src\Do.Interface\Do.Interface.Widgets\Frame.cs" />
713+ <Compile Include="src\Do.Interface\Do.Interface.Widgets\GlossyRoundedFrame.cs" />
714+ <Compile Include="src\Do.Interface\Do.Interface.Widgets\HalfRoundedFrame.cs" />
715+ <Compile Include="src\Do.Interface\Do.Interface.Widgets\IconBox.cs" />
716+ <Compile Include="src\Do.Interface\Do.Interface.Widgets\ResultsWindow.cs" />
717+ <Compile Include="src\Do.Interface\Do.Interface.Widgets\SymbolDisplayLabel.cs" />
718+ <Compile Include="src\Do.Interface\Do.Interface.Widgets\TextFrame.cs" />
719+ </ItemGroup>
720+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
721+ <ItemGroup>
722+ <ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
723+ <Project>{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}</Project>
724+ <Name>Do.Universe</Name>
725+ </ProjectReference>
726+ <ProjectReference Include="..\Do.Platform\Do.Platform.csproj">
727+ <Project>{2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}</Project>
728+ <Name>Do.Platform</Name>
729+ </ProjectReference>
730+ </ItemGroup>
731+</Project>
732\ No newline at end of file
733
734=== removed file 'Do.Interface.Linux/Do.Interface.Linux.mdp'
735--- Do.Interface.Linux/Do.Interface.Linux.mdp 2009-06-18 20:19:40 +0000
736+++ Do.Interface.Linux/Do.Interface.Linux.mdp 1970-01-01 00:00:00 +0000
737@@ -1,66 +0,0 @@
738-<Project name="Do.Interface.Linux" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
739- <Configurations active="Debug">
740- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
741- <Output directory="bin/Debug" assembly="Do.Interface.Linux" />
742- <Build debugmode="True" target="Library" />
743- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
744- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
745- </Configuration>
746- <Configuration name="Release" ctype="DotNetProjectConfiguration">
747- <Output directory="bin/Release" assembly="Do.Interface.Linux" />
748- <Build debugmode="False" target="Library" />
749- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
750- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
751- </Configuration>
752- </Configurations>
753- <Contents>
754- <File name="src" subtype="Directory" buildaction="Compile" />
755- <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
756- <File name="src/Do.Interface/IconProvider.cs" subtype="Code" buildaction="Compile" />
757- <File name="src/Do.Interface/Windowing.cs" subtype="Code" buildaction="Compile" />
758- <File name="Resources" subtype="Directory" buildaction="Compile" />
759- <File name="Resources/Do.Interface.Linux.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
760- <File name="src/Do.Interface/IDoWindow.cs" subtype="Code" buildaction="Compile" />
761- <File name="src/Do.Interface/IconCache.cs" subtype="Code" buildaction="Compile" />
762- <File name="src/Do.Interface/IUIContext.cs" subtype="Code" buildaction="Compile" />
763- <File name="src/Do.Interface/ResultsWindowSelectionEventArgs.cs" subtype="Code" buildaction="Compile" />
764- <File name="src/Do.Interface/UIContext.cs" subtype="Code" buildaction="Compile" />
765- <File name="src/Do.Interface/ClassicInterface" subtype="Directory" buildaction="Compile" />
766- <File name="src/Do.Interface/ClassicInterface/ClassicWindow.cs" subtype="Code" buildaction="Compile" />
767- <File name="src/Do.Interface/Do.Interface.Widgets" subtype="Directory" buildaction="Compile" />
768- <File name="src/Do.Interface/Do.Interface.Widgets/DefaultItems.cs" subtype="Code" buildaction="Compile" />
769- <File name="src/Do.Interface/Do.Interface.Widgets/Frame.cs" subtype="Code" buildaction="Compile" />
770- <File name="src/Do.Interface/Do.Interface.Widgets/GlossyRoundedFrame.cs" subtype="Code" buildaction="Compile" />
771- <File name="src/Do.Interface/Do.Interface.Widgets/HalfRoundedFrame.cs" subtype="Code" buildaction="Compile" />
772- <File name="src/Do.Interface/Do.Interface.Widgets/IconBox.cs" subtype="Code" buildaction="Compile" />
773- <File name="src/Do.Interface/Do.Interface.Widgets/ResultsWindow.cs" subtype="Code" buildaction="Compile" />
774- <File name="src/Do.Interface/Do.Interface.Widgets/SymbolDisplayLabel.cs" subtype="Code" buildaction="Compile" />
775- <File name="src/Do.Interface/Do.Interface.Widgets/TextFrame.cs" subtype="Code" buildaction="Compile" />
776- <File name="src/Do.Interface/Do.Interface.CairoUtils" subtype="Directory" buildaction="Compile" />
777- <File name="src/Do.Interface/Do.Interface.CairoUtils/CairoUtils.cs" subtype="Code" buildaction="Compile" />
778- <File name="src/Do.Interface/IDoController.cs" subtype="Code" buildaction="Compile" />
779- <File name="src/Do.Interface/PixbufSurfaceCache.cs" subtype="Code" buildaction="Compile" />
780- <File name="src/Do.Interface/PositionWindow.cs" subtype="Code" buildaction="Compile" />
781- <File name="src/Do.Interface/Util.cs" subtype="Code" buildaction="Compile" />
782- <File name="src/Do.Interface/SearchFinishState.cs" subtype="Code" buildaction="Compile" />
783- <File name="Resources/settings-triangle.png" subtype="Code" buildaction="EmbedAsResource" />
784- <File name="src/Do.Interface/InterfaceManager.cs" subtype="Code" buildaction="Compile" />
785- <File name="src/Do.Universe" subtype="Directory" buildaction="Compile" />
786- <File name="src/Do.Universe/ImplicitTextItem.cs" subtype="Code" buildaction="Compile" />
787- <File name="src/Do.Interface/InterfaceDescription.cs" subtype="Code" buildaction="Compile" />
788- </Contents>
789- <References>
790- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
791- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
792- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
793- <ProjectReference type="Project" localcopy="True" refto="Do.Platform" />
794- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
795- <ProjectReference type="Project" localcopy="True" refto="Do.Universe" />
796- <ProjectReference type="Gac" localcopy="True" refto="Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
797- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
798- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
799- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
800- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.3.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
801- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
802- </References>
803-</Project>
804\ No newline at end of file
805
806=== added file 'Do.Platform.Linux.JoliCloud/Do.Platform.Linux.JoliCloud.csproj'
807--- Do.Platform.Linux.JoliCloud/Do.Platform.Linux.JoliCloud.csproj 1970-01-01 00:00:00 +0000
808+++ Do.Platform.Linux.JoliCloud/Do.Platform.Linux.JoliCloud.csproj 2010-03-29 19:55:48 +0000
809@@ -0,0 +1,1 @@
810+<?xml version="1.0" encoding="utf-8"?>
811<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
812 <PropertyGroup>
813 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
814 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
815 <ProductVersion>9.0.21022</ProductVersion>
816 <SchemaVersion>2.0</SchemaVersion>
817 <ProjectGuid>{68C0DB8D-1DFA-47B1-8CD7-548224602EE0}</ProjectGuid>
818 <OutputType>Library</OutputType>
819 <RootNamespace>Do.Platform.Linux.JoliCloud</RootNamespace>
820 <AssemblyName>Do.Platform.Linux.JoliCloud</AssemblyName>
821 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
822 </PropertyGroup>
823 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
824 <DebugSymbols>true</DebugSymbols>
825 <DebugType>full</DebugType>
826 <Optimize>false</Optimize>
827 <OutputPath>bin\Debug</OutputPath>
828 <DefineConstants>DEBUG</DefineConstants>
829 <ErrorReport>prompt</ErrorReport>
830 <WarningLevel>4</WarningLevel>
831 <PlatformTarget>x86</PlatformTarget>
832 </PropertyGroup>
833 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
834 <DebugType>none</DebugType>
835 <Optimize>false</Optimize>
836 <OutputPath>bin\Release</OutputPath>
837 <ErrorReport>prompt</ErrorReport>
838 <WarningLevel>4</WarningLevel>
839 <PlatformTarget>x86</PlatformTarget>
840 </PropertyGroup>
841 <ItemGroup>
842 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
843 <Package>gtk-sharp-2.0</Package>
844 </Reference>
845 <Reference Include="System.Core" />
846 <Reference Include="System" />
847 <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099">
848 <Package>ndesk-dbus-glib-1.0</Package>
849 </Reference>
850 <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099">
851 <Package>ndesk-dbus-1.0</Package>
852 </Reference>
853 <Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
854 <Package>mono-addins</Package>
855 </Reference>
856 </ItemGroup>
857 <ItemGroup>
858 <None Include="Resources\Do.Platform.Linux.JoliCloud.addin.xml" />
859 </ItemGroup>
860 <ItemGroup>
861 <Compile Include="src\Do.Platform\Do.Platform.Linux\Do.Platform.Linux.JoliCloud\PackageManagerService.cs" />
862 <Compile Include="src\Do.Platform\Do.Platform.Linux\Do.Platform.Linux.JoliCloud\Tests\PackageManagerServiceTests.cs" />
863 </ItemGroup>
864 <ItemGroup>
865 <ProjectReference Include="..\Do.Platform\Do.Platform.csproj">
866 <Project>{2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}</Project>
867 <Name>Do.Platform</Name>
868 </ProjectReference>
869 <ProjectReference Include="..\Do.Platform.Linux\Do.Platform.Linux.csproj">
870 <Project>{36CA5B12-6730-4777-A472-EBC37CF376BD}</Project>
871 <Name>Do.Platform.Linux</Name>
872 </ProjectReference>
873 </ItemGroup>
874 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
875</Project>
876\ No newline at end of file
877
878=== removed file 'Do.Platform.Linux.JoliCloud/Do.Platform.Linux.JoliCloud.mdp'
879--- Do.Platform.Linux.JoliCloud/Do.Platform.Linux.JoliCloud.mdp 2009-06-26 15:07:35 +0000
880+++ Do.Platform.Linux.JoliCloud/Do.Platform.Linux.JoliCloud.mdp 1970-01-01 00:00:00 +0000
881@@ -1,34 +0,0 @@
882-<Project name="Do.Platform.Linux.JoliCloud" fileversion="2.0" language="C#" targetFramework="2.0" ctype="DotNetProject">
883- <Configurations active="Debug">
884- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
885- <Output directory="bin/Debug" assembly="Do.Platform.Linux.JoliCloud" />
886- <Build debugmode="True" target="Exe" />
887- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
888- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
889- </Configuration>
890- <Configuration name="Release" ctype="DotNetProjectConfiguration">
891- <Output directory="bin/Release" assembly="Do.Platform.Linux.JoliCloud" />
892- <Build debugmode="False" target="Exe" />
893- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
894- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
895- </Configuration>
896- </Configurations>
897- <Contents>
898- <File name="Resources" subtype="Directory" buildaction="Compile" />
899- <File name="src" subtype="Directory" buildaction="Compile" />
900- <File name="src/Do.Platform" subtype="Directory" buildaction="Compile" />
901- <File name="src/Do.Platform/Do.Platform.Linux" subtype="Directory" buildaction="Compile" />
902- <File name="src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.JoliCloud" subtype="Directory" buildaction="Compile" />
903- <File name="Resources/Do.Platform.Linux.JoliCloud.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
904- <File name="src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.JoliCloud/PackageManagerService.cs" subtype="Code" buildaction="Compile" />
905- <File name="src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.JoliCloud/Tests" subtype="Directory" buildaction="Compile" />
906- <File name="src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.JoliCloud/Tests/PackageManagerServiceTests.cs" subtype="Code" buildaction="Compile" />
907- </Contents>
908- <References>
909- <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/local/lib/gnome-do/Do.Platform.dll" />
910- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
911- <ProjectReference type="Assembly" localcopy="True" specificVersion="False" refto="../../../../../../usr/local/lib/gnome-do/Do.Platform.Linux.dll" />
912- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
913- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
914- </References>
915-</Project>
916\ No newline at end of file
917
918=== modified file 'Do.Platform.Linux.JoliCloud/src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.JoliCloud/PackageManagerService.cs'
919--- Do.Platform.Linux.JoliCloud/src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.JoliCloud/PackageManagerService.cs 2009-07-02 10:40:41 +0000
920+++ Do.Platform.Linux.JoliCloud/src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.JoliCloud/PackageManagerService.cs 2010-03-29 19:55:48 +0000
921@@ -70,8 +70,7 @@
922 session_bus.NameOwnerChanged += HandleNameOwnerChanged;
923
924 // this call will instaniate the daemon, as well as make sure we also got a DBus object
925- daemon = GetIJoliCloudDaemonObject (ObjectPath);
926- daemon.ActionProcessed += HandleActionProcessed;
927+ Daemon.ActionProcessed += HandleActionProcessed;
928
929 LoadJolicloudPackageMap ();
930 base.Initialize ();
931
932=== added file 'Do.Platform.Linux/Do.Platform.Linux.csproj'
933--- Do.Platform.Linux/Do.Platform.Linux.csproj 1970-01-01 00:00:00 +0000
934+++ Do.Platform.Linux/Do.Platform.Linux.csproj 2010-03-29 19:55:48 +0000
935@@ -0,0 +1,1 @@
936+<?xml version="1.0" encoding="utf-8"?>
937<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
938 <PropertyGroup>
939 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
940 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
941 <ProductVersion>9.0.21022</ProductVersion>
942 <SchemaVersion>2.0</SchemaVersion>
943 <ProjectGuid>{36CA5B12-6730-4777-A472-EBC37CF376BD}</ProjectGuid>
944 <OutputType>Library</OutputType>
945 <RootNamespace>Do.Platform.Linux</RootNamespace>
946 <AssemblyName>Do.Platform.Linux</AssemblyName>
947 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
948 </PropertyGroup>
949 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
950 <DebugSymbols>true</DebugSymbols>
951 <DebugType>full</DebugType>
952 <Optimize>false</Optimize>
953 <OutputPath>bin\Debug</OutputPath>
954 <DefineConstants>DEBUG</DefineConstants>
955 <ErrorReport>prompt</ErrorReport>
956 <WarningLevel>4</WarningLevel>
957 <PlatformTarget>x86</PlatformTarget>
958 </PropertyGroup>
959 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
960 <DebugType>none</DebugType>
961 <Optimize>false</Optimize>
962 <OutputPath>bin\Release</OutputPath>
963 <ErrorReport>prompt</ErrorReport>
964 <WarningLevel>4</WarningLevel>
965 <PlatformTarget>x86</PlatformTarget>
966 </PropertyGroup>
967 <ItemGroup>
968 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
969 <Package>gtk-sharp-2.0</Package>
970 </Reference>
971 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
972 <Package>gtk-sharp-2.0</Package>
973 </Reference>
974 <Reference Include="Mono.Posix" />
975 <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099">
976 <Package>ndesk-dbus-glib-1.0</Package>
977 </Reference>
978 <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099">
979 <Package>ndesk-dbus-1.0</Package>
980 </Reference>
981 <Reference Include="gnome-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
982 <Package>gnome-sharp-2.0</Package>
983 </Reference>
984 <Reference Include="Gnome.Keyring, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1a73e1bde00c9b66">
985 <Package>gnome-keyring-sharp-1.0</Package>
986 </Reference>
987 <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
988 <Package>nunit</Package>
989 </Reference>
990 <Reference Include="System" />
991 <Reference Include="System.Core" />
992 <Reference Include="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a">
993 <Package>notify-sharp</Package>
994 </Reference>
995 <Reference Include="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
996 <Package>gconf-sharp-2.0</Package>
997 </Reference>
998 <Reference Include="gnomedesktop-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
999 <Package>gnome-desktop-sharp-2.0</Package>
1000 </Reference>
1001 <Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
1002 <Package>mono-addins</Package>
1003 </Reference>
1004 </ItemGroup>
1005 <ItemGroup>
1006 <None Include="Resources\Do.Platform.Linux.addin.xml" />
1007 </ItemGroup>
1008 <ItemGroup>
1009 <Compile Include="src\Do.Platform\Do.Platform.Linux\Do.Platform.Linux.DBus\IController.cs" />
1010 <Compile Include="src\Do.Platform\Do.Platform.Linux\Do.Platform.Linux.DBus\Registrar.cs" />
1011 <Compile Include="src\Do.Platform\Do.Platform.Linux\Tests\GConfPreferencesServiceTests.cs" />
1012 <Compile Include="src\Do.Platform\Do.Platform.Linux\ConsoleLogService.cs" />
1013 <Compile Include="src\Do.Platform\Do.Platform.Linux\EnvironmentService.cs" />
1014 <Compile Include="src\Do.Platform\Do.Platform.Linux\EnvironmentServiceExtensions.cs" />
1015 <Compile Include="src\Do.Platform\Do.Platform.Linux\GConfPreferencesService.cs" />
1016 <Compile Include="src\Do.Platform\Do.Platform.Linux\GnomeKeyringSecurePreferencesService.cs" />
1017 <Compile Include="src\Do.Platform\Do.Platform.Linux\IConfigurable.cs" />
1018 <Compile Include="src\Do.Platform\Do.Platform.Linux\KeyBindingService.cs" />
1019 <Compile Include="src\Do.Platform\Do.Platform.Linux\NetworkService.cs" />
1020 <Compile Include="src\Do.Platform\Do.Platform.Linux\NotificationHelper.cs" />
1021 <Compile Include="src\Do.Platform\Do.Platform.Linux\SystemService.cs" />
1022 <Compile Include="src\Do.Platform\Do.Platform.Linux\TrayIconPreferences.cs" />
1023 <Compile Include="src\Do.Platform\Do.Platform.Linux\TrayIconService.cs" />
1024 <Compile Include="src\Do.Platform\Do.Platform.Linux\UniverseFactoryService.cs" />
1025 <Compile Include="src\Do.Platform\ConsoleCrayon.cs" />
1026 <Compile Include="gtk-gui\generated.cs" />
1027 <Compile Include="gtk-gui\Do.Platform.Linux.AbstractLoginWidget.cs" />
1028 <Compile Include="gtk-gui\Do.Platform.Linux.PluginAvailableDialog.cs" />
1029 <Compile Include="src\Do.Universe\ApplicationItem.cs" />
1030 <Compile Include="src\Do.Universe\ApplicationItemSource.cs" />
1031 <Compile Include="src\Do.Universe\CategoryItem.cs" />
1032 <Compile Include="src\Do.Universe\FileItem.cs" />
1033 <Compile Include="src\Do.Universe\GNOMEBookmarkItem.cs" />
1034 <Compile Include="src\Do.Universe\GNOMESpecialLocationsItemSource.cs" />
1035 <Compile Include="src\Do.Universe\GNOMETrashItem.cs" />
1036 <Compile Include="src\Do.Universe\NullApplicationItem.cs" />
1037 <Compile Include="src\Do.Widgets\AbstractLoginWidget.cs" />
1038 <Compile Include="src\Do.Widgets\PluginAvailableDialog.cs" />
1039 <Compile Include="src\AssemblyInfo.cs" />
1040 </ItemGroup>
1041 <ItemGroup>
1042 <ProjectReference Include="..\Do.Platform\Do.Platform.csproj">
1043 <Project>{2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}</Project>
1044 <Name>Do.Platform</Name>
1045 </ProjectReference>
1046 <ProjectReference Include="..\Do.Interface.Linux\Do.Interface.Linux.csproj">
1047 <Project>{5809CEE9-020D-4858-86AE-94E2527146FE}</Project>
1048 <Name>Do.Interface.Linux</Name>
1049 </ProjectReference>
1050 <ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
1051 <Project>{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}</Project>
1052 <Name>Do.Universe</Name>
1053 </ProjectReference>
1054 </ItemGroup>
1055 <ItemGroup>
1056 <EmbeddedResource Include="gtk-gui\gui.stetic">
1057 <LogicalName>gui.stetic</LogicalName>
1058 </EmbeddedResource>
1059 </ItemGroup>
1060 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1061</Project>
1062\ No newline at end of file
1063
1064=== removed file 'Do.Platform.Linux/Do.Platform.Linux.mdp'
1065--- Do.Platform.Linux/Do.Platform.Linux.mdp 2009-08-14 17:47:47 +0000
1066+++ Do.Platform.Linux/Do.Platform.Linux.mdp 1970-01-01 00:00:00 +0000
1067@@ -1,79 +0,0 @@
1068-<Project name="Do.Platform.Linux" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1069- <Configurations active="Debug">
1070- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1071- <Output directory="bin/Debug" assembly="Do.Platform.Linux" />
1072- <Build debugmode="True" target="Library" />
1073- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1074- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1075- </Configuration>
1076- <Configuration name="Release" ctype="DotNetProjectConfiguration">
1077- <Output directory="bin/Release" assembly="Do.Platform.Linux" />
1078- <Build debugmode="False" target="Library" />
1079- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1080- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1081- </Configuration>
1082- </Configurations>
1083- <Contents>
1084- <File name="src" subtype="Directory" buildaction="Compile" />
1085- <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
1086- <File name="src/Do.Platform" subtype="Directory" buildaction="Compile" />
1087- <File name="src/Do.Universe" subtype="Directory" buildaction="Compile" />
1088- <File name="src/Do.Universe/ApplicationItem.cs" subtype="Code" buildaction="Compile" />
1089- <File name="Resources" subtype="Directory" buildaction="Compile" />
1090- <File name="Resources/Do.Platform.Linux.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
1091- <File name="src/Do.Universe/FileItem.cs" subtype="Code" buildaction="Compile" />
1092- <File name="src/Do.Platform/ConsoleCrayon.cs" subtype="Code" buildaction="Compile" />
1093- <File name="src/Do.Universe/ApplicationItemSource.cs" subtype="Code" buildaction="Compile" />
1094- <File name="src/Do.Universe/GNOMESpecialLocationsItemSource.cs" subtype="Code" buildaction="Compile" />
1095- <File name="src/Do.Platform/Do.Platform.Linux" subtype="Directory" buildaction="Compile" />
1096- <File name="src/Do.Platform/Do.Platform.Linux/ConsoleLogService.cs" subtype="Code" buildaction="Compile" />
1097- <File name="src/Do.Platform/Do.Platform.Linux/EnvironmentService.cs" subtype="Code" buildaction="Compile" />
1098- <File name="src/Do.Platform/Do.Platform.Linux/GConfPreferencesService.cs" subtype="Code" buildaction="Compile" />
1099- <File name="src/Do.Platform/Do.Platform.Linux/Tests" subtype="Directory" buildaction="Compile" />
1100- <File name="src/Do.Platform/Do.Platform.Linux/Tests/GConfPreferencesServiceTests.cs" subtype="Code" buildaction="Compile" />
1101- <File name="src/Do.Platform/Do.Platform.Linux/GnomeKeyringSecurePreferencesService.cs" subtype="Code" buildaction="Compile" />
1102- <File name="src/Do.Platform/Do.Platform.Linux/UniverseFactoryService.cs" subtype="Code" buildaction="Compile" />
1103- <File name="src/Do.Platform/Do.Platform.Linux/TrayIconService.cs" subtype="Code" buildaction="Compile" />
1104- <File name="src/Do.Platform/Do.Platform.Linux/NotificationHelper.cs" subtype="Code" buildaction="Compile" />
1105- <File name="src/Do.Platform/Do.Platform.Linux/TrayIconPreferences.cs" subtype="Code" buildaction="Compile" />
1106- <File name="src/Do.Widgets" subtype="Directory" buildaction="Compile" />
1107- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
1108- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
1109- <File name="gtk-gui/Do.Platform.Linux.AbstractLoginWidget.cs" subtype="Code" buildaction="Compile" />
1110- <File name="src/Do.Widgets/AbstractLoginWidget.cs" subtype="Code" buildaction="Compile" />
1111- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
1112- <File name="src/Do.Platform/Do.Platform.Linux/IConfigurable.cs" subtype="Code" buildaction="Compile" />
1113- <File name="src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.DBus" subtype="Directory" buildaction="Compile" />
1114- <File name="src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.DBus/IController.cs" subtype="Code" buildaction="Compile" />
1115- <File name="src/Do.Platform/Do.Platform.Linux/Do.Platform.Linux.DBus/Registrar.cs" subtype="Code" buildaction="Compile" />
1116- <File name="src/Do.Platform/Do.Platform.Linux/SystemService.cs" subtype="Code" buildaction="Compile" />
1117- <File name="src/Do.Universe/NullApplicationItem.cs" subtype="Code" buildaction="Compile" />
1118- <File name="src/Do.Universe/CategoryItem.cs" subtype="Code" buildaction="Compile" />
1119- <File name="src/Do.Platform/Do.Platform.Linux/NetworkService.cs" subtype="Code" buildaction="Compile" />
1120- <File name="src/Do.Widgets/PluginAvailableDialog.cs" subtype="Code" buildaction="Compile" />
1121- <File name="gtk-gui/Do.Platform.Linux.PluginAvailableDialog.cs" subtype="Code" buildaction="Compile" />
1122- <File name="src/Do.Platform/Do.Platform.Linux/KeyBindingService.cs" subtype="Code" buildaction="Compile" />
1123- <File name="src/Do.Platform/Do.Platform.Linux/EnvironmentServiceExtensions.cs" subtype="Code" buildaction="Compile" />
1124- </Contents>
1125- <References>
1126- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1127- <ProjectReference type="Project" localcopy="True" refto="Do.Platform" />
1128- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1129- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1130- <ProjectReference type="Gac" localcopy="True" refto="gnomedesktop-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1131- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1132- <ProjectReference type="Gac" localcopy="True" refto="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a" />
1133- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1134- <ProjectReference type="Project" localcopy="True" refto="Do.Universe" />
1135- <ProjectReference type="Gac" localcopy="True" refto="Gnome.Keyring, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1a73e1bde00c9b66" />
1136- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1137- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1138- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
1139- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
1140- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux" />
1141- <ProjectReference type="Gac" localcopy="True" refto="gnome-vfs-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1142- <ProjectReference type="Gac" localcopy="True" refto="gnome-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1143- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1144- <ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
1145- </References>
1146-</Project>
1147\ No newline at end of file
1148
1149=== modified file 'Do.Platform.Linux/gtk-gui/Do.Platform.Linux.PluginAvailableDialog.cs'
1150--- Do.Platform.Linux/gtk-gui/Do.Platform.Linux.PluginAvailableDialog.cs 2009-07-01 17:02:08 +0000
1151+++ Do.Platform.Linux/gtk-gui/Do.Platform.Linux.PluginAvailableDialog.cs 2010-03-29 19:55:48 +0000
1152@@ -46,7 +46,6 @@
1153 this.Icon = Stetic.IconLoader.LoadIcon(this, "distributor-logo", Gtk.IconSize.Menu, 16);
1154 this.WindowPosition = ((Gtk.WindowPosition)(4));
1155 this.BorderWidth = ((uint)(5));
1156- this.HasSeparator = false;
1157 // Internal child Do.Platform.Linux.PluginAvailableDialog.VBox
1158 Gtk.VBox w1 = this.VBox;
1159 w1.Name = "dialog1_VBox";
1160@@ -161,14 +160,14 @@
1161 this.install_btn.UseUnderline = true;
1162 // Container child install_btn.Gtk.Container+ContainerChild
1163 Gtk.Alignment w15 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
1164- // Container child GtkAlignment1.Gtk.Container+ContainerChild
1165+ // Container child GtkAlignment.Gtk.Container+ContainerChild
1166 Gtk.HBox w16 = new Gtk.HBox();
1167 w16.Spacing = 2;
1168- // Container child GtkHBox1.Gtk.Container+ContainerChild
1169+ // Container child GtkHBox.Gtk.Container+ContainerChild
1170 Gtk.Image w17 = new Gtk.Image();
1171- w17.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Button, 20);
1172+ w17.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Button, 16);
1173 w16.Add(w17);
1174- // Container child GtkHBox1.Gtk.Container+ContainerChild
1175+ // Container child GtkHBox.Gtk.Container+ContainerChild
1176 Gtk.Label w19 = new Gtk.Label();
1177 w19.LabelProp = Mono.Unix.Catalog.GetString("_Install");
1178 w19.UseUnderline = true;
1179
1180=== modified file 'Do.Platform.Linux/gtk-gui/gui.stetic'
1181--- Do.Platform.Linux/gtk-gui/gui.stetic 2009-07-01 17:02:08 +0000
1182+++ Do.Platform.Linux/gtk-gui/gui.stetic 2010-03-29 19:55:48 +0000
1183@@ -5,10 +5,11 @@
1184 <target-gtk-version>2.12</target-gtk-version>
1185 </configuration>
1186 <import>
1187+ <widget-library name="../../Do.Platform/bin/Debug/Do.Platform.dll" />
1188+ <widget-library name="gnome-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1189+ <widget-library name="../../Do.Interface.Linux/bin/Debug/Do.Interface.Linux.dll" />
1190+ <widget-library name="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a" />
1191 <widget-library name="gnomedesktop-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1192- <widget-library name="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a" />
1193- <widget-library name="../../Do.Interface.Linux/bin/Debug/Do.Interface.Linux.dll" />
1194- <widget-library name="gnome-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1195 <widget-library name="../bin/Debug/Do.Platform.Linux.dll" internal="true" />
1196 </import>
1197 <widget class="Gtk.Bin" id="Do.Platform.Linux.AbstractLoginWidget" design-size="300 300">
1198@@ -252,7 +253,6 @@
1199 <property name="BorderWidth">5</property>
1200 <property name="Buttons">2</property>
1201 <property name="HelpButton">False</property>
1202- <property name="HasSeparator">False</property>
1203 <child internal-child="VBox">
1204 <widget class="Gtk.VBox" id="dialog1_VBox">
1205 <property name="MemberName" />
1206
1207=== modified file 'Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/SystemService.cs'
1208--- Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/SystemService.cs 2009-08-10 00:22:47 +0000
1209+++ Do.Platform.Linux/src/Do.Platform/Do.Platform.Linux/SystemService.cs 2010-03-29 19:55:48 +0000
1210@@ -159,14 +159,6 @@
1211 return System.IO.Path.Combine (AutoStartDir, "gnome-do.desktop");
1212 }
1213 }
1214-
1215- string InitialAutoStartFile ()
1216- {
1217- System.IO.Stream s = Assembly.GetExecutingAssembly ().GetManifestResourceStream ("gnome-do.desktop");
1218- using (System.IO.StreamReader sr = new System.IO.StreamReader (s)) {
1219- return sr.ReadToEnd ();
1220- }
1221- }
1222
1223 string AutoStartUri {
1224 get {
1225
1226=== modified file 'Do.Platform.Linux/src/Do.Universe/ApplicationItem.cs'
1227--- Do.Platform.Linux/src/Do.Universe/ApplicationItem.cs 2009-11-19 20:52:16 +0000
1228+++ Do.Platform.Linux/src/Do.Universe/ApplicationItem.cs 2010-03-29 19:55:48 +0000
1229@@ -124,7 +124,7 @@
1230 }
1231
1232 protected DesktopItem item;
1233- string name, description, icon, mimetype;
1234+ string name, description, icon;
1235 IEnumerable<string> categories;
1236
1237 /// <summary>
1238
1239=== modified file 'Do.Platform.Linux/src/Do.Widgets/AbstractLoginWidget.cs'
1240--- Do.Platform.Linux/src/Do.Widgets/AbstractLoginWidget.cs 2009-06-21 02:20:30 +0000
1241+++ Do.Platform.Linux/src/Do.Widgets/AbstractLoginWidget.cs 2010-03-29 19:55:48 +0000
1242@@ -64,6 +64,7 @@
1243 // masks chars for passwords
1244 password_entry.Visibility = false;
1245
1246+ username_entry.Activated += OnUsernameEntryActivated;
1247 password_entry.Activated += OnPasswordEntryActivated;
1248 new_account_button.Clicked += OnNewAccountBtnClicked;
1249
1250
1251=== added file 'Do.Platform.OSX/Do.Platform.OSX.csproj'
1252--- Do.Platform.OSX/Do.Platform.OSX.csproj 1970-01-01 00:00:00 +0000
1253+++ Do.Platform.OSX/Do.Platform.OSX.csproj 2010-03-29 19:55:48 +0000
1254@@ -0,0 +1,1 @@
1255+<?xml version="1.0" encoding="utf-8"?>
1256<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1257 <PropertyGroup>
1258 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1259 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
1260 <ProductVersion>9.0.21022</ProductVersion>
1261 <SchemaVersion>2.0</SchemaVersion>
1262 <ProjectGuid>{39CF1D2E-FF28-4B4C-86DE-F98D54448A05}</ProjectGuid>
1263 <OutputType>Library</OutputType>
1264 <RootNamespace>Do.Platform.OSX</RootNamespace>
1265 <AssemblyName>Do.Platform.OSX</AssemblyName>
1266 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1267 </PropertyGroup>
1268 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1269 <DebugSymbols>true</DebugSymbols>
1270 <DebugType>full</DebugType>
1271 <Optimize>false</Optimize>
1272 <OutputPath>bin\Debug</OutputPath>
1273 <DefineConstants>DEBUG</DefineConstants>
1274 <ErrorReport>prompt</ErrorReport>
1275 <WarningLevel>4</WarningLevel>
1276 <PlatformTarget>x86</PlatformTarget>
1277 </PropertyGroup>
1278 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
1279 <DebugType>none</DebugType>
1280 <Optimize>false</Optimize>
1281 <OutputPath>bin\Release</OutputPath>
1282 <ErrorReport>prompt</ErrorReport>
1283 <WarningLevel>4</WarningLevel>
1284 <PlatformTarget>x86</PlatformTarget>
1285 </PropertyGroup>
1286 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1287</Project>
1288\ No newline at end of file
1289
1290=== removed file 'Do.Platform.OSX/Do.Platform.OSX.mdp'
1291--- Do.Platform.OSX/Do.Platform.OSX.mdp 2009-04-19 06:40:08 +0000
1292+++ Do.Platform.OSX/Do.Platform.OSX.mdp 1970-01-01 00:00:00 +0000
1293@@ -1,30 +0,0 @@
1294-<Project name="Do.Platform.OSX" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1295- <Configurations active="Debug">
1296- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1297- <Output directory="bin/Debug" assembly="Do.Platform.OSX" />
1298- <Build debugmode="True" target="Library" />
1299- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1300- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1301- </Configuration>
1302- <Configuration name="Release" ctype="DotNetProjectConfiguration">
1303- <Output directory="bin/Release" assembly="Do.Platform.OSX" />
1304- <Build debugmode="False" target="Library" />
1305- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1306- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1307- </Configuration>
1308- </Configurations>
1309- <Contents>
1310- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
1311- <File name="src" subtype="Directory" buildaction="Compile" />
1312- <File name="src/Do.Platform" subtype="Directory" buildaction="Compile" />
1313- <File name="Resources" subtype="Directory" buildaction="Compile" />
1314- <File name="Resources/Do.Platform.OSX.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
1315- </Contents>
1316- <References>
1317- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1318- <ProjectReference type="Project" localcopy="True" refto="Do.Universe" />
1319- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1320- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1321- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1322- </References>
1323-</Project>
1324\ No newline at end of file
1325
1326=== added file 'Do.Platform.Windows/Do.Platform.Windows.csproj'
1327--- Do.Platform.Windows/Do.Platform.Windows.csproj 1970-01-01 00:00:00 +0000
1328+++ Do.Platform.Windows/Do.Platform.Windows.csproj 2010-03-29 19:55:48 +0000
1329@@ -0,0 +1,1 @@
1330+<?xml version="1.0" encoding="utf-8"?>
1331<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1332 <PropertyGroup>
1333 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1334 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
1335 <ProductVersion>9.0.21022</ProductVersion>
1336 <SchemaVersion>2.0</SchemaVersion>
1337 <ProjectGuid>{FB3960A8-862B-4774-8479-C0BBA02FD4CF}</ProjectGuid>
1338 <OutputType>Library</OutputType>
1339 <RootNamespace>Do.Platform.Windows</RootNamespace>
1340 <AssemblyName>Do.Platform.Windows</AssemblyName>
1341 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1342 </PropertyGroup>
1343 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1344 <DebugSymbols>true</DebugSymbols>
1345 <DebugType>full</DebugType>
1346 <Optimize>false</Optimize>
1347 <OutputPath>bin\Debug</OutputPath>
1348 <DefineConstants>DEBUG</DefineConstants>
1349 <ErrorReport>prompt</ErrorReport>
1350 <WarningLevel>4</WarningLevel>
1351 <PlatformTarget>x86</PlatformTarget>
1352 </PropertyGroup>
1353 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
1354 <DebugType>none</DebugType>
1355 <Optimize>false</Optimize>
1356 <OutputPath>bin\Release</OutputPath>
1357 <ErrorReport>prompt</ErrorReport>
1358 <WarningLevel>4</WarningLevel>
1359 <PlatformTarget>x86</PlatformTarget>
1360 </PropertyGroup>
1361 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1362</Project>
1363\ No newline at end of file
1364
1365=== removed file 'Do.Platform.Windows/Do.Platform.Windows.mdp'
1366--- Do.Platform.Windows/Do.Platform.Windows.mdp 2009-04-19 06:40:08 +0000
1367+++ Do.Platform.Windows/Do.Platform.Windows.mdp 1970-01-01 00:00:00 +0000
1368@@ -1,30 +0,0 @@
1369-<Project name="Do.Platform.Windows" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1370- <Configurations active="Debug">
1371- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1372- <Output directory="bin/Debug" assembly="Do.Platform.Windows" />
1373- <Build debugmode="True" target="Library" />
1374- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1375- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1376- </Configuration>
1377- <Configuration name="Release" ctype="DotNetProjectConfiguration">
1378- <Output directory="bin/Release" assembly="Do.Platform.Windows" />
1379- <Build debugmode="False" target="Library" />
1380- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1381- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1382- </Configuration>
1383- </Configurations>
1384- <Contents>
1385- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
1386- <File name="src" subtype="Directory" buildaction="Compile" />
1387- <File name="src/Do.Platform" subtype="Directory" buildaction="Compile" />
1388- <File name="Resources" subtype="Directory" buildaction="Compile" />
1389- <File name="Resources/Do.Platform.Windows.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
1390- </Contents>
1391- <References>
1392- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1393- <ProjectReference type="Project" localcopy="True" refto="Do.Universe" />
1394- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1395- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1396- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1397- </References>
1398-</Project>
1399\ No newline at end of file
1400
1401=== added file 'Do.Platform/Do.Platform.csproj'
1402--- Do.Platform/Do.Platform.csproj 1970-01-01 00:00:00 +0000
1403+++ Do.Platform/Do.Platform.csproj 2010-03-29 19:55:48 +0000
1404@@ -0,0 +1,124 @@
1405+<?xml version="1.0" encoding="utf-8"?>
1406+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1407+ <PropertyGroup>
1408+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1409+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
1410+ <ProductVersion>9.0.21022</ProductVersion>
1411+ <SchemaVersion>2.0</SchemaVersion>
1412+ <ProjectGuid>{2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}</ProjectGuid>
1413+ <OutputType>Library</OutputType>
1414+ <RootNamespace>Do.Platform</RootNamespace>
1415+ <AssemblyName>Do.Platform</AssemblyName>
1416+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1417+ </PropertyGroup>
1418+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1419+ <DebugSymbols>true</DebugSymbols>
1420+ <DebugType>full</DebugType>
1421+ <Optimize>false</Optimize>
1422+ <OutputPath>bin\Debug</OutputPath>
1423+ <DefineConstants>DEBUG</DefineConstants>
1424+ <ErrorReport>prompt</ErrorReport>
1425+ <WarningLevel>4</WarningLevel>
1426+ <PlatformTarget>x86</PlatformTarget>
1427+ </PropertyGroup>
1428+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
1429+ <DebugType>none</DebugType>
1430+ <Optimize>false</Optimize>
1431+ <OutputPath>bin\Release</OutputPath>
1432+ <ErrorReport>prompt</ErrorReport>
1433+ <WarningLevel>4</WarningLevel>
1434+ <PlatformTarget>x86</PlatformTarget>
1435+ </PropertyGroup>
1436+ <ItemGroup>
1437+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
1438+ <Package>gtk-sharp-2.0</Package>
1439+ </Reference>
1440+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
1441+ <Package>gtk-sharp-2.0</Package>
1442+ </Reference>
1443+ <Reference Include="Mono.Posix" />
1444+ <Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
1445+ <Package>mono-addins</Package>
1446+ </Reference>
1447+ <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
1448+ <Package>nunit</Package>
1449+ </Reference>
1450+ <Reference Include="System" />
1451+ <Reference Include="System.Core" />
1452+ </ItemGroup>
1453+ <ItemGroup>
1454+ <None Include="Resources\Do.Platform.addin.xml" />
1455+ </ItemGroup>
1456+ <ItemGroup>
1457+ <Compile Include="src\Do.Platform\Do.Platform.Common\Tests\DictionaryPreferencesServiceTests.cs" />
1458+ <Compile Include="src\Do.Platform\Do.Platform.Common\AbstractKeyBindingService.cs" />
1459+ <Compile Include="src\Do.Platform\Do.Platform.Common\AbstractLogService.cs" />
1460+ <Compile Include="src\Do.Platform\Do.Platform.Common\CommonPathsService.cs" />
1461+ <Compile Include="src\Do.Platform\Do.Platform.Common\DictionaryPreferencesService.cs" />
1462+ <Compile Include="src\Do.Platform\Do.Platform.Common\EventsOnlyNotificationsService.cs" />
1463+ <Compile Include="src\Do.Platform\Do.Platform.Common\FileLogService.cs" />
1464+ <Compile Include="src\Do.Platform\Do.Platform.Default\CoreService.cs" />
1465+ <Compile Include="src\Do.Platform\Do.Platform.Default\DefaultApplicationService.cs" />
1466+ <Compile Include="src\Do.Platform\Do.Platform.Default\DefaultPackageManagerService.cs" />
1467+ <Compile Include="src\Do.Platform\Do.Platform.Default\DefaultPathsService.cs" />
1468+ <Compile Include="src\Do.Platform\Do.Platform.Default\DefaultSystemService.cs" />
1469+ <Compile Include="src\Do.Platform\Do.Platform.Default\EnvironmentService.cs" />
1470+ <Compile Include="src\Do.Platform\Do.Platform.Default\KeyBindingService.cs" />
1471+ <Compile Include="src\Do.Platform\Do.Platform.Default\LogService.cs" />
1472+ <Compile Include="src\Do.Platform\Do.Platform.Default\NetworkService.cs" />
1473+ <Compile Include="src\Do.Platform\Do.Platform.Default\NotificationsService.cs" />
1474+ <Compile Include="src\Do.Platform\Do.Platform.Default\PluginManagerService.cs" />
1475+ <Compile Include="src\Do.Platform\Do.Platform.Default\PreferencesService.cs" />
1476+ <Compile Include="src\Do.Platform\Do.Platform.Default\SecurePreferencesService.cs" />
1477+ <Compile Include="src\Do.Platform\Do.Platform.Default\UniverseFactoryService.cs" />
1478+ <Compile Include="src\Do.Platform\Do.Platform.Default\WindowingService.cs" />
1479+ <Compile Include="src\Do.Platform\Do.Platform.Preferences\Tests\PreferencesImplementationTests.cs" />
1480+ <Compile Include="src\Do.Platform\Do.Platform.Preferences\PreferencesFactory.cs" />
1481+ <Compile Include="src\Do.Platform\Do.Platform.Preferences\PreferencesImplementation.cs" />
1482+ <Compile Include="src\Do.Platform\Do.Platform.ServiceStack\IInitializedService.cs" />
1483+ <Compile Include="src\Do.Platform\Do.Platform.ServiceStack\IService.cs" />
1484+ <Compile Include="src\Do.Platform\Do.Platform.ServiceStack\IStrictService.cs" />
1485+ <Compile Include="src\Do.Platform\AbstractApplicationService.cs" />
1486+ <Compile Include="src\Do.Platform\AbstractPackageManagerService.cs" />
1487+ <Compile Include="src\Do.Platform\AbstractSystemService.cs" />
1488+ <Compile Include="src\Do.Platform\ActionableNotification.cs" />
1489+ <Compile Include="src\Do.Platform\ICoreService.cs" />
1490+ <Compile Include="src\Do.Platform\IEnvironmentService.cs" />
1491+ <Compile Include="src\Do.Platform\IKeyBindingService.cs" />
1492+ <Compile Include="src\Do.Platform\ILogService.cs" />
1493+ <Compile Include="src\Do.Platform\INetworkService.cs" />
1494+ <Compile Include="src\Do.Platform\INotificationsService.cs" />
1495+ <Compile Include="src\Do.Platform\IPluginManagerService.cs" />
1496+ <Compile Include="src\Do.Platform\IPreferences.cs" />
1497+ <Compile Include="src\Do.Platform\IPreferencesService.cs" />
1498+ <Compile Include="src\Do.Platform\ISecurePreferencesService.cs" />
1499+ <Compile Include="src\Do.Platform\IUniverseFactoryService.cs" />
1500+ <Compile Include="src\Do.Platform\IWindowingService.cs" />
1501+ <Compile Include="src\Do.Platform\KeyBinding.cs" />
1502+ <Compile Include="src\Do.Platform\Log.cs" />
1503+ <Compile Include="src\Do.Platform\LogBase.cs" />
1504+ <Compile Include="src\Do.Platform\LogTSender.cs" />
1505+ <Compile Include="src\Do.Platform\NetworkStateChangedEventArgs.cs" />
1506+ <Compile Include="src\Do.Platform\Notification.cs" />
1507+ <Compile Include="src\Do.Platform\NotificationEventArgs.cs" />
1508+ <Compile Include="src\Do.Platform\PathsService.cs" />
1509+ <Compile Include="src\Do.Platform\PreferencesChangedEventArgs.cs" />
1510+ <Compile Include="src\Do.Platform\SecurePreferencesWrapper.cs" />
1511+ <Compile Include="src\Do.Platform\Services.cs" />
1512+ <Compile Include="src\Do.Universe\Do.Universe.Common\CopyToClipboardAction.cs" />
1513+ <Compile Include="src\Do.Universe\Do.Universe.Common\EmailAction.cs" />
1514+ <Compile Include="src\Do.Universe\Do.Universe.Common\OpenAction.cs" />
1515+ <Compile Include="src\Do.Universe\Do.Universe.Common\OpenUrlAction.cs" />
1516+ <Compile Include="src\Do.Universe\Do.Universe.Common\OpenWithAction.cs" />
1517+ <Compile Include="src\Do.Universe\Do.Universe.Common\RevealAction.cs" />
1518+ <Compile Include="src\Do.Universe\Do.Universe.Common\RunAction.cs" />
1519+ <Compile Include="src\System\Linq\EnumerableExtensions.cs" />
1520+ </ItemGroup>
1521+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1522+ <ItemGroup>
1523+ <ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
1524+ <Project>{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}</Project>
1525+ <Name>Do.Universe</Name>
1526+ </ProjectReference>
1527+ </ItemGroup>
1528+</Project>
1529\ No newline at end of file
1530
1531=== removed file 'Do.Platform/Do.Platform.mdp'
1532--- Do.Platform/Do.Platform.mdp 2009-07-23 07:17:00 +0000
1533+++ Do.Platform/Do.Platform.mdp 1970-01-01 00:00:00 +0000
1534@@ -1,105 +0,0 @@
1535-<Project name="Do.Platform" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1536- <Configurations active="Debug">
1537- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1538- <Output directory="bin/Debug" assembly="Do.Platform" />
1539- <Build debugmode="True" target="Library" />
1540- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1541- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1542- </Configuration>
1543- <Configuration name="Release" ctype="DotNetProjectConfiguration">
1544- <Output directory="bin/Release" assembly="Do.Platform" />
1545- <Build debugmode="False" target="Library" />
1546- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1547- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1548- </Configuration>
1549- </Configurations>
1550- <Contents>
1551- <File name="src" subtype="Directory" buildaction="Compile" />
1552- <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
1553- <File name="src/Do.Platform" subtype="Directory" buildaction="Compile" />
1554- <File name="src/System" subtype="Directory" buildaction="Compile" />
1555- <File name="src/System/Linq" subtype="Directory" buildaction="Compile" />
1556- <File name="Resources/Do.Platform.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
1557- <File name="src/Do.Platform/LogBase.cs" subtype="Code" buildaction="Compile" />
1558- <File name="src/Do.Platform/Log.cs" subtype="Code" buildaction="Compile" />
1559- <File name="src/Do.Platform/LogTSender.cs" subtype="Code" buildaction="Compile" />
1560- <File name="src/Do.Platform/Do.Platform.Common" subtype="Directory" buildaction="Compile" />
1561- <File name="src/Do.Platform/Services.cs" subtype="Code" buildaction="Compile" />
1562- <File name="src/Do.Platform/Do.Platform.ServiceStack" subtype="Directory" buildaction="Compile" />
1563- <File name="src/Do.Platform/Do.Platform.ServiceStack/IService.cs" subtype="Code" buildaction="Compile" />
1564- <File name="src/Do.Platform/Do.Platform.Default" subtype="Directory" buildaction="Compile" />
1565- <File name="src/Do.Platform/Do.Platform.Default/EnvironmentService.cs" subtype="Code" buildaction="Compile" />
1566- <File name="src/Do.Platform/IEnvironmentService.cs" subtype="Code" buildaction="Compile" />
1567- <File name="src/Do.Universe" subtype="Directory" buildaction="Compile" />
1568- <File name="src/Do.Universe/Do.Universe.Common/EmailAction.cs" subtype="Code" buildaction="Compile" />
1569- <File name="src/Do.Universe/Do.Universe.Common/OpenAction.cs" subtype="Code" buildaction="Compile" />
1570- <File name="src/Do.Universe/Do.Universe.Common/OpenUrlAction.cs" subtype="Code" buildaction="Compile" />
1571- <File name="src/Do.Universe/Do.Universe.Common/OpenWithAction.cs" subtype="Code" buildaction="Compile" />
1572- <File name="src/Do.Universe/Do.Universe.Common/RevealAction.cs" subtype="Code" buildaction="Compile" />
1573- <File name="src/Do.Universe/Do.Universe.Common/RunAction.cs" subtype="Code" buildaction="Compile" />
1574- <File name="src/Do.Platform/ICoreService.cs" subtype="Code" buildaction="Compile" />
1575- <File name="src/Do.Platform/Do.Platform.Default/CoreService.cs" subtype="Code" buildaction="Compile" />
1576- <File name="src/Do.Platform/IPreferencesService.cs" subtype="Code" buildaction="Compile" />
1577- <File name="src/Do.Platform/IPreferences.cs" subtype="Code" buildaction="Compile" />
1578- <File name="src/Do.Platform/Do.Platform.Default/PreferencesService.cs" subtype="Code" buildaction="Compile" />
1579- <File name="src/Do.Platform/ILogService.cs" subtype="Code" buildaction="Compile" />
1580- <File name="src/Do.Platform/Do.Platform.Default/LogService.cs" subtype="Code" buildaction="Compile" />
1581- <File name="src/Do.Platform/Do.Platform.Common/AbstractLogService.cs" subtype="Code" buildaction="Compile" />
1582- <File name="src/Do.Platform/Do.Platform.Common/FileLogService.cs" subtype="Code" buildaction="Compile" />
1583- <File name="src/Do.Platform/Do.Platform.ServiceStack/IInitializedService.cs" subtype="Code" buildaction="Compile" />
1584- <File name="src/Do.Platform/Do.Platform.Common/DictionaryPreferencesService.cs" subtype="Code" buildaction="Compile" />
1585- <File name="src/Do.Platform/Do.Platform.Common/Tests" subtype="Directory" buildaction="Compile" />
1586- <File name="src/Do.Platform/Do.Platform.Common/Tests/DictionaryPreferencesServiceTests.cs" subtype="Code" buildaction="Compile" />
1587- <File name="src/Do.Platform/Do.Platform.Preferences" subtype="Directory" buildaction="Compile" />
1588- <File name="src/Do.Platform/Do.Platform.Preferences/PreferencesFactory.cs" subtype="Code" buildaction="Compile" />
1589- <File name="src/Do.Platform/PreferencesChangedEventArgs.cs" subtype="Code" buildaction="Compile" />
1590- <File name="src/Do.Platform/Do.Platform.Preferences/PreferencesImplementation.cs" subtype="Code" buildaction="Compile" />
1591- <File name="src/Do.Platform/Do.Platform.Preferences/Tests/PreferencesImplementationTests.cs" subtype="Code" buildaction="Compile" />
1592- <File name="src/Do.Platform/Do.Platform.Default/SecurePreferencesService.cs" subtype="Code" buildaction="Compile" />
1593- <File name="src/Do.Platform/ISecurePreferencesService.cs" subtype="Code" buildaction="Compile" />
1594- <File name="src/Do.Platform/IUniverseFactoryService.cs" subtype="Code" buildaction="Compile" />
1595- <File name="src/Do.Platform/Do.Platform.Default/UniverseFactoryService.cs" subtype="Code" buildaction="Compile" />
1596- <File name="src/Do.Platform/INotificationsService.cs" subtype="Code" buildaction="Compile" />
1597- <File name="src/Do.Platform/Do.Platform.Default/NotificationsService.cs" subtype="Code" buildaction="Compile" />
1598- <File name="src/Do.Platform/IWindowingService.cs" subtype="Code" buildaction="Compile" />
1599- <File name="src/Do.Platform/Do.Platform.Default/WindowingService.cs" subtype="Code" buildaction="Compile" />
1600- <File name="src/Do.Platform/NotificationEventArgs.cs" subtype="Code" buildaction="Compile" />
1601- <File name="src/Do.Platform/Notification.cs" subtype="Code" buildaction="Compile" />
1602- <File name="src/Do.Platform/Do.Platform.Common/EventsOnlyNotificationsService.cs" subtype="Code" buildaction="Compile" />
1603- <File name="src/Do.Platform/SecurePreferencesWrapper.cs" subtype="Code" buildaction="Compile" />
1604- <File name="src/Do.Platform/ActionableNotification.cs" subtype="Code" buildaction="Compile" />
1605- <File name="src/Do.Platform/PathsService.cs" subtype="Code" buildaction="Compile" />
1606- <File name="src/Do.Platform/AbstractApplicationService.cs" subtype="Code" buildaction="Compile" />
1607- <File name="src/Do.Platform/Do.Platform.Default/DefaultApplicationService.cs" subtype="Code" buildaction="Compile" />
1608- <File name="src/Do.Platform/Do.Platform.Default/DefaultPathsService.cs" subtype="Code" buildaction="Compile" />
1609- <File name="src/Do.Platform/Do.Platform.Common/CommonPathsService.cs" subtype="Code" buildaction="Compile" />
1610- <File name="src/System/Linq/EnumerableExtensions.cs" subtype="Code" buildaction="Compile" />
1611- <File name="src/Do.Platform/AbstractSystemService.cs" subtype="Code" buildaction="Compile" />
1612- <File name="src/Do.Platform/Do.Platform.Default/DefaultSystemService.cs" subtype="Code" buildaction="Compile" />
1613- <File name="src/Do.Platform/INetworkService.cs" subtype="Code" buildaction="Compile" />
1614- <File name="src/Do.Platform/NetworkStateChangedEventArgs.cs" subtype="Code" buildaction="Compile" />
1615- <File name="src/Do.Platform/Do.Platform.Default/NetworkService.cs" subtype="Code" buildaction="Compile" />
1616- <File name="src/Do.Platform/AbstractPackageManagerService.cs" subtype="Code" buildaction="Compile" />
1617- <File name="src/Do.Platform/Do.Platform.Default/DefaultPackageManagerService.cs" subtype="Code" buildaction="Compile" />
1618- <File name="src/Do.Platform/Do.Platform.ServiceStack/IStrictService.cs" subtype="Code" buildaction="Compile" />
1619- <File name="src/Do.Platform/IPluginManagerService.cs" subtype="Code" buildaction="Compile" />
1620- <File name="src/Do.Platform/Do.Platform.Default/PluginManagerService.cs" subtype="Code" buildaction="Compile" />
1621- <File name="src/Do.Platform/Do.Platform.ServiceStack/IStrictService.cs" subtype="Code" buildaction="Compile" />
1622- <File name="src/Do.Universe/Do.Universe.Common/CopyToClipboardAction.cs" subtype="Code" buildaction="Compile" />
1623- <File name="src/Do.Platform/Do.Platform.Common/AbstractKeyBindingService.cs" subtype="Code" buildaction="Compile" />
1624- <File name="src/Do.Platform/IKeyBindingService.cs" subtype="Code" buildaction="Compile" />
1625- <File name="src/Do.Platform/KeyBinding.cs" subtype="Code" buildaction="Compile" />
1626- <File name="src/Do.Platform/Do.Platform.Default/KeyBindingService.cs" subtype="Code" buildaction="Compile" />
1627- </Contents>
1628- <References>
1629- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1630- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1631- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1632- <ProjectReference type="Project" localcopy="True" refto="Do.Universe" />
1633- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1634- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1635- <ProjectReference type="Gac" localcopy="True" refto="gnome-vfs-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1636- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1637- <ProjectReference type="Gac" localcopy="True" refto="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
1638- </References>
1639-</Project>
1640\ No newline at end of file
1641
1642=== added file 'Do.Universe/Do.Universe.csproj'
1643--- Do.Universe/Do.Universe.csproj 1970-01-01 00:00:00 +0000
1644+++ Do.Universe/Do.Universe.csproj 2010-03-29 19:55:48 +0000
1645@@ -0,0 +1,1 @@
1646+<?xml version="1.0" encoding="utf-8"?>
1647<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1648 <PropertyGroup>
1649 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1650 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
1651 <ProductVersion>9.0.21022</ProductVersion>
1652 <SchemaVersion>2.0</SchemaVersion>
1653 <ProjectGuid>{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}</ProjectGuid>
1654 <OutputType>Library</OutputType>
1655 <RootNamespace>Do.Universe</RootNamespace>
1656 <AssemblyName>Do.Universe</AssemblyName>
1657 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1658 </PropertyGroup>
1659 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1660 <DebugSymbols>true</DebugSymbols>
1661 <DebugType>full</DebugType>
1662 <Optimize>false</Optimize>
1663 <OutputPath>bin\Debug</OutputPath>
1664 <DefineConstants>DEBUG</DefineConstants>
1665 <ErrorReport>prompt</ErrorReport>
1666 <WarningLevel>4</WarningLevel>
1667 <PlatformTarget>x86</PlatformTarget>
1668 </PropertyGroup>
1669 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
1670 <DebugType>none</DebugType>
1671 <Optimize>false</Optimize>
1672 <OutputPath>bin\Release</OutputPath>
1673 <ErrorReport>prompt</ErrorReport>
1674 <WarningLevel>4</WarningLevel>
1675 <PlatformTarget>x86</PlatformTarget>
1676 </PropertyGroup>
1677 <ItemGroup>
1678 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
1679 <Package>gtk-sharp-2.0</Package>
1680 </Reference>
1681 <Reference Include="System" />
1682 <Reference Include="System.Core" />
1683 <Reference Include="Mono.Posix" />
1684 </ItemGroup>
1685 <ItemGroup>
1686 <None Include="Resources\Do.Universe.addin.xml" />
1687 <None Include="Resources\phone.png" />
1688 </ItemGroup>
1689 <ItemGroup>
1690 <Compile Include="src\Do.Universe\Do.Universe.Common\AddressContactDetailItem.cs" />
1691 <Compile Include="src\Do.Universe\Do.Universe.Common\BookmarkItem.cs" />
1692 <Compile Include="src\Do.Universe\Do.Universe.Common\ContactDetailItem.cs" />
1693 <Compile Include="src\Do.Universe\Do.Universe.Common\EmailContactDetailItem.cs" />
1694 <Compile Include="src\Do.Universe\Do.Universe.Common\PhoneContactDetailItem.cs" />
1695 <Compile Include="src\Do.Universe\Do.Universe.Common\TextItem.cs" />
1696 <Compile Include="src\Do.Universe\Do.Universe.Safe\SafeAct.cs" />
1697 <Compile Include="src\Do.Universe\Do.Universe.Safe\SafeElement.cs" />
1698 <Compile Include="src\Do.Universe\Do.Universe.Safe\SafeItem.cs" />
1699 <Compile Include="src\Do.Universe\Do.Universe.Safe\SafeItemSource.cs" />
1700 <Compile Include="src\Do.Universe\Act.cs" />
1701 <Compile Include="src\Do.Universe\ContactItem.cs" />
1702 <Compile Include="src\Do.Universe\Element.cs" />
1703 <Compile Include="src\Do.Universe\EmptyElement.cs" />
1704 <Compile Include="src\Do.Universe\EmptyItem.cs" />
1705 <Compile Include="src\Do.Universe\IApplicationItem.cs" />
1706 <Compile Include="src\Do.Universe\IBookmarkItem.cs" />
1707 <Compile Include="src\Do.Universe\IContactDetailItem.cs" />
1708 <Compile Include="src\Do.Universe\IElement.cs" />
1709 <Compile Include="src\Do.Universe\IFileItem.cs" />
1710 <Compile Include="src\Do.Universe\IItem.cs" />
1711 <Compile Include="src\Do.Universe\IOpenableItem.cs" />
1712 <Compile Include="src\Do.Universe\IRunnableItem.cs" />
1713 <Compile Include="src\Do.Universe\Item.cs" />
1714 <Compile Include="src\Do.Universe\ItemSource.cs" />
1715 <Compile Include="src\Do.Universe\ITextItem.cs" />
1716 <Compile Include="src\Do.Universe\IUriItem.cs" />
1717 <Compile Include="src\Do.Universe\IUrlItem.cs" />
1718 <Compile Include="src\Do.Universe\ProxyItem.cs" />
1719 </ItemGroup>
1720 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1721</Project>
1722\ No newline at end of file
1723
1724=== removed file 'Do.Universe/Do.Universe.mdp'
1725--- Do.Universe/Do.Universe.mdp 2009-09-09 01:13:58 +0000
1726+++ Do.Universe/Do.Universe.mdp 1970-01-01 00:00:00 +0000
1727@@ -1,58 +0,0 @@
1728-<Project name="Do.Universe" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
1729- <Configurations active="Debug">
1730- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1731- <Output directory="bin/Debug" assembly="Do.Universe" />
1732- <Build debugmode="True" target="Library" />
1733- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1734- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1735- </Configuration>
1736- <Configuration name="Release" ctype="DotNetProjectConfiguration">
1737- <Output directory="bin/Release" assembly="Do.Universe" />
1738- <Build debugmode="False" target="Library" />
1739- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1740- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1741- </Configuration>
1742- </Configurations>
1743- <Contents>
1744- <File name="Resources/Do.Universe.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
1745- <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
1746- <File name="src/Do.Universe/Act.cs" subtype="Code" buildaction="Compile" />
1747- <File name="src/Do.Universe/ContactItem.cs" subtype="Code" buildaction="Compile" />
1748- <File name="src/Do.Universe/IApplicationItem.cs" subtype="Code" buildaction="Compile" />
1749- <File name="src/Do.Universe/IBookmarkItem.cs" subtype="Code" buildaction="Compile" />
1750- <File name="src/Do.Universe/IContactDetailItem.cs" subtype="Code" buildaction="Compile" />
1751- <File name="src/Do.Universe/IFileItem.cs" subtype="Code" buildaction="Compile" />
1752- <File name="src/Do.Universe/IItem.cs" subtype="Code" buildaction="Compile" />
1753- <File name="src/Do.Universe/ItemSource.cs" subtype="Code" buildaction="Compile" />
1754- <File name="src/Do.Universe/Element.cs" subtype="Code" buildaction="Compile" />
1755- <File name="src/Do.Universe/IOpenableItem.cs" subtype="Code" buildaction="Compile" />
1756- <File name="src/Do.Universe/IRunnableItem.cs" subtype="Code" buildaction="Compile" />
1757- <File name="src/Do.Universe/ITextItem.cs" subtype="Code" buildaction="Compile" />
1758- <File name="src/Do.Universe/IUriItem.cs" subtype="Code" buildaction="Compile" />
1759- <File name="src/Do.Universe/IUrlItem.cs" subtype="Code" buildaction="Compile" />
1760- <File name="src/Do.Universe/EmptyElement.cs" subtype="Code" buildaction="Compile" />
1761- <File name="src/Do.Universe/EmptyItem.cs" subtype="Code" buildaction="Compile" />
1762- <File name="src/Do.Universe/Item.cs" subtype="Code" buildaction="Compile" />
1763- <File name="src/Do.Universe/ProxyItem.cs" subtype="Code" buildaction="Compile" />
1764- <File name="src/Do.Universe/Do.Universe.Safe" subtype="Directory" buildaction="Compile" />
1765- <File name="src/Do.Universe/Do.Universe.Safe/SafeAct.cs" subtype="Code" buildaction="Compile" />
1766- <File name="src/Do.Universe/Do.Universe.Safe/SafeElement.cs" subtype="Code" buildaction="Compile" />
1767- <File name="src/Do.Universe/Do.Universe.Safe/SafeItemSource.cs" subtype="Code" buildaction="Compile" />
1768- <File name="src/Do.Universe/Do.Universe.Safe/SafeItem.cs" subtype="Code" buildaction="Compile" />
1769- <File name="src/Do.Universe/Do.Universe.Common" subtype="Directory" buildaction="Compile" />
1770- <File name="src/Do.Universe/Do.Universe.Common/TextItem.cs" subtype="Code" buildaction="Compile" />
1771- <File name="src/Do.Universe/Do.Universe.Common/BookmarkItem.cs" subtype="Code" buildaction="Compile" />
1772- <File name="Resources/phone.png" subtype="Code" buildaction="Nothing" />
1773- <File name="src/Do.Universe/Do.Universe.Common/AddressContactDetailItem.cs" subtype="Code" buildaction="Compile" />
1774- <File name="src/Do.Universe/Do.Universe.Common/EmailContactDetailItem.cs" subtype="Code" buildaction="Compile" />
1775- <File name="src/Do.Universe/Do.Universe.Common/PhoneContactDetailItem.cs" subtype="Code" buildaction="Compile" />
1776- <File name="src/Do.Universe/Do.Universe.Common/ContactDetailItem.cs" subtype="Code" buildaction="Compile" />
1777- </Contents>
1778- <References>
1779- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1780- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1781- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1782- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1783- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1784- </References>
1785-</Project>
1786\ No newline at end of file
1787
1788=== modified file 'Do.Universe/src/Do.Universe/Do.Universe.Common/AddressContactDetailItem.cs'
1789--- Do.Universe/src/Do.Universe/Do.Universe.Common/AddressContactDetailItem.cs 2009-09-10 07:19:24 +0000
1790+++ Do.Universe/src/Do.Universe/Do.Universe.Common/AddressContactDetailItem.cs 2010-03-29 19:55:48 +0000
1791@@ -18,7 +18,7 @@
1792 // along with this program. If not, see <http://www.gnu.org/licenses/>.
1793
1794 using System;
1795-using Mono.Posix;
1796+using Mono.Unix;
1797
1798 namespace Do.Universe.Common
1799 {
1800
1801=== modified file 'Do.Universe/src/Do.Universe/Do.Universe.Common/EmailContactDetailItem.cs'
1802--- Do.Universe/src/Do.Universe/Do.Universe.Common/EmailContactDetailItem.cs 2009-09-09 01:13:58 +0000
1803+++ Do.Universe/src/Do.Universe/Do.Universe.Common/EmailContactDetailItem.cs 2010-03-29 19:55:48 +0000
1804@@ -18,7 +18,7 @@
1805 // along with this program. If not, see <http://www.gnu.org/licenses/>.
1806
1807 using System;
1808-using Mono.Posix;
1809+using Mono.Unix;
1810
1811 namespace Do.Universe.Common
1812 {
1813
1814=== modified file 'Do.Universe/src/Do.Universe/Do.Universe.Common/PhoneContactDetailItem.cs'
1815--- Do.Universe/src/Do.Universe/Do.Universe.Common/PhoneContactDetailItem.cs 2009-09-09 01:13:58 +0000
1816+++ Do.Universe/src/Do.Universe/Do.Universe.Common/PhoneContactDetailItem.cs 2010-03-29 19:55:48 +0000
1817@@ -18,7 +18,7 @@
1818 // along with this program. If not, see <http://www.gnu.org/licenses/>.
1819
1820 using System;
1821-using Mono.Posix;
1822+using Mono.Unix;
1823
1824 namespace Do.Universe.Common
1825 {
1826
1827=== removed file 'Do.mds'
1828--- Do.mds 2009-10-11 20:16:02 +0000
1829+++ Do.mds 1970-01-01 00:00:00 +0000
1830@@ -1,67 +0,0 @@
1831-<Combine fileversion="2.0" outputpath="build/bin/" name="Do">
1832- <Configurations active="Debug">
1833- <Configuration name="Debug" ctype="CombineConfiguration">
1834- <Entry build="True" name="Do" configuration="Debug" />
1835- <Entry build="True" name="Do.Platform" configuration="Debug" />
1836- <Entry build="True" name="Do.Platform.Linux" configuration="Debug" />
1837- <Entry build="True" name="Do.Platform.Windows" configuration="Debug" />
1838- <Entry build="True" name="Do.Platform.OSX" configuration="Debug" />
1839- <Entry build="True" name="Do.Interface.Linux" configuration="Debug" />
1840- <Entry build="True" name="Do.Universe" configuration="Debug" />
1841- <Entry build="True" name="Do.Interface.Linux.Classic" configuration="Debug" />
1842- <Entry build="True" name="Do.Interface.Linux.GlassFrame" configuration="Debug" />
1843- <Entry build="True" name="Do.Interface.Linux.Mini" configuration="Debug" />
1844- <Entry build="True" name="Do.Interface.Linux.HUD" configuration="Debug" />
1845- <Entry build="True" name="Do.Interface.Linux.AnimationBase" configuration="Debug" />
1846- <Entry build="True" name="Do.Platform.Linux.JoliCloud" configuration="Debug" />
1847- </Configuration>
1848- <Configuration name="Release" ctype="CombineConfiguration">
1849- <Entry build="True" name="Do" configuration="Release" />
1850- <Entry build="True" name="Do.Platform" configuration="Release" />
1851- <Entry build="True" name="Do.Platform.Linux" configuration="Release" />
1852- <Entry build="True" name="Do.Platform.Windows" configuration="Release" />
1853- <Entry build="True" name="Do.Platform.OSX" configuration="Release" />
1854- <Entry build="True" name="Do.Interface.Linux" configuration="Release" />
1855- <Entry build="True" name="Do.Universe" configuration="Release" />
1856- <Entry build="True" name="Do.Interface.Linux.Classic" configuration="Release" />
1857- <Entry build="True" name="Do.Interface.Linux.GlassFrame" configuration="Release" />
1858- <Entry build="True" name="Do.Interface.Linux.Mini" configuration="Release" />
1859- <Entry build="True" name="Do.Interface.Linux.HUD" configuration="Release" />
1860- <Entry build="True" name="Do.Interface.Linux.AnimationBase" configuration="Release" />
1861- <Entry build="True" name="Do.Platform.Linux.JoliCloud" configuration="Release" />
1862- <CustomCommands>
1863- <Command type="BeforeBuild" command="autogen.sh --enable-release=YES" workingdir="${CombineDir}" />
1864- </CustomCommands>
1865- </Configuration>
1866- </Configurations>
1867- <StartMode startupentry="Do" single="True">
1868- <Execute type="None" entry="Do" />
1869- <Execute type="None" entry="Do.Platform" />
1870- <Execute type="None" entry="Do.Platform.Linux" />
1871- <Execute type="None" entry="Do.Platform.Windows" />
1872- <Execute type="None" entry="Do.Platform.OSX" />
1873- <Execute type="None" entry="Do.Interface.Linux" />
1874- <Execute type="None" entry="Do.Universe" />
1875- <Execute type="None" entry="Do.Interface.Linux.Classic" />
1876- <Execute type="None" entry="Do.Interface.Linux.GlassFrame" />
1877- <Execute type="None" entry="Do.Interface.Linux.Mini" />
1878- <Execute type="None" entry="Do.Interface.Linux.HUD" />
1879- <Execute type="None" entry="Do.Interface.Linux.AnimationBase" />
1880- <Execute type="None" entry="Do.Platform.Linux.JoliCloud" />
1881- </StartMode>
1882- <Entries>
1883- <Entry filename="Do/Do.mdp" />
1884- <Entry filename="Do.Platform/Do.Platform.mdp" />
1885- <Entry filename="Do.Platform.Linux/Do.Platform.Linux.mdp" />
1886- <Entry filename="Do.Platform.Windows/Do.Platform.Windows.mdp" />
1887- <Entry filename="Do.Platform.OSX/Do.Platform.OSX.mdp" />
1888- <Entry filename="Do.Interface.Linux/Do.Interface.Linux.mdp" />
1889- <Entry filename="Do.Universe/Do.Universe.mdp" />
1890- <Entry filename="Do.Interface.Linux.Classic/Do.Interface.Linux.Classic.mdp" />
1891- <Entry filename="Do.Interface.Linux.GlassFrame/Do.Interface.Linux.GlassFrame.mdp" />
1892- <Entry filename="Do.Interface.Linux.Mini/Do.Interface.Linux.Mini.mdp" />
1893- <Entry filename="Do.Interface.Linux.HUD/Do.Interface.Linux.HUD.mdp" />
1894- <Entry filename="Do.Interface.Linux.AnimationBase/Do.Interface.Linux.AnimationBase.mdp" />
1895- <Entry filename="Do.Platform.Linux.JoliCloud/Do.Platform.Linux.JoliCloud.mdp" />
1896- </Entries>
1897-</Combine>
1898
1899=== added file 'Do.sln'
1900--- Do.sln 1970-01-01 00:00:00 +0000
1901+++ Do.sln 2010-03-29 19:55:48 +0000
1902@@ -0,0 +1,92 @@
1903+
1904+Microsoft Visual Studio Solution File, Format Version 10.00
1905+# Visual Studio 2008
1906+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do", "Do\Do.csproj", "{1EF59A40-D832-43DD-A5F3-C6A02081CD74}"
1907+EndProject
1908+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Interface.Linux", "Do.Interface.Linux\Do.Interface.Linux.csproj", "{5809CEE9-020D-4858-86AE-94E2527146FE}"
1909+EndProject
1910+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Interface.Linux.AnimationBase", "Do.Interface.Linux.AnimationBase\Do.Interface.Linux.AnimationBase.csproj", "{FFF96BEF-0FB8-4188-9207-538BF320207F}"
1911+EndProject
1912+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Interface.Linux.Classic", "Do.Interface.Linux.Classic\Do.Interface.Linux.Classic.csproj", "{2B8CF41C-1E7C-404E-9075-89D0C3DD1FC9}"
1913+EndProject
1914+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Interface.Linux.GlassFrame", "Do.Interface.Linux.GlassFrame\Do.Interface.Linux.GlassFrame.csproj", "{585BDFD8-7F78-4F60-902B-D16450B24960}"
1915+EndProject
1916+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Interface.Linux.HUD", "Do.Interface.Linux.HUD\Do.Interface.Linux.HUD.csproj", "{F68AFED6-BABE-492F-95F2-435CD9300396}"
1917+EndProject
1918+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Interface.Linux.Mini", "Do.Interface.Linux.Mini\Do.Interface.Linux.Mini.csproj", "{00C8A58D-8C14-4CC6-AA64-CA9A80EC9465}"
1919+EndProject
1920+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Platform", "Do.Platform\Do.Platform.csproj", "{2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}"
1921+EndProject
1922+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Platform.Linux", "Do.Platform.Linux\Do.Platform.Linux.csproj", "{36CA5B12-6730-4777-A472-EBC37CF376BD}"
1923+EndProject
1924+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Platform.Linux.JoliCloud", "Do.Platform.Linux.JoliCloud\Do.Platform.Linux.JoliCloud.csproj", "{68C0DB8D-1DFA-47B1-8CD7-548224602EE0}"
1925+EndProject
1926+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Platform.OSX", "Do.Platform.OSX\Do.Platform.OSX.csproj", "{39CF1D2E-FF28-4B4C-86DE-F98D54448A05}"
1927+EndProject
1928+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Platform.Windows", "Do.Platform.Windows\Do.Platform.Windows.csproj", "{FB3960A8-862B-4774-8479-C0BBA02FD4CF}"
1929+EndProject
1930+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Do.Universe", "Do.Universe\Do.Universe.csproj", "{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}"
1931+EndProject
1932+Global
1933+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
1934+ Debug|x86 = Debug|x86
1935+ Release|x86 = Release|x86
1936+ EndGlobalSection
1937+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
1938+ {00C8A58D-8C14-4CC6-AA64-CA9A80EC9465}.Debug|x86.ActiveCfg = Debug|x86
1939+ {00C8A58D-8C14-4CC6-AA64-CA9A80EC9465}.Debug|x86.Build.0 = Debug|x86
1940+ {00C8A58D-8C14-4CC6-AA64-CA9A80EC9465}.Release|x86.ActiveCfg = Release|x86
1941+ {00C8A58D-8C14-4CC6-AA64-CA9A80EC9465}.Release|x86.Build.0 = Release|x86
1942+ {0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}.Debug|x86.ActiveCfg = Debug|x86
1943+ {0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}.Debug|x86.Build.0 = Debug|x86
1944+ {0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}.Release|x86.ActiveCfg = Release|x86
1945+ {0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}.Release|x86.Build.0 = Release|x86
1946+ {1EF59A40-D832-43DD-A5F3-C6A02081CD74}.Debug|x86.ActiveCfg = Debug|x86
1947+ {1EF59A40-D832-43DD-A5F3-C6A02081CD74}.Debug|x86.Build.0 = Debug|x86
1948+ {1EF59A40-D832-43DD-A5F3-C6A02081CD74}.Release|x86.ActiveCfg = Release|x86
1949+ {1EF59A40-D832-43DD-A5F3-C6A02081CD74}.Release|x86.Build.0 = Release|x86
1950+ {2B8CF41C-1E7C-404E-9075-89D0C3DD1FC9}.Debug|x86.ActiveCfg = Debug|x86
1951+ {2B8CF41C-1E7C-404E-9075-89D0C3DD1FC9}.Debug|x86.Build.0 = Debug|x86
1952+ {2B8CF41C-1E7C-404E-9075-89D0C3DD1FC9}.Release|x86.ActiveCfg = Release|x86
1953+ {2B8CF41C-1E7C-404E-9075-89D0C3DD1FC9}.Release|x86.Build.0 = Release|x86
1954+ {2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}.Debug|x86.ActiveCfg = Debug|x86
1955+ {2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}.Debug|x86.Build.0 = Debug|x86
1956+ {2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}.Release|x86.ActiveCfg = Release|x86
1957+ {2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}.Release|x86.Build.0 = Release|x86
1958+ {36CA5B12-6730-4777-A472-EBC37CF376BD}.Debug|x86.ActiveCfg = Debug|x86
1959+ {36CA5B12-6730-4777-A472-EBC37CF376BD}.Debug|x86.Build.0 = Debug|x86
1960+ {36CA5B12-6730-4777-A472-EBC37CF376BD}.Release|x86.ActiveCfg = Release|x86
1961+ {36CA5B12-6730-4777-A472-EBC37CF376BD}.Release|x86.Build.0 = Release|x86
1962+ {39CF1D2E-FF28-4B4C-86DE-F98D54448A05}.Debug|x86.ActiveCfg = Debug|x86
1963+ {39CF1D2E-FF28-4B4C-86DE-F98D54448A05}.Debug|x86.Build.0 = Debug|x86
1964+ {39CF1D2E-FF28-4B4C-86DE-F98D54448A05}.Release|x86.ActiveCfg = Release|x86
1965+ {39CF1D2E-FF28-4B4C-86DE-F98D54448A05}.Release|x86.Build.0 = Release|x86
1966+ {5809CEE9-020D-4858-86AE-94E2527146FE}.Debug|x86.ActiveCfg = Debug|x86
1967+ {5809CEE9-020D-4858-86AE-94E2527146FE}.Debug|x86.Build.0 = Debug|x86
1968+ {5809CEE9-020D-4858-86AE-94E2527146FE}.Release|x86.ActiveCfg = Release|x86
1969+ {5809CEE9-020D-4858-86AE-94E2527146FE}.Release|x86.Build.0 = Release|x86
1970+ {585BDFD8-7F78-4F60-902B-D16450B24960}.Debug|x86.ActiveCfg = Debug|x86
1971+ {585BDFD8-7F78-4F60-902B-D16450B24960}.Debug|x86.Build.0 = Debug|x86
1972+ {585BDFD8-7F78-4F60-902B-D16450B24960}.Release|x86.ActiveCfg = Release|x86
1973+ {585BDFD8-7F78-4F60-902B-D16450B24960}.Release|x86.Build.0 = Release|x86
1974+ {68C0DB8D-1DFA-47B1-8CD7-548224602EE0}.Debug|x86.ActiveCfg = Debug|x86
1975+ {68C0DB8D-1DFA-47B1-8CD7-548224602EE0}.Debug|x86.Build.0 = Debug|x86
1976+ {68C0DB8D-1DFA-47B1-8CD7-548224602EE0}.Release|x86.ActiveCfg = Release|x86
1977+ {68C0DB8D-1DFA-47B1-8CD7-548224602EE0}.Release|x86.Build.0 = Release|x86
1978+ {F68AFED6-BABE-492F-95F2-435CD9300396}.Debug|x86.ActiveCfg = Debug|x86
1979+ {F68AFED6-BABE-492F-95F2-435CD9300396}.Debug|x86.Build.0 = Debug|x86
1980+ {F68AFED6-BABE-492F-95F2-435CD9300396}.Release|x86.ActiveCfg = Release|x86
1981+ {F68AFED6-BABE-492F-95F2-435CD9300396}.Release|x86.Build.0 = Release|x86
1982+ {FB3960A8-862B-4774-8479-C0BBA02FD4CF}.Debug|x86.ActiveCfg = Debug|x86
1983+ {FB3960A8-862B-4774-8479-C0BBA02FD4CF}.Debug|x86.Build.0 = Debug|x86
1984+ {FB3960A8-862B-4774-8479-C0BBA02FD4CF}.Release|x86.ActiveCfg = Release|x86
1985+ {FB3960A8-862B-4774-8479-C0BBA02FD4CF}.Release|x86.Build.0 = Release|x86
1986+ {FFF96BEF-0FB8-4188-9207-538BF320207F}.Debug|x86.ActiveCfg = Debug|x86
1987+ {FFF96BEF-0FB8-4188-9207-538BF320207F}.Debug|x86.Build.0 = Debug|x86
1988+ {FFF96BEF-0FB8-4188-9207-538BF320207F}.Release|x86.ActiveCfg = Release|x86
1989+ {FFF96BEF-0FB8-4188-9207-538BF320207F}.Release|x86.Build.0 = Release|x86
1990+ EndGlobalSection
1991+ GlobalSection(MonoDevelopProperties) = preSolution
1992+ StartupItem = Do\Do.csproj
1993+ EndGlobalSection
1994+EndGlobal
1995
1996=== added file 'Do/Do.csproj'
1997--- Do/Do.csproj 1970-01-01 00:00:00 +0000
1998+++ Do/Do.csproj 2010-03-29 19:55:48 +0000
1999@@ -0,0 +1,154 @@
2000+<?xml version="1.0" encoding="utf-8"?>
2001+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2002+ <PropertyGroup>
2003+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2004+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
2005+ <ProductVersion>9.0.21022</ProductVersion>
2006+ <SchemaVersion>2.0</SchemaVersion>
2007+ <ProjectGuid>{1EF59A40-D832-43DD-A5F3-C6A02081CD74}</ProjectGuid>
2008+ <OutputType>Exe</OutputType>
2009+ <RootNamespace>Do</RootNamespace>
2010+ <AssemblyName>Do</AssemblyName>
2011+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2012+ </PropertyGroup>
2013+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
2014+ <DebugSymbols>true</DebugSymbols>
2015+ <DebugType>full</DebugType>
2016+ <Optimize>false</Optimize>
2017+ <OutputPath>bin\Debug</OutputPath>
2018+ <DefineConstants>DEBUG</DefineConstants>
2019+ <ErrorReport>prompt</ErrorReport>
2020+ <WarningLevel>4</WarningLevel>
2021+ <PlatformTarget>x86</PlatformTarget>
2022+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2023+ </PropertyGroup>
2024+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
2025+ <DebugType>none</DebugType>
2026+ <Optimize>false</Optimize>
2027+ <OutputPath>bin\Release</OutputPath>
2028+ <ErrorReport>prompt</ErrorReport>
2029+ <WarningLevel>4</WarningLevel>
2030+ <PlatformTarget>x86</PlatformTarget>
2031+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2032+ </PropertyGroup>
2033+ <ItemGroup>
2034+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
2035+ <Package>gtk-sharp-2.0</Package>
2036+ </Reference>
2037+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
2038+ <Package>gtk-sharp-2.0</Package>
2039+ </Reference>
2040+ <Reference Include="Mono.Posix" />
2041+ <Reference Include="System" />
2042+ <Reference Include="System.Core" />
2043+ <Reference Include="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
2044+ <Package>mono-addins</Package>
2045+ </Reference>
2046+ <Reference Include="Mono.Addins.Gui, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
2047+ <Package>mono-addins-gui</Package>
2048+ </Reference>
2049+ <Reference Include="Mono.Addins.Setup, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
2050+ <Package>mono-addins-setup</Package>
2051+ </Reference>
2052+ <Reference Include="System.Xml" />
2053+ </ItemGroup>
2054+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2055+ <ItemGroup>
2056+ <None Include="Resources\Do.addin.xml" />
2057+ </ItemGroup>
2058+ <ItemGroup>
2059+ <Compile Include="src\CorePreferences.cs" />
2060+ <Compile Include="src\Do.cs" />
2061+ <Compile Include="src\IPreferencesBackend.cs" />
2062+ <Compile Include="src\Notifications.cs" />
2063+ <Compile Include="src\PathExtensions.cs" />
2064+ <Compile Include="src\Do.Core\Do.Core.Addins\AddinClassifier.cs" />
2065+ <Compile Include="src\Do.Core\Do.Core.Addins\CommunityAddinClassifier.cs" />
2066+ <Compile Include="src\Do.Core\Do.Core.Addins\GreedyAddinClassifier.cs" />
2067+ <Compile Include="src\Do.Core\Do.Core.Addins\OfficialAddinClassifier.cs" />
2068+ <Compile Include="src\Do.Core\Controller.cs" />
2069+ <Compile Include="src\Do.Core\DoAddinInstaller.cs" />
2070+ <Compile Include="src\Do.Core\FirstSearchController.cs" />
2071+ <Compile Include="src\Do.Core\HistogramRelevanceProvider.cs" />
2072+ <Compile Include="src\Do.Core\ISearchController.cs" />
2073+ <Compile Include="src\Do.Core\ItemExtensions.cs" />
2074+ <Compile Include="src\Do.Core\Paths.cs" />
2075+ <Compile Include="src\Do.Core\PluginManager.cs" />
2076+ <Compile Include="src\Do.Core\RelevanceProvider.cs" />
2077+ <Compile Include="src\Do.Core\SecondSearchController.cs" />
2078+ <Compile Include="src\Do.Core\Shortcut.cs" />
2079+ <Compile Include="src\Do.Core\ShortcutCallback.cs" />
2080+ <Compile Include="src\Do.Core\SimpleSearchContext.cs" />
2081+ <Compile Include="src\Do.Core\SimpleSearchController.cs" />
2082+ <Compile Include="src\Do.Core\ThirdSearchController.cs" />
2083+ <Compile Include="src\Do.Core\UniverseManager.cs" />
2084+ <Compile Include="src\Do.Platform\ApplicationService.cs" />
2085+ <Compile Include="src\Do.Platform\CoreService.cs" />
2086+ <Compile Include="src\Do.Platform\PluginManagerService.cs" />
2087+ <Compile Include="src\Do.Platform\WindowingService.cs" />
2088+ <Compile Include="src\Do.UI\ColorConfigurationWidget.cs" />
2089+ <Compile Include="src\Do.UI\DoAddinInstallerDialog.cs" />
2090+ <Compile Include="src\Do.UI\GeneralPreferencesWidget.cs" />
2091+ <Compile Include="src\Do.UI\HoverImageButton.cs" />
2092+ <Compile Include="src\Do.UI\KeybindingsPreferencesWidget.cs" />
2093+ <Compile Include="src\Do.UI\KeybindingTreeView.cs" />
2094+ <Compile Include="src\Do.UI\MainMenu.cs" />
2095+ <Compile Include="src\Do.UI\ManagePluginsPreferencesWidget.cs" />
2096+ <Compile Include="src\Do.UI\PluginConfigurationWindow.cs" />
2097+ <Compile Include="src\Do.UI\PluginErrorDialog.cs" />
2098+ <Compile Include="src\Do.UI\PluginNodeView.cs" />
2099+ <Compile Include="src\Do.UI\PluginSelectionEventArgs.cs" />
2100+ <Compile Include="src\Do.UI\PluginUpdateNodeView.cs" />
2101+ <Compile Include="src\Do.UI\PreferencesWindow.cs" />
2102+ <Compile Include="src\Do.UI\SearchEntry.cs" />
2103+ <Compile Include="src\Do.Universe\AboutItem.cs" />
2104+ <Compile Include="src\Do.Universe\ClearLearningItem.cs" />
2105+ <Compile Include="src\Do.Universe\DonateItem.cs" />
2106+ <Compile Include="src\Do.Universe\EvilAction.cs" />
2107+ <Compile Include="src\Do.Universe\EvilElement.cs" />
2108+ <Compile Include="src\Do.Universe\EvilItem.cs" />
2109+ <Compile Include="src\Do.Universe\EvilItemSource.cs" />
2110+ <Compile Include="src\Do.Universe\InternalItemSource.cs" />
2111+ <Compile Include="src\Do.Universe\ItemSourceItemSource.cs" />
2112+ <Compile Include="src\Do.Universe\PreferencesItem.cs" />
2113+ <Compile Include="src\Do.Universe\QuitItem.cs" />
2114+ <Compile Include="src\Do.Universe\SelectedTextItem.cs" />
2115+ <Compile Include="gtk-gui\generated.cs" />
2116+ <Compile Include="gtk-gui\Do.UI.PreferencesWindow.cs" />
2117+ <Compile Include="gtk-gui\Do.UI.KeybindingsPreferencesWidget.cs" />
2118+ <Compile Include="gtk-gui\Do.UI.GeneralPreferencesWidget.cs" />
2119+ <Compile Include="gtk-gui\Do.UI.ManagePluginsPreferencesWidget.cs" />
2120+ <Compile Include="gtk-gui\Do.UI.PluginConfigurationWindow.cs" />
2121+ <Compile Include="gtk-gui\Do.UI.DoAddinInstallerDialog.cs" />
2122+ <Compile Include="gtk-gui\Do.UI.ColorConfigurationWidget.cs" />
2123+ <Compile Include="gtk-gui\Do.UI.PluginErrorDialog.cs" />
2124+ <Compile Include="src\AssemblyInfo.cs" />
2125+ </ItemGroup>
2126+ <ItemGroup>
2127+ <ProjectReference Include="..\Do.Universe\Do.Universe.csproj">
2128+ <Project>{0F92F14A-CCFC-47E5-BC16-57F8C31F68F9}</Project>
2129+ <Name>Do.Universe</Name>
2130+ </ProjectReference>
2131+ <ProjectReference Include="..\Do.Platform\Do.Platform.csproj">
2132+ <Project>{2EB5EEF4-D946-40A7-BCC7-EAE5003D5CED}</Project>
2133+ <Name>Do.Platform</Name>
2134+ </ProjectReference>
2135+ <ProjectReference Include="..\Do.Platform.Linux\Do.Platform.Linux.csproj">
2136+ <Project>{36CA5B12-6730-4777-A472-EBC37CF376BD}</Project>
2137+ <Name>Do.Platform.Linux</Name>
2138+ </ProjectReference>
2139+ <ProjectReference Include="..\Do.Interface.Linux\Do.Interface.Linux.csproj">
2140+ <Project>{5809CEE9-020D-4858-86AE-94E2527146FE}</Project>
2141+ <Name>Do.Interface.Linux</Name>
2142+ </ProjectReference>
2143+ <ProjectReference Include="..\Do.Interface.Linux.AnimationBase\Do.Interface.Linux.AnimationBase.csproj">
2144+ <Project>{FFF96BEF-0FB8-4188-9207-538BF320207F}</Project>
2145+ <Name>Do.Interface.Linux.AnimationBase</Name>
2146+ </ProjectReference>
2147+ </ItemGroup>
2148+ <ItemGroup>
2149+ <EmbeddedResource Include="gtk-gui\gui.stetic">
2150+ <LogicalName>gui.stetic</LogicalName>
2151+ </EmbeddedResource>
2152+ </ItemGroup>
2153+</Project>
2154\ No newline at end of file
2155
2156=== removed file 'Do/Do.mdp'
2157--- Do/Do.mdp 2009-10-11 21:56:51 +0000
2158+++ Do/Do.mdp 1970-01-01 00:00:00 +0000
2159@@ -1,119 +0,0 @@
2160-<Project name="Do" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2161- <Configurations active="Debug">
2162- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2163- <Output directory="bin/Debug" assemblyKeyFile="." assembly="Do" />
2164- <Build debugmode="True" target="Exe" />
2165- <Execution runwithwarnings="True" commandlineparameters="--debug" externalconsole="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2166- <EnvironmentVariables />
2167- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2168- </Configuration>
2169- <Configuration name="Release" ctype="DotNetProjectConfiguration">
2170- <Output directory="bin/Release" assembly="Do" />
2171- <Build debugmode="False" target="Exe" />
2172- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2173- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2174- </Configuration>
2175- </Configurations>
2176- <Contents>
2177- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
2178- <File name="src/Do.cs" subtype="Code" buildaction="Compile" />
2179- <File name="src/Do.Core/ItemExtensions.cs" subtype="Code" buildaction="Compile" />
2180- <File name="src/Do.Universe/InternalItemSource.cs" subtype="Code" buildaction="Compile" />
2181- <File name="src/Do.Universe/ItemSourceItemSource.cs" subtype="Code" buildaction="Compile" />
2182- <File name="src/Do.Core/Controller.cs" subtype="Code" buildaction="Compile" />
2183- <File name="src/Do.Universe/SelectedTextItem.cs" subtype="Code" buildaction="Compile" />
2184- <File name="src/Do.Core/HistogramRelevanceProvider.cs" subtype="Code" buildaction="Compile" />
2185- <File name="src/Do.Core/RelevanceProvider.cs" subtype="Code" buildaction="Compile" />
2186- <File name="src/Do.UI/MainMenu.cs" subtype="Code" buildaction="Compile" />
2187- <File name="src/Do.Core/PluginManager.cs" subtype="Code" buildaction="Compile" />
2188- <File name="src/Do.UI/PluginNodeView.cs" subtype="Code" buildaction="Compile" />
2189- <File name="src/Do.UI/PreferencesWindow.cs" subtype="Code" buildaction="Compile" />
2190- <File name="gtk-gui/Do.UI.PreferencesWindow.cs" subtype="Code" buildaction="Compile" />
2191- <File name="src/Do.UI/KeybindingsPreferencesWidget.cs" subtype="Code" buildaction="Compile" />
2192- <File name="gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs" subtype="Code" buildaction="Compile" />
2193- <File name="src/Do.UI/GeneralPreferencesWidget.cs" subtype="Code" buildaction="Compile" />
2194- <File name="src/Do.UI/ManagePluginsPreferencesWidget.cs" subtype="Code" buildaction="Compile" />
2195- <File name="gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs" subtype="Code" buildaction="Compile" />
2196- <File name="gtk-gui/Do.UI.GeneralPreferencesWidget.cs" subtype="Code" buildaction="Compile" />
2197- <File name="src/Do.UI/PluginConfigurationWindow.cs" subtype="Code" buildaction="Compile" />
2198- <File name="gtk-gui/Do.UI.PluginConfigurationWindow.cs" subtype="Code" buildaction="Compile" />
2199- <File name="src/Do.UI/PluginSelectionEventArgs.cs" subtype="Code" buildaction="Compile" />
2200- <File name="src/Do.UI/KeybindingTreeView.cs" subtype="Code" buildaction="Compile" />
2201- <File name="gnome-do.desktop" subtype="Code" DeployService.TargetDirectoryId="Linux.DesktopApplications" buildaction="FileCopy" />
2202- <File name="src/CorePreferences.cs" subtype="Code" buildaction="Compile" />
2203- <File name="src/Do.Universe/AboutItem.cs" subtype="Code" buildaction="Compile" />
2204- <File name="src/Do.Universe/DonateItem.cs" subtype="Code" buildaction="Compile" />
2205- <File name="src/Do.Universe/PreferencesItem.cs" subtype="Code" buildaction="Compile" />
2206- <File name="src/Do.Core/DoAddinInstaller.cs" subtype="Code" buildaction="Compile" />
2207- <File name="src/Do.UI/DoAddinInstallerDialog.cs" subtype="Code" buildaction="Compile" />
2208- <File name="gtk-gui/Do.UI.DoAddinInstallerDialog.cs" subtype="Code" buildaction="Compile" />
2209- <File name="src/Do.UI/PluginUpdateNodeView.cs" subtype="Code" buildaction="Compile" />
2210- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
2211- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
2212- <File name="src/Do.UI/ColorConfigurationWidget.cs" subtype="Code" buildaction="Compile" />
2213- <File name="gtk-gui/Do.UI.ColorConfigurationWidget.cs" subtype="Code" buildaction="Compile" />
2214- <File name="src/Do.UI/PluginErrorDialog.cs" subtype="Code" buildaction="Compile" />
2215- <File name="gtk-gui/Do.UI.PluginErrorDialog.cs" subtype="Code" buildaction="Compile" />
2216- <File name="src/Do.Platform" subtype="Directory" buildaction="Compile" />
2217- <File name="Resources/Do.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2218- <File name="src/Do.Core/UniverseManager.cs" subtype="Code" buildaction="Compile" />
2219- <File name="src/Do.Universe/ClearLearningItem.cs" subtype="Code" buildaction="Compile" />
2220- <File name="src/Do.Platform/CoreService.cs" subtype="Code" buildaction="Compile" />
2221- <File name="src/Do.Platform/ApplicationService.cs" subtype="Code" buildaction="Compile" />
2222- <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
2223- <File name="src/Do.Platform/WindowingService.cs" subtype="Code" buildaction="Compile" />
2224- <File name="src/PathExtensions.cs" subtype="Code" buildaction="Compile" />
2225- <File name="src/Do.Core/Paths.cs" subtype="Code" buildaction="Compile" />
2226- <File name="src/Do.Universe/QuitItem.cs" subtype="Code" buildaction="Compile" />
2227- <File name="src/Do.Universe/EvilAction.cs" subtype="Code" buildaction="Compile" />
2228- <File name="src/Do.Universe/EvilElement.cs" subtype="Code" buildaction="Compile" />
2229- <File name="src/Do.Universe/EvilItem.cs" subtype="Code" buildaction="Compile" />
2230- <File name="src/Do.Universe/EvilItemSource.cs" subtype="Code" buildaction="Compile" />
2231- <File name="src/Do.Core/FirstSearchController.cs" subtype="Code" buildaction="Compile" />
2232- <File name="src/Do.Core/ISearchController.cs" subtype="Code" buildaction="Compile" />
2233- <File name="src/Do.Core/SecondSearchController.cs" subtype="Code" buildaction="Compile" />
2234- <File name="src/Do.Core/SimpleSearchContext.cs" subtype="Code" buildaction="Compile" />
2235- <File name="src/Do.Core/SimpleSearchController.cs" subtype="Code" buildaction="Compile" />
2236- <File name="src/Do.Core/ThirdSearchController.cs" subtype="Code" buildaction="Compile" />
2237- <File name="src/Mono.Addins/AddinExtensions.cs" subtype="Code" buildaction="Compile" />
2238- <File name="src/Mono.Addins/Mono.Addins.Setup/AddinRepositoryEntryExtensions.cs" subtype="Code" buildaction="Compile" />
2239- <File name="src/Do.Core/Do.Core.Addins/AddinClassifier.cs" subtype="Code" buildaction="Compile" />
2240- <File name="src/Do.Core/Do.Core.Addins/GreedyAddinClassifier.cs" subtype="Code" buildaction="Compile" />
2241- <File name="src/Do.Core/Do.Core.Addins/OfficialAddinClassifier.cs" subtype="Code" buildaction="Compile" />
2242- <File name="src/Do.Core/Do.Core.Addins/CommunityAddinClassifier.cs" subtype="Code" buildaction="Compile" />
2243- <File name="src/Do.UI/SearchEntry.cs" subtype="Code" buildaction="Compile" />
2244- <File name="src/Do.UI/HoverImageButton.cs" subtype="Code" buildaction="Compile" />
2245- <File name="src/Do.Core/Shortcut.cs" subtype="Code" buildaction="Compile" />
2246- <File name="src/Do.Core/ShortcutCallback.cs" subtype="Code" buildaction="Compile" />
2247- <File name="src/Do.Platform/PluginManagerService.cs" subtype="Code" buildaction="Compile" />
2248- </Contents>
2249- <References>
2250- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2251- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2252- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2253- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2254- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2255- <ProjectReference type="Project" localcopy="True" refto="Do.Platform" />
2256- <ProjectReference type="Project" localcopy="True" refto="Do.Platform.Linux" />
2257- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux" />
2258- <ProjectReference type="Project" localcopy="True" refto="Do.Universe" />
2259- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2260- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2261- <ProjectReference type="Project" localcopy="True" refto="Do.Interface.Linux.AnimationBase" />
2262- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2263- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2264- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins.Gui, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2265- <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins.Setup, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2266- </References>
2267- <LanguageParameters ApplicationIcon="../../../../../jason/do/trunk-merge/Do" ctype="CSharpProjectParameters" />
2268- <Deployment.LinuxDeployData scriptName="gnome-do" />
2269- <MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="Makefile.am" SyncReferences="True" IsAutotoolsProject="True" RelativeConfigureInPath="../">
2270- <BuildFilesVar Sync="True" Name="FILES" />
2271- <DeployFilesVar />
2272- <ResourcesVar Sync="True" Name="REFERENCES" />
2273- <OthersVar />
2274- <GacRefVar Sync="True" Name="REFERENCES" />
2275- <AsmRefVar Sync="True" Name="REFERENCES" />
2276- <ProjectRefVar Sync="True" Name="REFERENCES" />
2277- </MonoDevelop.Autotools.MakefileInfo>
2278-</Project>
2279
2280=== modified file 'Do/gtk-gui/Do.UI.DoAddinInstallerDialog.cs'
2281--- Do/gtk-gui/Do.UI.DoAddinInstallerDialog.cs 2009-06-26 11:01:40 +0000
2282+++ Do/gtk-gui/Do.UI.DoAddinInstallerDialog.cs 2010-03-29 19:55:48 +0000
2283@@ -34,7 +34,6 @@
2284 // Widget Do.UI.DoAddinInstallerDialog
2285 this.Name = "Do.UI.DoAddinInstallerDialog";
2286 this.WindowPosition = ((Gtk.WindowPosition)(4));
2287- this.HasSeparator = false;
2288 // Internal child Do.UI.DoAddinInstallerDialog.VBox
2289 Gtk.VBox w1 = this.VBox;
2290 w1.Name = "dialog1_VBox";
2291@@ -117,14 +116,14 @@
2292 this.button_ok.UseUnderline = true;
2293 // Container child button_ok.Gtk.Container+ContainerChild
2294 Gtk.Alignment w10 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
2295- // Container child GtkAlignment1.Gtk.Container+ContainerChild
2296+ // Container child GtkAlignment.Gtk.Container+ContainerChild
2297 Gtk.HBox w11 = new Gtk.HBox();
2298 w11.Spacing = 2;
2299- // Container child GtkHBox1.Gtk.Container+ContainerChild
2300+ // Container child GtkHBox.Gtk.Container+ContainerChild
2301 Gtk.Image w12 = new Gtk.Image();
2302- w12.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Button, 20);
2303+ w12.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Button, 16);
2304 w11.Add(w12);
2305- // Container child GtkHBox1.Gtk.Container+ContainerChild
2306+ // Container child GtkHBox.Gtk.Container+ContainerChild
2307 Gtk.Label w14 = new Gtk.Label();
2308 w14.LabelProp = Mono.Unix.Catalog.GetString("_Install Updates");
2309 w14.UseUnderline = true;
2310
2311=== modified file 'Do/gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs'
2312--- Do/gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs 2009-01-19 23:59:12 +0000
2313+++ Do/gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs 2010-03-29 19:55:48 +0000
2314@@ -54,12 +54,13 @@
2315 Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.help_icn]));
2316 w2.Position = 0;
2317 w2.Expand = false;
2318+ w2.Fill = false;
2319 // Container child hbox1.Gtk.Box+BoxChild
2320 this.help_lbl = new Gtk.Label();
2321 this.help_lbl.Name = "help_lbl";
2322 this.help_lbl.Ypad = 1;
2323 this.help_lbl.Xalign = 0F;
2324- this.help_lbl.LabelProp = Mono.Unix.Catalog.GetString("To edit a shortcut, double-click it and type a new one.");
2325+ this.help_lbl.LabelProp = Mono.Unix.Catalog.GetString("To edit a shortcut, double-click it and type a new one.\nTo restore a shortcut to the default, double click and press Backspace.");
2326 this.help_lbl.Wrap = true;
2327 this.hbox1.Add(this.help_lbl);
2328 Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.help_lbl]));
2329
2330=== modified file 'Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs'
2331--- Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs 2009-06-26 11:01:40 +0000
2332+++ Do/gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs 2010-03-29 19:55:48 +0000
2333@@ -122,7 +122,7 @@
2334 w9.Spacing = 2;
2335 // Container child GtkHBox.Gtk.Container+ContainerChild
2336 Gtk.Image w10 = new Gtk.Image();
2337- w10.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-preferences", Gtk.IconSize.Button, 20);
2338+ w10.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-preferences", Gtk.IconSize.Button, 16);
2339 w9.Add(w10);
2340 // Container child GtkHBox.Gtk.Container+ContainerChild
2341 Gtk.Label w12 = new Gtk.Label();
2342
2343=== modified file 'Do/gtk-gui/Do.UI.PluginErrorDialog.cs'
2344--- Do/gtk-gui/Do.UI.PluginErrorDialog.cs 2009-01-20 00:06:04 +0000
2345+++ Do/gtk-gui/Do.UI.PluginErrorDialog.cs 2010-03-29 19:55:48 +0000
2346@@ -32,7 +32,6 @@
2347 // Widget Do.UI.PluginErrorDialog
2348 this.Name = "Do.UI.PluginErrorDialog";
2349 this.WindowPosition = ((Gtk.WindowPosition)(4));
2350- this.HasSeparator = false;
2351 // Internal child Do.UI.PluginErrorDialog.VBox
2352 Gtk.VBox w1 = this.VBox;
2353 w1.Name = "dialog1_VBox";
2354
2355=== modified file 'Do/gtk-gui/gui.stetic'
2356--- Do/gtk-gui/gui.stetic 2009-07-23 07:17:00 +0000
2357+++ Do/gtk-gui/gui.stetic 2010-03-29 19:55:48 +0000
2358@@ -5,7 +5,11 @@
2359 <target-gtk-version>2.12</target-gtk-version>
2360 </configuration>
2361 <import>
2362+ <widget-library name="../../Do.Platform/bin/Debug/Do.Platform.dll" />
2363+ <widget-library name="../../Do.Platform.Linux/bin/Debug/Do.Platform.Linux.dll" />
2364+ <widget-library name="../../Do.Interface.Linux/bin/Debug/Do.Interface.Linux.dll" />
2365 <widget-library name="Mono.Addins.Gui, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2366+ <widget-library name="../../Do.Interface.Linux.AnimationBase/bin/Debug/Do.Interface.Linux.AnimationBase.dll" />
2367 <widget-library name="../bin/Debug/Do.exe" internal="true" />
2368 </import>
2369 <widget class="Gtk.Window" id="Do.UI.PreferencesWindow" design-size="450 470">
2370@@ -533,7 +537,6 @@
2371 <property name="WindowPosition">CenterOnParent</property>
2372 <property name="Buttons">2</property>
2373 <property name="HelpButton">False</property>
2374- <property name="HasSeparator">False</property>
2375 <child internal-child="VBox">
2376 <widget class="Gtk.VBox" id="dialog1_VBox">
2377 <property name="MemberName" />
2378@@ -926,7 +929,6 @@
2379 <property name="WindowPosition">CenterOnParent</property>
2380 <property name="Buttons">1</property>
2381 <property name="HelpButton">False</property>
2382- <property name="HasSeparator">False</property>
2383 <child internal-child="VBox">
2384 <widget class="Gtk.VBox" id="dialog1_VBox">
2385 <property name="MemberName" />
2386
2387=== modified file 'Do/gtk-gui/objects.xml'
2388--- Do/gtk-gui/objects.xml 2009-06-25 08:36:33 +0000
2389+++ Do/gtk-gui/objects.xml 2010-03-29 19:55:48 +0000
2390@@ -1,12 +1,12 @@
2391 <objects attr-sync="on">
2392+ <object type="Do.UI.GeneralPreferencesWidget" palette-category="Do" allow-children="false" base-type="Gtk.Bin">
2393+ <itemgroups />
2394+ <signals />
2395+ </object>
2396 <object type="Do.UI.KeybindingsPreferencesWidget" palette-category="Do" allow-children="false" base-type="Gtk.Bin">
2397 <itemgroups />
2398 <signals />
2399 </object>
2400- <object type="Do.UI.GeneralPreferencesWidget" palette-category="Do" allow-children="false" base-type="Gtk.Bin">
2401- <itemgroups />
2402- <signals />
2403- </object>
2404 <object type="Do.UI.ManagePluginsPreferencesWidget" palette-category="Do" allow-children="false" base-type="Gtk.Bin">
2405 <itemgroups />
2406 <signals />
2407
2408=== modified file 'Do/src/Do.Core/Controller.cs'
2409--- Do/src/Do.Core/Controller.cs 2010-03-08 02:22:16 +0000
2410+++ Do/src/Do.Core/Controller.cs 2010-03-29 19:55:48 +0000
2411@@ -461,16 +461,6 @@
2412
2413 #region KeyPress Handling
2414
2415- Key IfVertical (Key ifKey, Key elseKey)
2416- {
2417- return Orientation == ControlOrientation.Vertical ? ifKey : elseKey;
2418- }
2419-
2420- Key UpKey { get { return IfVertical (Key.Up, Key.Left); } }
2421- Key DownKey { get { return IfVertical (Key.Down, Key.Right); } }
2422- Key LeftKey { get { return IfVertical (Key.Left, Key.Up); } }
2423- Key RightKey { get { return IfVertical (Key.Right, Key.Down); } }
2424-
2425 private void KeyPressWrap (EventKey evnt)
2426 {
2427 Key key = (Key) evnt.KeyValue;
2428
2429=== modified file 'Do/src/Do.Platform/ApplicationService.cs'
2430--- Do/src/Do.Platform/ApplicationService.cs 2009-06-18 19:52:32 +0000
2431+++ Do/src/Do.Platform/ApplicationService.cs 2010-03-29 19:55:48 +0000
2432@@ -53,7 +53,7 @@
2433 Thread newThread = new Thread (() => {
2434 try {
2435 action ();
2436- } catch (ThreadAbortException e) {
2437+ } catch (ThreadAbortException) {
2438 } catch (Exception e) {
2439 Log.Error ("Error in RunOnThread: {0}", e.Message);
2440 Log.Debug (e.StackTrace);
2441
2442=== modified file 'Do/src/Do.UI/KeybindingTreeView.cs'
2443--- Do/src/Do.UI/KeybindingTreeView.cs 2009-08-08 22:41:51 +0000
2444+++ Do/src/Do.UI/KeybindingTreeView.cs 2010-03-29 19:55:48 +0000
2445@@ -139,7 +139,7 @@
2446 string defaultVal = store.GetValue (iter, (int) Column.DefaultKeybinding).ToString ();
2447 defaultVal = (string.IsNullOrEmpty (defaultVal)) ? Catalog.GetString ("Disabled") : defaultVal;
2448 store.SetValue (iter, (int) Column.BoundKeyString, defaultVal);
2449- } catch (Exception e) {
2450+ } catch (Exception) {
2451 store.SetValue (iter, (int) Column.BoundKeyString, Catalog.GetString ("Disabled"));
2452 }
2453
2454
2455=== modified file 'Do/src/Do.UI/ManagePluginsPreferencesWidget.cs'
2456--- Do/src/Do.UI/ManagePluginsPreferencesWidget.cs 2009-10-11 21:56:51 +0000
2457+++ Do/src/Do.UI/ManagePluginsPreferencesWidget.cs 2010-03-29 19:55:48 +0000
2458@@ -172,12 +172,6 @@
2459 PluginManager.Disable (id);
2460 UpdateButtonState ();
2461 }
2462-
2463- void OnBtnRefreshClicked (object sender, EventArgs e)
2464- {
2465- nview.Refresh (true);
2466- UpdateButtonState ();
2467- }
2468
2469 void OnBtnConfigurePluginClicked (object sender, EventArgs e)
2470 {