Do

Merge lp:~cszikszoy/do/msbuild-format into lp:do

Proposed by Chris S.
Status: Rejected
Rejected by: Alex Launi
Proposed branch: lp:~cszikszoy/do/msbuild-format
Merge into: lp:do
Diff against target: None lines
To merge this branch: bzr merge lp:~cszikszoy/do/msbuild-format
Reviewer Review Type Date Requested Status
Do Core Team Pending
Review via email: mp+5492@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

1130. By Chris S.

switch to msbuild format

Preview Diff

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