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

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

Switch project format to MSBuild (Visual Studio). This only replaces the .mds file with a .sln and the .mdp files with .csproj files. All projects still build find with make, but to open a project in Monodevelop, MD 1.9 + is required. This should facilitate some work on a windows port

Unmerged revisions

592. By Chris S.

fix a couple of project names

591. By Chris S.

switch to MSBuild (vs2008) format

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'Alias/Alias.csproj'
2--- Alias/Alias.csproj 1970-01-01 00:00:00 +0000
3+++ Alias/Alias.csproj 2009-04-12 09:02:35 +0000
4@@ -0,0 +1,58 @@
5+<?xml version="1.0" encoding="utf-8"?>
6+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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>{3C97D337-90A6-4F81-A06E-7C904B8A5A08}</ProjectGuid>
13+ <OutputType>Library</OutputType>
14+ <AssemblyName>Alias</AssemblyName>
15+ <TargetFrameworkVersion>v3.5</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" />
28+ </Execution>
29+ <StartupObject />
30+ </PropertyGroup>
31+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32+ <DebugType>none</DebugType>
33+ <Optimize>false</Optimize>
34+ <OutputPath>bin\Release</OutputPath>
35+ <ErrorReport>prompt</ErrorReport>
36+ <WarningLevel>4</WarningLevel>
37+ <ConsolePause>false</ConsolePause>
38+ <Execution>
39+ <Execution clr-version="Net_2_0" />
40+ </Execution>
41+ <StartupObject />
42+ </PropertyGroup>
43+ <ItemGroup>
44+ <Reference Include="System" />
45+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
46+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
47+ <Reference Include="Mono.Posix" />
48+ <Reference Include="System.Core">
49+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
50+ </Reference>
51+ </ItemGroup>
52+ <ItemGroup>
53+ <Compile Include="src\AliasAction.cs" />
54+ <Compile Include="src\AliasItemSource.cs" />
55+ <Compile Include="src\DeleteAliasAction.cs" />
56+ <Compile Include="src\AliasItem.cs" />
57+ </ItemGroup>
58+ <ItemGroup>
59+ <None Include="Resources\Alias.addin.xml" />
60+ </ItemGroup>
61+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
62+</Project>
63\ No newline at end of file
64
65=== removed file 'Alias/Alias.mdp'
66--- Alias/Alias.mdp 2009-02-28 16:16:48 +0000
67+++ Alias/Alias.mdp 1970-01-01 00:00:00 +0000
68@@ -1,30 +0,0 @@
69-<Project name="Alias" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
70- <Configurations active="Debug">
71- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
72- <Output directory="bin/Debug" assembly="Alias" />
73- <Build debugmode="True" target="Library" />
74- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
75- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
76- </Configuration>
77- <Configuration name="Release" ctype="DotNetProjectConfiguration">
78- <Output directory="bin/Release" assembly="Alias" />
79- <Build debugmode="False" target="Library" />
80- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
81- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
82- </Configuration>
83- </Configurations>
84- <Contents>
85- <File name="src/AliasAction.cs" subtype="Code" buildaction="Compile" />
86- <File name="src/AliasItemSource.cs" subtype="Code" buildaction="Compile" />
87- <File name="Resources/Alias.addin.xml" subtype="Code" buildaction="Nothing" />
88- <File name="src/DeleteAliasAction.cs" subtype="Code" buildaction="Compile" />
89- <File name="src/AliasItem.cs" subtype="Code" buildaction="Compile" />
90- </Contents>
91- <References>
92- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
93- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
94- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
95- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
96- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
97- </References>
98-</Project>
99\ No newline at end of file
100
101=== added file 'AptURL/AptURL.csproj'
102--- AptURL/AptURL.csproj 1970-01-01 00:00:00 +0000
103+++ AptURL/AptURL.csproj 2009-04-12 09:02:35 +0000
104@@ -0,0 +1,59 @@
105+<?xml version="1.0" encoding="utf-8"?>
106+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
107+ <PropertyGroup>
108+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
109+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
110+ <ProductVersion>9.0.21022</ProductVersion>
111+ <SchemaVersion>2.0</SchemaVersion>
112+ <ProjectGuid>{DEF3446C-4525-4EB4-8B7F-1233BB0754DA}</ProjectGuid>
113+ <OutputType>Library</OutputType>
114+ <AssemblyName>AptURL</AssemblyName>
115+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
116+ </PropertyGroup>
117+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
118+ <DebugSymbols>true</DebugSymbols>
119+ <DebugType>full</DebugType>
120+ <Optimize>true</Optimize>
121+ <OutputPath>bin\Debug</OutputPath>
122+ <DefineConstants>DEBUG</DefineConstants>
123+ <ErrorReport>prompt</ErrorReport>
124+ <WarningLevel>4</WarningLevel>
125+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
126+ <ConsolePause>false</ConsolePause>
127+ <Execution>
128+ <Execution clr-version="Net_2_0" />
129+ </Execution>
130+ </PropertyGroup>
131+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
132+ <DebugType>none</DebugType>
133+ <Optimize>true</Optimize>
134+ <OutputPath>bin\Release</OutputPath>
135+ <ErrorReport>prompt</ErrorReport>
136+ <WarningLevel>4</WarningLevel>
137+ <ConsolePause>false</ConsolePause>
138+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
139+ <Execution>
140+ <Execution clr-version="Net_2_0" />
141+ </Execution>
142+ </PropertyGroup>
143+ <ItemGroup>
144+ <Reference Include="System" />
145+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
146+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
147+ <Reference Include="System.Core">
148+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
149+ </Reference>
150+ </ItemGroup>
151+ <ItemGroup>
152+ <Folder Include="src/" />
153+ </ItemGroup>
154+ <ItemGroup>
155+ <Compile Include="src\AptUrl.cs" />
156+ </ItemGroup>
157+ <ItemGroup>
158+ <EmbeddedResource Include="Resources\AptURL.addin.xml">
159+ <LogicalName>AptURL.addin.xml</LogicalName>
160+ </EmbeddedResource>
161+ </ItemGroup>
162+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
163+</Project>
164\ No newline at end of file
165
166=== removed file 'AptURL/AptURL.mdp'
167--- AptURL/AptURL.mdp 2009-02-28 16:16:48 +0000
168+++ AptURL/AptURL.mdp 1970-01-01 00:00:00 +0000
169@@ -1,28 +0,0 @@
170-<Project name="AptURL" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
171- <Configurations active="Debug">
172- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
173- <Output directory="bin/Debug" assembly="AptURL" />
174- <Build debugmode="True" target="Library" />
175- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
176- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
177- </Configuration>
178- <Configuration name="Release" ctype="DotNetProjectConfiguration">
179- <Output directory="bin/Release" assembly="AptURL" />
180- <Build debugmode="False" target="Library" />
181- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
182- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
183- </Configuration>
184- </Configurations>
185- <Contents>
186- <File name="." subtype="Directory" buildaction="Compile" />
187- <File name="src" subtype="Directory" buildaction="Compile" />
188- <File name="src/AptUrl.cs" subtype="Code" buildaction="Compile" />
189- <File name="Resources/AptURL.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
190- </Contents>
191- <References>
192- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
193- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
194- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
195- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
196- </References>
197-</Project>
198\ No newline at end of file
199
200=== added file 'Archive/Archive.csproj'
201--- Archive/Archive.csproj 1970-01-01 00:00:00 +0000
202+++ Archive/Archive.csproj 2009-04-12 09:02:35 +0000
203@@ -0,0 +1,61 @@
204+<?xml version="1.0" encoding="utf-8"?>
205+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
206+ <PropertyGroup>
207+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
208+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
209+ <ProductVersion>9.0.21022</ProductVersion>
210+ <SchemaVersion>2.0</SchemaVersion>
211+ <ProjectGuid>{EB31F08F-40E9-40C9-9501-451AD757C834}</ProjectGuid>
212+ <OutputType>Library</OutputType>
213+ <AssemblyName>Archive</AssemblyName>
214+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
215+ </PropertyGroup>
216+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
217+ <DebugSymbols>true</DebugSymbols>
218+ <DebugType>full</DebugType>
219+ <Optimize>true</Optimize>
220+ <OutputPath>bin\Debug</OutputPath>
221+ <DefineConstants>DEBUG</DefineConstants>
222+ <ErrorReport>prompt</ErrorReport>
223+ <WarningLevel>4</WarningLevel>
224+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
225+ <ConsolePause>false</ConsolePause>
226+ <Execution>
227+ <Execution clr-version="Net_2_0" />
228+ </Execution>
229+ </PropertyGroup>
230+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
231+ <DebugType>none</DebugType>
232+ <Optimize>true</Optimize>
233+ <OutputPath>bin\Release</OutputPath>
234+ <ErrorReport>prompt</ErrorReport>
235+ <WarningLevel>4</WarningLevel>
236+ <ConsolePause>false</ConsolePause>
237+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
238+ <Execution>
239+ <Execution clr-version="Net_2_0" />
240+ </Execution>
241+ </PropertyGroup>
242+ <ItemGroup>
243+ <Reference Include="System" />
244+ <Reference Include="Mono.Posix" />
245+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
246+ <Reference Include="System.Core">
247+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
248+ </Reference>
249+ </ItemGroup>
250+ <ItemGroup>
251+ <Folder Include="src/" />
252+ </ItemGroup>
253+ <ItemGroup>
254+ <Compile Include="src\ArchiveTypeItem.cs" />
255+ <Compile Include="src\CreateArchiveAction.cs" />
256+ <Compile Include="src\ExtractArchiveAction.cs" />
257+ </ItemGroup>
258+ <ItemGroup>
259+ <EmbeddedResource Include="Resources\Archive.addin.xml">
260+ <LogicalName>Archive.addin.xml</LogicalName>
261+ </EmbeddedResource>
262+ </ItemGroup>
263+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
264+</Project>
265\ No newline at end of file
266
267=== removed file 'Archive/Archive.mdp'
268--- Archive/Archive.mdp 2009-02-28 16:16:48 +0000
269+++ Archive/Archive.mdp 1970-01-01 00:00:00 +0000
270@@ -1,30 +0,0 @@
271-<Project name="Archive" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
272- <Configurations active="Debug">
273- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
274- <Output directory="bin/Debug" assembly="Archive" />
275- <Build debugmode="True" target="Library" />
276- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
277- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
278- </Configuration>
279- <Configuration name="Release" ctype="DotNetProjectConfiguration">
280- <Output directory="bin/Release" assembly="Archive" />
281- <Build debugmode="False" target="Library" />
282- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
283- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
284- </Configuration>
285- </Configurations>
286- <Contents>
287- <File name="." subtype="Directory" buildaction="Compile" />
288- <File name="src" subtype="Directory" buildaction="Compile" />
289- <File name="src/ArchiveTypeItem.cs" subtype="Code" buildaction="Compile" />
290- <File name="src/CreateArchiveAction.cs" subtype="Code" buildaction="Compile" />
291- <File name="src/ExtractArchiveAction.cs" subtype="Code" buildaction="Compile" />
292- <File name="Resources/Archive.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
293- </Contents>
294- <References>
295- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
296- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
297- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
298- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
299- </References>
300-</Project>
301\ No newline at end of file
302
303=== added file 'Banshee/Banshee.csproj'
304--- Banshee/Banshee.csproj 1970-01-01 00:00:00 +0000
305+++ Banshee/Banshee.csproj 2009-04-12 09:02:35 +0000
306@@ -0,0 +1,83 @@
307+<?xml version="1.0" encoding="utf-8"?>
308+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
309+ <PropertyGroup>
310+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
311+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
312+ <ProductVersion>9.0.21022</ProductVersion>
313+ <SchemaVersion>2.0</SchemaVersion>
314+ <ProjectGuid>{133D7370-E8A0-401E-9D72-817B835CEBDD}</ProjectGuid>
315+ <OutputType>Library</OutputType>
316+ <RootNamespace>Banshee</RootNamespace>
317+ <AssemblyName>Banshee</AssemblyName>
318+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
319+ </PropertyGroup>
320+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
321+ <DebugSymbols>true</DebugSymbols>
322+ <DebugType>full</DebugType>
323+ <Optimize>true</Optimize>
324+ <OutputPath>bin\Debug</OutputPath>
325+ <DefineConstants>DEBUG</DefineConstants>
326+ <ErrorReport>prompt</ErrorReport>
327+ <WarningLevel>4</WarningLevel>
328+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
329+ <EnvironmentVariables>
330+ <EnvironmentVariables />
331+ </EnvironmentVariables>
332+ <Execution>
333+ <Execution clr-version="Net_2_0" />
334+ </Execution>
335+ </PropertyGroup>
336+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
337+ <DebugType>none</DebugType>
338+ <Optimize>true</Optimize>
339+ <OutputPath>bin\Release</OutputPath>
340+ <ErrorReport>prompt</ErrorReport>
341+ <WarningLevel>4</WarningLevel>
342+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
343+ <Execution>
344+ <Execution clr-version="Net_2_0" />
345+ </Execution>
346+ </PropertyGroup>
347+ <ItemGroup>
348+ <Reference Include="System" />
349+ <Reference Include="Mono.Posix" />
350+ <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
351+ <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
352+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
353+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
354+ <Reference Include="System.Core">
355+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
356+ </Reference>
357+ </ItemGroup>
358+ <ItemGroup>
359+ <Folder Include="src/" />
360+ </ItemGroup>
361+ <ItemGroup>
362+ <Compile Include="src\MediaItems.cs" />
363+ <Compile Include="src\Banshee.cs" />
364+ <Compile Include="src\MediaItemSource.cs" />
365+ <Compile Include="src\BansheeDBus.cs" />
366+ <Compile Include="src\PlayAction.cs" />
367+ <Compile Include="src\EnqueueAction.cs" />
368+ <Compile Include="src\SearchCollectionAction.cs" />
369+ <Compile Include="src\BrowseMediaItems.cs" />
370+ <Compile Include="src\BansheeIndexer.cs" />
371+ <Compile Include="src\AbstractPlayerAction.cs" />
372+ <Compile Include="src\NextAction.cs" />
373+ <Compile Include="src\PreviousAction.cs" />
374+ <Compile Include="src\PauseAction.cs" />
375+ </ItemGroup>
376+ <ItemGroup>
377+ <EmbeddedResource Include="Resources\Banshee.addin.xml">
378+ <LogicalName>Banshee.addin.xml</LogicalName>
379+ </EmbeddedResource>
380+ </ItemGroup>
381+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
382+ <ProjectExtensions>
383+ <MonoDevelop>
384+ <Properties>
385+ <Deployment.LinuxDeployData scriptName="banshee-1" />
386+ </Properties>
387+ </MonoDevelop>
388+ </ProjectExtensions>
389+</Project>
390\ No newline at end of file
391
392=== removed file 'Banshee/Banshee.mdp'
393--- Banshee/Banshee.mdp 2009-02-28 16:16:48 +0000
394+++ Banshee/Banshee.mdp 1970-01-01 00:00:00 +0000
395@@ -1,44 +0,0 @@
396-<Project name="Banshee" fileversion="2.0" language="C#" DefaultNamespace="Banshee" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
397- <Configurations active="Debug">
398- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
399- <Output directory="bin/Debug" assembly="Banshee" />
400- <Build debugmode="True" target="Library" />
401- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
402- <EnvironmentVariables />
403- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
404- </Configuration>
405- <Configuration name="Release" ctype="DotNetProjectConfiguration">
406- <Output directory="bin/Release" assembly="Banshee" />
407- <Build debugmode="False" target="Library" />
408- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
409- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
410- </Configuration>
411- </Configurations>
412- <Contents>
413- <File name="src" subtype="Directory" buildaction="Compile" />
414- <File name="src/MediaItems.cs" subtype="Code" buildaction="Compile" />
415- <File name="src/Banshee.cs" subtype="Code" buildaction="Compile" />
416- <File name="src/MediaItemSource.cs" subtype="Code" buildaction="Compile" />
417- <File name="src/BansheeDBus.cs" subtype="Code" buildaction="Compile" />
418- <File name="src/PlayAction.cs" subtype="Code" buildaction="Compile" />
419- <File name="src/EnqueueAction.cs" subtype="Code" buildaction="Compile" />
420- <File name="src/SearchCollectionAction.cs" subtype="Code" buildaction="Compile" />
421- <File name="src/BrowseMediaItems.cs" subtype="Code" buildaction="Compile" />
422- <File name="src/BansheeIndexer.cs" subtype="Code" buildaction="Compile" />
423- <File name="Resources/Banshee.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
424- <File name="src/AbstractPlayerAction.cs" subtype="Code" buildaction="Compile" />
425- <File name="src/NextAction.cs" subtype="Code" buildaction="Compile" />
426- <File name="src/PreviousAction.cs" subtype="Code" buildaction="Compile" />
427- <File name="src/PauseAction.cs" subtype="Code" buildaction="Compile" />
428- </Contents>
429- <References>
430- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
431- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
432- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
433- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
434- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
435- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
436- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
437- </References>
438- <Deployment.LinuxDeployData scriptName="banshee-1" />
439-</Project>
440\ No newline at end of file
441
442=== added file 'Bibtex/Bibtex.csproj'
443--- Bibtex/Bibtex.csproj 1970-01-01 00:00:00 +0000
444+++ Bibtex/Bibtex.csproj 2009-04-12 09:02:35 +0000
445@@ -0,0 +1,74 @@
446+<?xml version="1.0" encoding="utf-8"?>
447+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
448+ <PropertyGroup>
449+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
450+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
451+ <ProductVersion>9.0.21022</ProductVersion>
452+ <SchemaVersion>2.0</SchemaVersion>
453+ <ProjectGuid>{08131452-DB34-4F4C-9CD1-660F17DC6BE0}</ProjectGuid>
454+ <OutputType>Library</OutputType>
455+ <AssemblyName>Bibtex</AssemblyName>
456+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
457+ </PropertyGroup>
458+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
459+ <DebugSymbols>true</DebugSymbols>
460+ <DebugType>full</DebugType>
461+ <Optimize>true</Optimize>
462+ <OutputPath>bin\Debug</OutputPath>
463+ <DefineConstants>DEBUG</DefineConstants>
464+ <ErrorReport>prompt</ErrorReport>
465+ <WarningLevel>4</WarningLevel>
466+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
467+ <ConsolePause>false</ConsolePause>
468+ <Execution>
469+ <Execution clr-version="Net_2_0" />
470+ </Execution>
471+ </PropertyGroup>
472+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
473+ <DebugType>none</DebugType>
474+ <Optimize>true</Optimize>
475+ <OutputPath>bin\Release</OutputPath>
476+ <ErrorReport>prompt</ErrorReport>
477+ <WarningLevel>4</WarningLevel>
478+ <ConsolePause>false</ConsolePause>
479+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
480+ <Execution>
481+ <Execution clr-version="Net_2_0" />
482+ </Execution>
483+ </PropertyGroup>
484+ <ItemGroup>
485+ <Reference Include="System" />
486+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
487+ <Reference Include="Mono.Posix" />
488+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
489+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
490+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
491+ <Reference Include="System.Core">
492+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
493+ </Reference>
494+ </ItemGroup>
495+ <ItemGroup>
496+ <Folder Include="src/" />
497+ </ItemGroup>
498+ <ItemGroup>
499+ <Compile Include="src\BibtexItemSource.cs" />
500+ <Compile Include="src\BibtexItem.cs" />
501+ <Compile Include="gtk-gui\generated.cs" />
502+ <Compile Include="src\Configuration.cs" />
503+ <Compile Include="src\BibtexAuthorsItem.cs" />
504+ <Compile Include="src\BibtexCiteAction.cs" />
505+ <Compile Include="gtk-gui\Bibtex.Configuration.cs" />
506+ </ItemGroup>
507+ <ItemGroup>
508+ <EmbeddedResource Include="gtk-gui\gui.stetic">
509+ <LogicalName>gui.stetic</LogicalName>
510+ </EmbeddedResource>
511+ <EmbeddedResource Include="gtk-gui\objects.xml">
512+ <LogicalName>objects.xml</LogicalName>
513+ </EmbeddedResource>
514+ <EmbeddedResource Include="Resources\Bibtex.addin.xml">
515+ <LogicalName>Bibtex.addin.xml</LogicalName>
516+ </EmbeddedResource>
517+ </ItemGroup>
518+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
519+</Project>
520\ No newline at end of file
521
522=== removed file 'Bibtex/Bibtex.mdp'
523--- Bibtex/Bibtex.mdp 2009-02-28 16:16:48 +0000
524+++ Bibtex/Bibtex.mdp 1970-01-01 00:00:00 +0000
525@@ -1,39 +0,0 @@
526-<Project name="Bibtex" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
527- <Configurations active="Debug">
528- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
529- <Output directory="bin/Debug" assembly="Bibtex" />
530- <Build debugmode="True" target="Library" />
531- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
532- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
533- </Configuration>
534- <Configuration name="Release" ctype="DotNetProjectConfiguration">
535- <Output directory="bin/Release" assembly="Bibtex" />
536- <Build debugmode="False" target="Library" />
537- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
538- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
539- </Configuration>
540- </Configurations>
541- <Contents>
542- <File name="." subtype="Directory" buildaction="Compile" />
543- <File name="src" subtype="Directory" buildaction="Compile" />
544- <File name="src/BibtexItemSource.cs" subtype="Code" buildaction="Compile" />
545- <File name="src/BibtexItem.cs" subtype="Code" buildaction="Compile" />
546- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
547- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
548- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
549- <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
550- <File name="src/BibtexAuthorsItem.cs" subtype="Code" buildaction="Compile" />
551- <File name="src/BibtexCiteAction.cs" subtype="Code" buildaction="Compile" />
552- <File name="Resources/Bibtex.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
553- <File name="gtk-gui/Bibtex.Configuration.cs" subtype="Code" buildaction="Compile" />
554- </Contents>
555- <References>
556- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
557- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
558- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
559- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
560- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
561- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
562- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
563- </References>
564-</Project>
565\ No newline at end of file
566
567=== added file 'Cl.ickable/Cl.ickable.csproj'
568--- Cl.ickable/Cl.ickable.csproj 1970-01-01 00:00:00 +0000
569+++ Cl.ickable/Cl.ickable.csproj 2009-04-12 09:02:35 +0000
570@@ -0,0 +1,63 @@
571+<?xml version="1.0" encoding="utf-8"?>
572+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
573+ <PropertyGroup>
574+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
575+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
576+ <ProductVersion>9.0.21022</ProductVersion>
577+ <SchemaVersion>2.0</SchemaVersion>
578+ <ProjectGuid>{D8757CAA-E238-49C5-B161-1B251591AE91}</ProjectGuid>
579+ <OutputType>Library</OutputType>
580+ <AssemblyName>Cl.ickable</AssemblyName>
581+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
582+ </PropertyGroup>
583+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
584+ <DebugSymbols>true</DebugSymbols>
585+ <DebugType>full</DebugType>
586+ <Optimize>true</Optimize>
587+ <OutputPath>bin\Debug</OutputPath>
588+ <DefineConstants>DEBUG</DefineConstants>
589+ <ErrorReport>prompt</ErrorReport>
590+ <WarningLevel>4</WarningLevel>
591+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
592+ <ConsolePause>false</ConsolePause>
593+ <Execution>
594+ <Execution clr-version="Net_2_0" />
595+ </Execution>
596+ </PropertyGroup>
597+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
598+ <DebugType>none</DebugType>
599+ <Optimize>true</Optimize>
600+ <OutputPath>bin\Release</OutputPath>
601+ <ErrorReport>prompt</ErrorReport>
602+ <WarningLevel>4</WarningLevel>
603+ <ConsolePause>false</ConsolePause>
604+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
605+ <Execution>
606+ <Execution clr-version="Net_2_0" />
607+ </Execution>
608+ </PropertyGroup>
609+ <ItemGroup>
610+ <Reference Include="System" />
611+ <Reference Include="Mono.Posix" />
612+ <Reference Include="System.Web" />
613+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
614+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
615+ <Reference Include="System.Core">
616+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
617+ </Reference>
618+ </ItemGroup>
619+ <ItemGroup>
620+ <Folder Include="src/" />
621+ </ItemGroup>
622+ <ItemGroup>
623+ <Compile Include="src\ClipAction.cs" />
624+ <Compile Include="src\ClickableItemSource.cs" />
625+ <Compile Include="src\WebClipsItem.cs" />
626+ </ItemGroup>
627+ <ItemGroup>
628+ <EmbeddedResource Include="Resources\Cl.ickable.addin.xml">
629+ <LogicalName>Cl.ickable.addin.xml</LogicalName>
630+ </EmbeddedResource>
631+ </ItemGroup>
632+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
633+</Project>
634\ No newline at end of file
635
636=== removed file 'Cl.ickable/Cl.ickable.mdp'
637--- Cl.ickable/Cl.ickable.mdp 2009-02-28 16:16:48 +0000
638+++ Cl.ickable/Cl.ickable.mdp 1970-01-01 00:00:00 +0000
639@@ -1,32 +0,0 @@
640-<Project name="Cl.ickable" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
641- <Configurations active="Debug">
642- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
643- <Output directory="bin/Debug" assembly="Cl.ickable" />
644- <Build debugmode="True" target="Library" />
645- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
646- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
647- </Configuration>
648- <Configuration name="Release" ctype="DotNetProjectConfiguration">
649- <Output directory="bin/Release" assembly="Cl.ickable" />
650- <Build debugmode="False" target="Library" />
651- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
652- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
653- </Configuration>
654- </Configurations>
655- <Contents>
656- <File name="." subtype="Directory" buildaction="Compile" />
657- <File name="src" subtype="Directory" buildaction="Compile" />
658- <File name="src/ClipAction.cs" subtype="Code" buildaction="Compile" />
659- <File name="Resources/Cl.ickable.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
660- <File name="src/ClickableItemSource.cs" subtype="Code" buildaction="Compile" />
661- <File name="src/WebClipsItem.cs" subtype="Code" buildaction="Compile" />
662- </Contents>
663- <References>
664- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
665- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
666- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
667- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
668- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
669- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
670- </References>
671-</Project>
672\ No newline at end of file
673
674=== added file 'ClawsMail/ClawsMail.csproj'
675--- ClawsMail/ClawsMail.csproj 1970-01-01 00:00:00 +0000
676+++ ClawsMail/ClawsMail.csproj 2009-04-12 09:02:35 +0000
677@@ -0,0 +1,71 @@
678+<?xml version="1.0" encoding="utf-8"?>
679+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
680+ <PropertyGroup>
681+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
682+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
683+ <ProductVersion>9.0.21022</ProductVersion>
684+ <SchemaVersion>2.0</SchemaVersion>
685+ <ProjectGuid>{C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}</ProjectGuid>
686+ <OutputType>Library</OutputType>
687+ <AssemblyName>ClawsMail</AssemblyName>
688+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
689+ </PropertyGroup>
690+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
691+ <DebugSymbols>true</DebugSymbols>
692+ <DebugType>full</DebugType>
693+ <Optimize>true</Optimize>
694+ <OutputPath>bin\Debug</OutputPath>
695+ <DefineConstants>DEBUG</DefineConstants>
696+ <ErrorReport>prompt</ErrorReport>
697+ <WarningLevel>4</WarningLevel>
698+ <ConsolePause>false</ConsolePause>
699+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
700+ <AssemblyKeyFile>..\..\..\..\..\k\jp\gnome-do\k-plugins\do-plugins_clawsmail\ClawsMail</AssemblyKeyFile>
701+ <EnvironmentVariables>
702+ <EnvironmentVariables />
703+ </EnvironmentVariables>
704+ <Execution>
705+ <Execution clr-version="Net_2_0" />
706+ </Execution>
707+ </PropertyGroup>
708+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
709+ <DebugType>none</DebugType>
710+ <Optimize>true</Optimize>
711+ <OutputPath>bin\Release</OutputPath>
712+ <ErrorReport>prompt</ErrorReport>
713+ <WarningLevel>4</WarningLevel>
714+ <AssemblyKeyFile>.</AssemblyKeyFile>
715+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
716+ <ConsolePause>false</ConsolePause>
717+ <Execution>
718+ <Execution clr-version="Net_2_0" />
719+ </Execution>
720+ </PropertyGroup>
721+ <ItemGroup>
722+ <Reference Include="System" />
723+ <Reference Include="System.Xml" />
724+ <Reference Include="Mono.Posix" />
725+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
726+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
727+ </ItemGroup>
728+ <ItemGroup>
729+ <Compile Include="src\ClawsContactDetailItem.cs" />
730+ <Compile Include="src\ClawsContactsItemSource.cs" />
731+ </ItemGroup>
732+ <ItemGroup>
733+ <EmbeddedResource Include="Resources\ClawsMail.addin.xml">
734+ <LogicalName>ClawsMail.addin.xml</LogicalName>
735+ </EmbeddedResource>
736+ <EmbeddedResource Include="Resources\icons\claws-mail.png">
737+ <LogicalName>claws-mail.png</LogicalName>
738+ </EmbeddedResource>
739+ </ItemGroup>
740+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
741+ <ProjectExtensions>
742+ <MonoDevelop>
743+ <Properties>
744+ <Deployment.LinuxDeployData scriptName="sylpheed-claws-address" />
745+ </Properties>
746+ </MonoDevelop>
747+ </ProjectExtensions>
748+</Project>
749\ No newline at end of file
750
751=== removed file 'ClawsMail/ClawsMail.mdp'
752--- ClawsMail/ClawsMail.mdp 2009-02-28 16:16:48 +0000
753+++ ClawsMail/ClawsMail.mdp 1970-01-01 00:00:00 +0000
754@@ -1,31 +0,0 @@
755-<Project name="ClawsMail" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
756- <Configurations active="Debug">
757- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
758- <Output directory="bin/Debug" assemblyKeyFile="/home/k/jp/gnome-do/k-plugins/do-plugins_clawsmail/ClawsMail/." assembly="ClawsMail" />
759- <Build debugmode="True" target="Library" />
760- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
761- <EnvironmentVariables />
762- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
763- </Configuration>
764- <Configuration name="Release" ctype="DotNetProjectConfiguration">
765- <Output directory="bin/Release" assemblyKeyFile="." assembly="ClawsMail" />
766- <Build debugmode="False" target="Library" />
767- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
768- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
769- </Configuration>
770- </Configurations>
771- <Contents>
772- <File name="src/ClawsContactDetailItem.cs" subtype="Code" buildaction="Compile" />
773- <File name="src/ClawsContactsItemSource.cs" subtype="Code" buildaction="Compile" />
774- <File name="Resources/ClawsMail.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
775- <File name="Resources/icons/claws-mail.png" subtype="Code" buildaction="EmbedAsResource" />
776- </Contents>
777- <References>
778- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
779- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
780- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
781- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
782- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
783- </References>
784- <Deployment.LinuxDeployData scriptName="sylpheed-claws-address" />
785-</Project>
786\ No newline at end of file
787
788=== added file 'Confluence/Confluence.csproj'
789--- Confluence/Confluence.csproj 1970-01-01 00:00:00 +0000
790+++ Confluence/Confluence.csproj 2009-04-12 09:02:35 +0000
791@@ -0,0 +1,79 @@
792+<?xml version="1.0" encoding="utf-8"?>
793+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
794+ <PropertyGroup>
795+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
796+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
797+ <ProductVersion>9.0.21022</ProductVersion>
798+ <SchemaVersion>2.0</SchemaVersion>
799+ <ProjectGuid>{F45F22CA-55AA-44CB-9FC5-6DE2139D549D}</ProjectGuid>
800+ <OutputType>Library</OutputType>
801+ <AssemblyName>Confluence</AssemblyName>
802+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
803+ </PropertyGroup>
804+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
805+ <DebugSymbols>true</DebugSymbols>
806+ <DebugType>full</DebugType>
807+ <Optimize>true</Optimize>
808+ <OutputPath>bin\Debug</OutputPath>
809+ <DefineConstants>DEBUG</DefineConstants>
810+ <ErrorReport>prompt</ErrorReport>
811+ <WarningLevel>4</WarningLevel>
812+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
813+ <Execution>
814+ <Execution clr-version="Net_2_0" />
815+ </Execution>
816+ </PropertyGroup>
817+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
818+ <DebugType>none</DebugType>
819+ <Optimize>true</Optimize>
820+ <OutputPath>bin\Release</OutputPath>
821+ <ErrorReport>prompt</ErrorReport>
822+ <WarningLevel>4</WarningLevel>
823+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
824+ <Execution>
825+ <Execution clr-version="Net_2_0" />
826+ </Execution>
827+ </PropertyGroup>
828+ <ItemGroup>
829+ <Reference Include="System" />
830+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
831+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
832+ <Reference Include="Mono.Posix" />
833+ <Reference Include="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
834+ <Reference Include="System.Web" />
835+ <Reference Include="System.Web.Services" />
836+ <Reference Include="System.Xml" />
837+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
838+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
839+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
840+ <Reference Include="System.Core">
841+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
842+ </Reference>
843+ </ItemGroup>
844+ <ItemGroup>
845+ <EmbeddedResource Include="gtk-gui\gui.stetic">
846+ <LogicalName>gui.stetic</LogicalName>
847+ </EmbeddedResource>
848+ <EmbeddedResource Include="gtk-gui\objects.xml">
849+ <LogicalName>objects.xml</LogicalName>
850+ </EmbeddedResource>
851+ <EmbeddedResource Include="Resources\Confluence.addin.xml">
852+ <LogicalName>Confluence.addin.xml</LogicalName>
853+ </EmbeddedResource>
854+ </ItemGroup>
855+ <ItemGroup>
856+ <Compile Include="gtk-gui\generated.cs" />
857+ <Compile Include="src\ConfluenceSearchAction.cs" />
858+ <Compile Include="src\Remote\ConfluenceSoapServiceService.cs" />
859+ <Compile Include="gtk-gui\Confluence.ConfluenceConfigWidget.cs" />
860+ <Compile Include="src\ConfluenceConfigWidget.cs" />
861+ <Compile Include="src\ConfluenceConfiguration.cs" />
862+ </ItemGroup>
863+ <ItemGroup>
864+ <Folder Include="src/" />
865+ </ItemGroup>
866+ <ItemGroup>
867+ <None Include="Resources\icons\confluence.png" />
868+ </ItemGroup>
869+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
870+</Project>
871\ No newline at end of file
872
873=== removed file 'Confluence/Confluence.mdp'
874--- Confluence/Confluence.mdp 2009-02-28 16:16:48 +0000
875+++ Confluence/Confluence.mdp 1970-01-01 00:00:00 +0000
876@@ -1,43 +0,0 @@
877-<Project name="Confluence" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
878- <Configurations active="Debug">
879- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
880- <Output directory="bin/Debug" assembly="Confluence" />
881- <Build debugmode="True" target="Library" />
882- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
883- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
884- </Configuration>
885- <Configuration name="Release" ctype="DotNetProjectConfiguration">
886- <Output directory="bin/Release" assembly="Confluence" />
887- <Build debugmode="False" target="Library" />
888- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
889- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
890- </Configuration>
891- </Configurations>
892- <Contents>
893- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
894- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
895- <File name="src" subtype="Directory" buildaction="Compile" />
896- <File name="src/ConfluenceSearchAction.cs" subtype="Code" buildaction="Compile" />
897- <File name="src/Remote/ConfluenceSoapServiceService.cs" subtype="Code" buildaction="Compile" />
898- <File name="gtk-gui/Confluence.ConfluenceConfigWidget.cs" subtype="Code" buildaction="Compile" />
899- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
900- <File name="src/ConfluenceConfigWidget.cs" subtype="Code" buildaction="Compile" />
901- <File name="src/ConfluenceConfiguration.cs" subtype="Code" buildaction="Compile" />
902- <File name="Resources/Confluence.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
903- <File name="Resources/icons/confluence.png" subtype="Code" buildaction="Nothing" />
904- </Contents>
905- <References>
906- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
907- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
908- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
909- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
910- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
911- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
912- <ProjectReference type="Gac" localcopy="True" refto="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
913- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
914- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
915- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
916- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
917- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
918- </References>
919-</Project>
920\ No newline at end of file
921
922=== added file 'Del.icio.us/del.icio.us.csproj'
923--- Del.icio.us/del.icio.us.csproj 1970-01-01 00:00:00 +0000
924+++ Del.icio.us/del.icio.us.csproj 2009-04-12 09:02:35 +0000
925@@ -0,0 +1,74 @@
926+<?xml version="1.0" encoding="utf-8"?>
927+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
928+ <PropertyGroup>
929+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
930+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
931+ <ProductVersion>9.0.21022</ProductVersion>
932+ <SchemaVersion>2.0</SchemaVersion>
933+ <ProjectGuid>{00029685-8F75-4212-82F4-C79722246AE1}</ProjectGuid>
934+ <OutputType>Library</OutputType>
935+ <AssemblyName>del.icio.us</AssemblyName>
936+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
937+ </PropertyGroup>
938+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
939+ <DebugSymbols>true</DebugSymbols>
940+ <DebugType>full</DebugType>
941+ <Optimize>true</Optimize>
942+ <OutputPath>bin\Debug</OutputPath>
943+ <DefineConstants>DEBUG</DefineConstants>
944+ <ErrorReport>prompt</ErrorReport>
945+ <WarningLevel>4</WarningLevel>
946+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
947+ <ConsolePause>false</ConsolePause>
948+ <Execution>
949+ <Execution clr-version="Net_2_0" />
950+ </Execution>
951+ </PropertyGroup>
952+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
953+ <DebugType>none</DebugType>
954+ <Optimize>true</Optimize>
955+ <OutputPath>bin\Release</OutputPath>
956+ <ErrorReport>prompt</ErrorReport>
957+ <WarningLevel>4</WarningLevel>
958+ <ConsolePause>false</ConsolePause>
959+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
960+ <Execution>
961+ <Execution clr-version="Net_2_0" />
962+ </Execution>
963+ </PropertyGroup>
964+ <ItemGroup>
965+ <Reference Include="System" />
966+ <Reference Include="System.Xml" />
967+ <Reference Include="Mono.Posix" />
968+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
969+ <Reference Include="System.Web" />
970+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
971+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
972+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
973+ <Reference Include="System.Core">
974+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
975+ </Reference>
976+ </ItemGroup>
977+ <ItemGroup>
978+ <Folder Include="src/" />
979+ </ItemGroup>
980+ <ItemGroup>
981+ <Compile Include="src\SearchAction.cs" />
982+ <Compile Include="src\Delicious.cs" />
983+ <Compile Include="src\BookmarksItemSource.cs" />
984+ <Compile Include="src\TagsItemSource.cs" />
985+ <Compile Include="src\TagItem.cs" />
986+ <Compile Include="src\Configuration.cs" />
987+ <Compile Include="src\NewBookmarkAction.cs" />
988+ <Compile Include="src\Preferences.cs" />
989+ </ItemGroup>
990+ <ItemGroup>
991+ <EmbeddedResource Include="Resources\delicious.addin.xml">
992+ <LogicalName>delicious.addin.xml</LogicalName>
993+ </EmbeddedResource>
994+ <EmbeddedResource Include="Resources\icons\delicious.png">
995+ <LogicalName>delicious.png</LogicalName>
996+ </EmbeddedResource>
997+ </ItemGroup>
998+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
999+</Project>
1000\ No newline at end of file
1001
1002=== removed file 'Del.icio.us/del.icio.us.mdp'
1003--- Del.icio.us/del.icio.us.mdp 2009-02-28 16:16:48 +0000
1004+++ Del.icio.us/del.icio.us.mdp 1970-01-01 00:00:00 +0000
1005@@ -1,41 +0,0 @@
1006-<Project name="del.icio.us" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1007- <Configurations active="Debug">
1008- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1009- <Output directory="bin/Debug" assembly="del.icio.us" />
1010- <Build debugmode="True" target="Library" />
1011- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1012- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1013- </Configuration>
1014- <Configuration name="Release" ctype="DotNetProjectConfiguration">
1015- <Output directory="bin/Release" assembly="del.icio.us" />
1016- <Build debugmode="False" target="Library" />
1017- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1018- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1019- </Configuration>
1020- </Configurations>
1021- <Contents>
1022- <File name="." subtype="Directory" buildaction="Compile" />
1023- <File name="src" subtype="Directory" buildaction="Compile" />
1024- <File name="src/SearchAction.cs" subtype="Code" buildaction="Compile" />
1025- <File name="src/Delicious.cs" subtype="Code" buildaction="Compile" />
1026- <File name="src/BookmarksItemSource.cs" subtype="Code" buildaction="Compile" />
1027- <File name="src/TagsItemSource.cs" subtype="Code" buildaction="Compile" />
1028- <File name="src/TagItem.cs" subtype="Code" buildaction="Compile" />
1029- <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
1030- <File name="src/NewBookmarkAction.cs" subtype="Code" buildaction="Compile" />
1031- <File name="Resources/delicious.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
1032- <File name="Resources/icons/delicious.png" subtype="Code" buildaction="EmbedAsResource" />
1033- <File name="src/Preferences.cs" subtype="Code" buildaction="Compile" />
1034- </Contents>
1035- <References>
1036- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1037- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1038- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1039- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1040- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
1041- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1042- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1043- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1044- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1045- </References>
1046-</Project>
1047\ No newline at end of file
1048
1049=== added file 'DiskMounter/DiskMounter.csproj'
1050--- DiskMounter/DiskMounter.csproj 1970-01-01 00:00:00 +0000
1051+++ DiskMounter/DiskMounter.csproj 2009-04-12 09:02:35 +0000
1052@@ -0,0 +1,66 @@
1053+<?xml version="1.0" encoding="utf-8"?>
1054+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1055+ <PropertyGroup>
1056+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1057+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1058+ <ProductVersion>9.0.21022</ProductVersion>
1059+ <SchemaVersion>2.0</SchemaVersion>
1060+ <ProjectGuid>{61B93772-EA86-44D5-AB83-12D32FDE9382}</ProjectGuid>
1061+ <OutputType>Library</OutputType>
1062+ <RootNamespace>DiskMounter</RootNamespace>
1063+ <AssemblyName>DiskMounter</AssemblyName>
1064+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1065+ </PropertyGroup>
1066+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1067+ <DebugSymbols>true</DebugSymbols>
1068+ <DebugType>full</DebugType>
1069+ <Optimize>true</Optimize>
1070+ <OutputPath>bin\Debug</OutputPath>
1071+ <DefineConstants>DEBUG</DefineConstants>
1072+ <ErrorReport>prompt</ErrorReport>
1073+ <WarningLevel>4</WarningLevel>
1074+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1075+ <ConsolePause>false</ConsolePause>
1076+ <Execution>
1077+ <Execution clr-version="Net_2_0" />
1078+ </Execution>
1079+ </PropertyGroup>
1080+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1081+ <DebugType>none</DebugType>
1082+ <Optimize>true</Optimize>
1083+ <OutputPath>bin\Release</OutputPath>
1084+ <ErrorReport>prompt</ErrorReport>
1085+ <WarningLevel>4</WarningLevel>
1086+ <ConsolePause>false</ConsolePause>
1087+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1088+ <Execution>
1089+ <Execution clr-version="Net_2_0" />
1090+ </Execution>
1091+ </PropertyGroup>
1092+ <ItemGroup>
1093+ <Reference Include="System" />
1094+ <Reference Include="gnome-vfs-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1095+ <Reference Include="Mono.Posix" />
1096+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
1097+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
1098+ <Reference Include="System.Core">
1099+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
1100+ </Reference>
1101+ </ItemGroup>
1102+ <ItemGroup>
1103+ <Folder Include="src/" />
1104+ </ItemGroup>
1105+ <ItemGroup>
1106+ <Compile Include="src\DriveItem.cs" />
1107+ <Compile Include="src\DriveItemSource.cs" />
1108+ <Compile Include="src\MountAction.cs" />
1109+ <Compile Include="src\OpenVolumeAction.cs" />
1110+ <Compile Include="src\UnmountAction.cs" />
1111+ </ItemGroup>
1112+ <ItemGroup>
1113+ <EmbeddedResource Include="Resources\DiskMounter.addin.xml">
1114+ <LogicalName>DiskMounter.addin.xml</LogicalName>
1115+ </EmbeddedResource>
1116+ </ItemGroup>
1117+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1118+</Project>
1119\ No newline at end of file
1120
1121=== removed file 'DiskMounter/DiskMounter.mdp'
1122--- DiskMounter/DiskMounter.mdp 2009-02-28 16:16:48 +0000
1123+++ DiskMounter/DiskMounter.mdp 1970-01-01 00:00:00 +0000
1124@@ -1,33 +0,0 @@
1125-<Project name="DiskMounter" fileversion="2.0" language="C#" DefaultNamespace="DiskMounter" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1126- <Configurations active="Debug">
1127- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1128- <Output directory="bin/Debug" assembly="DiskMounter" />
1129- <Build debugmode="True" target="Library" />
1130- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1131- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1132- </Configuration>
1133- <Configuration name="Release" ctype="DotNetProjectConfiguration">
1134- <Output directory="bin/Release" assembly="DiskMounter" />
1135- <Build debugmode="False" target="Library" />
1136- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1137- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1138- </Configuration>
1139- </Configurations>
1140- <Contents>
1141- <File name="src" subtype="Directory" buildaction="Compile" />
1142- <File name="src/DriveItem.cs" subtype="Code" buildaction="Compile" />
1143- <File name="src/DriveItemSource.cs" subtype="Code" buildaction="Compile" />
1144- <File name="src/MountAction.cs" subtype="Code" buildaction="Compile" />
1145- <File name="src/OpenVolumeAction.cs" subtype="Code" buildaction="Compile" />
1146- <File name="src/UnmountAction.cs" subtype="Code" buildaction="Compile" />
1147- <File name="Resources/DiskMounter.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
1148- </Contents>
1149- <References>
1150- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1151- <ProjectReference type="Gac" localcopy="True" refto="gnome-vfs-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
1152- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
1153- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1154- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1155- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1156- </References>
1157-</Project>
1158\ No newline at end of file
1159
1160=== removed file 'DoPlugins.mds'
1161--- DoPlugins.mds 2009-03-29 17:55:48 +0000
1162+++ DoPlugins.mds 1970-01-01 00:00:00 +0000
1163@@ -1,293 +0,0 @@
1164-<Combine fileversion="2.0" outputpath="build/bin/" name="DoPlugins" releaseversion="0.4.9.9">
1165- <Configurations active="Debug">
1166- <Configuration name="Debug" ctype="CombineConfiguration">
1167- <Entry build="True" name="Rhythmbox" configuration="Debug" />
1168- <Entry build="True" name="Epiphany" configuration="Debug" />
1169- <Entry build="True" name="Evolution" configuration="Debug" />
1170- <Entry build="True" name="GNOME-Session" configuration="Debug" />
1171- <Entry build="True" name="GoogleCalculator" configuration="Debug" />
1172- <Entry build="True" name="Launchpad" configuration="Debug" />
1173- <Entry build="True" name="LocateFiles" configuration="Debug" />
1174- <Entry build="True" name="OpenSearch" configuration="Debug" />
1175- <Entry build="True" name="Pastebin" configuration="Debug" />
1176- <Entry build="True" name="Pidgin" configuration="Debug" />
1177- <Entry build="True" name="SSH" configuration="Debug" />
1178- <Entry build="True" name="Tomboy" configuration="Debug" />
1179- <Entry build="True" name="WindowManager" configuration="Debug" />
1180- <Entry build="True" name="Firefox" configuration="Debug" />
1181- <Entry build="True" name="Vinagre" configuration="Debug" />
1182- <Entry build="True" name="GNOME-Screenshot" configuration="Debug" />
1183- <Entry build="True" name="Tasque" configuration="Debug" />
1184- <Entry build="True" name="Archive" configuration="Debug" />
1185- <Entry build="True" name="DiskMounter" configuration="Debug" />
1186- <Entry build="True" name="Text" configuration="Debug" />
1187- <Entry build="True" name="GNOME-Terminal" configuration="Debug" />
1188- <Entry build="True" name="GNOME-Dictionary" configuration="Debug" />
1189- <Entry build="True" name="Flickr" configuration="Debug" />
1190- <Entry build="True" name="RSS" configuration="Debug" />
1191- <Entry build="True" name="GoogleMaps" configuration="Debug" />
1192- <Entry build="True" name="Riptide" configuration="Debug" />
1193- <Entry build="True" name="Shelf" configuration="Debug" />
1194- <Entry build="True" name="VolumeControl" configuration="Debug" />
1195- <Entry build="True" name="ImageShack" configuration="Debug" />
1196- <Entry build="True" name="Cl.ickable" configuration="Debug" />
1197- <Entry build="True" name="ManLookUp" configuration="Debug" />
1198- <Entry build="True" name="Banshee" configuration="Debug" />
1199- <Entry build="True" name="Microblogging" configuration="Debug" />
1200- <Entry build="True" name="File" configuration="Debug" />
1201- <Entry build="True" name="AptURL" configuration="Debug" />
1202- <Entry build="True" name="Bibtex" configuration="Debug" />
1203- <Entry build="True" name="Confluence" configuration="Debug" />
1204- <Entry build="True" name="JIRA" configuration="Debug" />
1205- <Entry build="True" name="MPD" configuration="Debug" />
1206- <Entry build="True" name="PingFM" configuration="Debug" />
1207- <Entry build="True" name="RememberTheMilk" configuration="Debug" />
1208- <Entry build="True" name="SqueezeCenterPlugin" configuration="Debug" />
1209- <Entry build="True" name="Woof" configuration="Debug" />
1210- <Entry build="True" name="Wordnet" configuration="Debug" />
1211- <Entry build="True" name="VirtualBox" configuration="Debug" />
1212- <Entry build="True" name="Translate" configuration="Debug" />
1213- <Entry build="True" name="Thunderbird" configuration="Debug" />
1214- <Entry build="True" name="Skype" configuration="Debug" />
1215- <Entry build="True" name="Zim" configuration="Debug" />
1216- <Entry build="True" name="Putty" configuration="Debug" />
1217- <Entry build="True" name="SystemServices" configuration="Debug" />
1218- <Entry build="True" name="Alias" configuration="Debug" />
1219- <Entry build="True" name="ClawsMail" configuration="Debug" />
1220- <Entry build="True" name="NX" configuration="Debug" />
1221- <Entry build="True" name="Quote" configuration="Debug" />
1222- <Entry build="True" name="Opera" configuration="Debug" />
1223- <Entry build="True" name="del.icio.us" configuration="Debug" />
1224- <Entry build="True" name="EOG Slideshow" configuration="Debug" />
1225- <Entry build="True" name="GoogleCalendar" configuration="Debug" />
1226- <Entry build="True" name="GoogleDocs" configuration="Debug" />
1227- <Entry build="True" name="GoogleContacts" configuration="Debug" />
1228- <Entry build="True" name="GoogleSearch" configuration="Debug" />
1229- <Entry build="True" name="Stock Quote" configuration="Debug" />
1230- <Entry build="True" name="RequestTracker" configuration="Debug" />
1231- <Entry build="True" name="TerminalServerClient" configuration="Debug" />
1232- <Entry build="True" name="xmms2" configuration="Debug" />
1233- <Entry build="True" name="TinyUrl" configuration="Debug" />
1234- <Entry build="True" name="Tracker" configuration="Debug" />
1235- <Entry build="True" name="YouTube" configuration="Debug" />
1236- <Entry build="True" name="Emesene" configuration="Debug" />
1237- </Configuration>
1238- <Configuration name="Release" ctype="CombineConfiguration">
1239- <Entry build="True" name="Rhythmbox" configuration="Release" />
1240- <Entry build="True" name="Epiphany" configuration="Release" />
1241- <Entry build="True" name="Evolution" configuration="Release" />
1242- <Entry build="True" name="GNOME-Session" configuration="Release" />
1243- <Entry build="True" name="GoogleCalculator" configuration="Release" />
1244- <Entry build="False" name="Launchpad" configuration="Release" />
1245- <Entry build="True" name="LocateFiles" configuration="Release" />
1246- <Entry build="True" name="OpenSearch" configuration="Release" />
1247- <Entry build="True" name="Pastebin" configuration="Release" />
1248- <Entry build="True" name="Pidgin" configuration="Release" />
1249- <Entry build="True" name="SSH" configuration="Release" />
1250- <Entry build="True" name="Tomboy" configuration="Release" />
1251- <Entry build="True" name="WindowManager" configuration="Release" />
1252- <Entry build="True" name="Firefox" configuration="Release" />
1253- <Entry build="True" name="Vinagre" configuration="Release" />
1254- <Entry build="True" name="GNOME-Screenshot" configuration="Release" />
1255- <Entry build="True" name="Tasque" configuration="Release" />
1256- <Entry build="True" name="Archive" configuration="Default" />
1257- <Entry build="True" name="DiskMounter" configuration="Release" />
1258- <Entry build="True" name="Text" configuration="Release" />
1259- <Entry build="True" name="GNOME-Terminal" configuration="Release" />
1260- <Entry build="True" name="GNOME-Dictionary" configuration="Release" />
1261- <Entry build="True" name="Flickr" configuration="Release" />
1262- <Entry build="True" name="RSS" configuration="Release" />
1263- <Entry build="True" name="GoogleMaps" configuration="Release" />
1264- <Entry build="True" name="Riptide" configuration="Release" />
1265- <Entry build="True" name="Shelf" configuration="Release" />
1266- <Entry build="True" name="VolumeControl" configuration="Release" />
1267- <Entry build="True" name="ImageShack" configuration="Release" />
1268- <Entry build="True" name="Cl.ickable" configuration="Release" />
1269- <Entry build="True" name="ManLookUp" configuration="Release" />
1270- <Entry build="True" name="Banshee" configuration="Release" />
1271- <Entry build="True" name="Microblogging" configuration="Release" />
1272- <Entry build="True" name="File" configuration="Release" />
1273- <Entry build="True" name="AptURL" configuration="Release" />
1274- <Entry build="True" name="Bibtex" configuration="Release" />
1275- <Entry build="True" name="Confluence" configuration="Release" />
1276- <Entry build="True" name="JIRA" configuration="Release" />
1277- <Entry build="True" name="MPD" configuration="Release" />
1278- <Entry build="True" name="PingFM" configuration="Release" />
1279- <Entry build="True" name="RememberTheMilk" configuration="Release" />
1280- <Entry build="True" name="SqueezeCenterPlugin" configuration="Release" />
1281- <Entry build="True" name="Woof" configuration="Release" />
1282- <Entry build="True" name="Wordnet" configuration="Release" />
1283- <Entry build="True" name="VirtualBox" configuration="Release" />
1284- <Entry build="True" name="Translate" configuration="Release" />
1285- <Entry build="True" name="Thunderbird" configuration="Release" />
1286- <Entry build="True" name="Skype" configuration="Release" />
1287- <Entry build="True" name="Zim" configuration="Release" />
1288- <Entry build="True" name="Putty" configuration="Release" />
1289- <Entry build="True" name="SystemServices" configuration="Release" />
1290- <Entry build="True" name="Alias" configuration="Release" />
1291- <Entry build="True" name="ClawsMail" configuration="Release" />
1292- <Entry build="True" name="NX" configuration="Release" />
1293- <Entry build="True" name="Quote" configuration="Release" />
1294- <Entry build="True" name="Opera" configuration="Release" />
1295- <Entry build="True" name="del.icio.us" configuration="Release" />
1296- <Entry build="True" name="EOG Slideshow" configuration="Release" />
1297- <Entry build="True" name="GoogleCalendar" configuration="Release" />
1298- <Entry build="True" name="GoogleDocs" configuration="Release" />
1299- <Entry build="True" name="GoogleContacts" configuration="Release" />
1300- <Entry build="True" name="GoogleSearch" configuration="Release" />
1301- <Entry build="True" name="Stock Quote" configuration="Release" />
1302- <Entry build="True" name="RequestTracker" configuration="Release" />
1303- <Entry build="True" name="TerminalServerClient" configuration="Release" />
1304- <Entry build="True" name="xmms2" configuration="Release" />
1305- <Entry build="True" name="TinyUrl" configuration="Release" />
1306- <Entry build="True" name="Tracker" configuration="Release" />
1307- <Entry build="True" name="YouTube" configuration="Release" />
1308- <Entry build="True" name="Emesene" configuration="Release" />
1309- </Configuration>
1310- </Configurations>
1311- <StartMode startupentry="Rhythmbox" single="True">
1312- <Execute type="None" entry="Rhythmbox" />
1313- <Execute type="None" entry="Epiphany" />
1314- <Execute type="None" entry="Evolution" />
1315- <Execute type="None" entry="GNOME-Session" />
1316- <Execute type="None" entry="GoogleCalculator" />
1317- <Execute type="None" entry="Launchpad" />
1318- <Execute type="None" entry="LocateFiles" />
1319- <Execute type="None" entry="OpenSearch" />
1320- <Execute type="None" entry="Pastebin" />
1321- <Execute type="None" entry="Pidgin" />
1322- <Execute type="None" entry="SSH" />
1323- <Execute type="None" entry="Tomboy" />
1324- <Execute type="None" entry="WindowManager" />
1325- <Execute type="None" entry="Firefox" />
1326- <Execute type="None" entry="Vinagre" />
1327- <Execute type="None" entry="GNOME-Screenshot" />
1328- <Execute type="None" entry="Tasque" />
1329- <Execute type="None" entry="Archive" />
1330- <Execute type="None" entry="DiskMounter" />
1331- <Execute type="None" entry="Text" />
1332- <Execute type="None" entry="GNOME-Terminal" />
1333- <Execute type="None" entry="GNOME-Dictionary" />
1334- <Execute type="None" entry="Flickr" />
1335- <Execute type="None" entry="RSS" />
1336- <Execute type="None" entry="GoogleMaps" />
1337- <Execute type="None" entry="Riptide" />
1338- <Execute type="None" entry="Shelf" />
1339- <Execute type="None" entry="VolumeControl" />
1340- <Execute type="None" entry="ImageShack" />
1341- <Execute type="None" entry="Cl.ickable" />
1342- <Execute type="None" entry="ManLookUp" />
1343- <Execute type="None" entry="Banshee" />
1344- <Execute type="None" entry="Microblogging" />
1345- <Execute type="None" entry="File" />
1346- <Execute type="None" entry="AptURL" />
1347- <Execute type="None" entry="Bibtex" />
1348- <Execute type="None" entry="Confluence" />
1349- <Execute type="None" entry="JIRA" />
1350- <Execute type="None" entry="MPD" />
1351- <Execute type="None" entry="PingFM" />
1352- <Execute type="None" entry="RememberTheMilk" />
1353- <Execute type="None" entry="SqueezeCenterPlugin" />
1354- <Execute type="None" entry="Woof" />
1355- <Execute type="None" entry="Wordnet" />
1356- <Execute type="None" entry="VirtualBox" />
1357- <Execute type="None" entry="Translate" />
1358- <Execute type="None" entry="Thunderbird" />
1359- <Execute type="None" entry="Skype" />
1360- <Execute type="None" entry="Zim" />
1361- <Execute type="None" entry="Putty" />
1362- <Execute type="None" entry="SystemServices" />
1363- <Execute type="None" entry="Alias" />
1364- <Execute type="None" entry="ClawsMail" />
1365- <Execute type="None" entry="NX" />
1366- <Execute type="None" entry="Quote" />
1367- <Execute type="None" entry="Opera" />
1368- <Execute type="None" entry="del.icio.us" />
1369- <Execute type="None" entry="EOG Slideshow" />
1370- <Execute type="None" entry="GoogleCalendar" />
1371- <Execute type="None" entry="GoogleDocs" />
1372- <Execute type="None" entry="GoogleContacts" />
1373- <Execute type="None" entry="GoogleSearch" />
1374- <Execute type="None" entry="Stock Quote" />
1375- <Execute type="None" entry="RequestTracker" />
1376- <Execute type="None" entry="TerminalServerClient" />
1377- <Execute type="None" entry="xmms2" />
1378- <Execute type="None" entry="TinyUrl" />
1379- <Execute type="None" entry="Tracker" />
1380- <Execute type="None" entry="YouTube" />
1381- <Execute type="None" entry="Emesene" />
1382- </StartMode>
1383- <MonoDevelop.ChangeLogAddIn.ChangeLogInfo policy="UpdateNearestChangeLog" />
1384- <Entries>
1385- <Entry filename="Rhythmbox/Rhythmbox.mdp" />
1386- <Entry filename="Epiphany/Epiphany.mdp" />
1387- <Entry filename="Evolution/Evolution.mdp" />
1388- <Entry filename="GNOME-Session/GNOME-Session.mdp" />
1389- <Entry filename="GoogleCalculator/GoogleCalculator.mdp" />
1390- <Entry filename="Launchpad/Launchpad.mdp" />
1391- <Entry filename="LocateFiles/LocateFiles.mdp" />
1392- <Entry filename="OpenSearch/OpenSearch.mdp" />
1393- <Entry filename="Pastebin/Pastebin.mdp" />
1394- <Entry filename="Pidgin/Pidgin.mdp" />
1395- <Entry filename="SSH/SSH.mdp" />
1396- <Entry filename="Tomboy/Tomboy.mdp" />
1397- <Entry filename="WindowManager/WindowManager.mdp" />
1398- <Entry filename="Firefox/Firefox.mdp" />
1399- <Entry filename="Vinagre/Vinagre.mdp" />
1400- <Entry filename="GNOME-Screenshot/GNOME-Screenshot.mdp" />
1401- <Entry filename="Tasque/Tasque.mdp" />
1402- <Entry filename="Archive/Archive.mdp" />
1403- <Entry filename="DiskMounter/DiskMounter.mdp" />
1404- <Entry filename="Text/Text.mdp" />
1405- <Entry filename="GNOME-Terminal/GNOME-Terminal.mdp" />
1406- <Entry filename="GNOME-Dictionary/GNOME-Dictionary.mdp" />
1407- <Entry filename="Flickr/Flickr.mdp" />
1408- <Entry filename="RSS/RSS.mdp" />
1409- <Entry filename="GoogleMaps/GoogleMaps.mdp" />
1410- <Entry filename="Riptide/Riptide.mdp" />
1411- <Entry filename="Shelf/Shelf.mdp" />
1412- <Entry filename="VolumeControl/VolumeControl.mdp" />
1413- <Entry filename="ImageShack/ImageShack.mdp" />
1414- <Entry filename="Cl.ickable/Cl.ickable.mdp" />
1415- <Entry filename="ManLookUp/ManLookUp.mdp" />
1416- <Entry filename="Banshee/Banshee.mdp" />
1417- <Entry filename="Microblogging/Microblogging.mdp" />
1418- <Entry filename="File/File.mdp" />
1419- <Entry filename="AptURL/AptURL.mdp" />
1420- <Entry filename="Bibtex/Bibtex.mdp" />
1421- <Entry filename="Confluence/Confluence.mdp" />
1422- <Entry filename="JIRA/JIRA.mdp" />
1423- <Entry filename="MPD/MPD.mdp" />
1424- <Entry filename="PingFM/PingFM.mdp" />
1425- <Entry filename="RememberTheMilk/RTM.mdp" />
1426- <Entry filename="SqueezeCenter/SqueezeCenterPlugin.mdp" />
1427- <Entry filename="Woof/Woof.mdp" />
1428- <Entry filename="Wordnet/Wordnet.mdp" />
1429- <Entry filename="VirtualBox/VirtualBox.mdp" />
1430- <Entry filename="Translate/Translate.mdp" />
1431- <Entry filename="Thunderbird/Thunderbird.mdp" />
1432- <Entry filename="Skype/Skype.mdp" />
1433- <Entry filename="Zim/Zim.mdp" />
1434- <Entry filename="Putty/Putty.mdp" />
1435- <Entry filename="SystemServices/SystemServices.mdp" />
1436- <Entry filename="Alias/Alias.mdp" />
1437- <Entry filename="ClawsMail/ClawsMail.mdp" />
1438- <Entry filename="NX/NX.mdp" />
1439- <Entry filename="Quote/Quote.mdp" />
1440- <Entry filename="Opera/Opera.mdp" />
1441- <Entry filename="Del.icio.us/del.icio.us.mdp" />
1442- <Entry filename="EOG-Slideshow/EOG-Slideshow.mdp" />
1443- <Entry filename="GoogleCalendar/GoogleCalendar.mdp" />
1444- <Entry filename="GoogleDocs/GDocs.mdp" />
1445- <Entry filename="GoogleContacts/GMailContacts.mdp" />
1446- <Entry filename="GoogleSearch/GoogleSearch.mdp" />
1447- <Entry filename="StockQuote/Stock Quote.mdp" />
1448- <Entry filename="RequestTracker/RequestTracker.mdp" />
1449- <Entry filename="TerminalServerClient/TerminalServerClient.mdp" />
1450- <Entry filename="Xmms2/xmms2.mdp" />
1451- <Entry filename="TinyUrl/TinyUrl.mdp" />
1452- <Entry filename="Tracker/Tracker.mdp" />
1453- <Entry filename="YouTube/YouTube.mdp" />
1454- <Entry filename="Emesene/Emesene.mdp" />
1455- </Entries>
1456-</Combine>
1457\ No newline at end of file
1458
1459=== added file 'DoPlugins.sln'
1460--- DoPlugins.sln 1970-01-01 00:00:00 +0000
1461+++ DoPlugins.sln 2009-04-12 09:02:35 +0000
1462@@ -0,0 +1,439 @@
1463+
1464+Microsoft Visual Studio Solution File, Format Version 10.00
1465+# Visual Studio 2008
1466+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rhythmbox", "Rhythmbox\Rhythmbox.csproj", "{D189BB1F-8F23-428F-A697-E1A604040F85}"
1467+EndProject
1468+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Epiphany", "Epiphany\Epiphany.csproj", "{608C1AF2-CCE2-4447-8153-833A1EFCC32E}"
1469+EndProject
1470+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Evolution", "Evolution\Evolution.csproj", "{CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}"
1471+EndProject
1472+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GNOME-Session", "GNOME-Session\GNOME-Session.csproj", "{BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}"
1473+EndProject
1474+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleCalculator", "GoogleCalculator\GoogleCalculator.csproj", "{0EC293B2-D2AF-474B-BDE3-8F64BF890279}"
1475+EndProject
1476+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launchpad", "Launchpad\Launchpad.csproj", "{116F0930-12E7-4B54-B0F6-FC2EE3B1400D}"
1477+EndProject
1478+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocateFiles", "LocateFiles\LocateFiles.csproj", "{922F292D-F80D-45B9-AE52-1EB653AE4460}"
1479+EndProject
1480+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSearch", "OpenSearch\OpenSearch.csproj", "{3D2DE1E9-0218-4004-8030-5CE46095B9D5}"
1481+EndProject
1482+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pastebin", "Pastebin\Pastebin.csproj", "{B2FE9A1D-85F9-4204-91D8-3605D4D4158C}"
1483+EndProject
1484+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pidgin", "Pidgin\Pidgin.csproj", "{FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}"
1485+EndProject
1486+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SSH", "SSH\SSH.csproj", "{D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}"
1487+EndProject
1488+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tomboy", "Tomboy\Tomboy.csproj", "{E71373A8-51D3-4670-B039-6BB47E84534F}"
1489+EndProject
1490+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowManager", "WindowManager\WindowManager.csproj", "{BC031F70-30BC-477F-A442-2E90C8240B03}"
1491+EndProject
1492+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Firefox", "Firefox\Firefox.csproj", "{626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}"
1493+EndProject
1494+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vinagre", "Vinagre\Vinagre.csproj", "{758908D9-FF25-4148-9890-CC7E05E80B47}"
1495+EndProject
1496+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GNOME-Screenshot", "GNOME-Screenshot\GNOME-Screenshot.csproj", "{C0BF1415-FDE7-4A7F-941C-2C760D865039}"
1497+EndProject
1498+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasque", "Tasque\Tasque.csproj", "{16F386DA-418C-434E-8FCC-C9B861119646}"
1499+EndProject
1500+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archive", "Archive\Archive.csproj", "{EB31F08F-40E9-40C9-9501-451AD757C834}"
1501+EndProject
1502+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiskMounter", "DiskMounter\DiskMounter.csproj", "{61B93772-EA86-44D5-AB83-12D32FDE9382}"
1503+EndProject
1504+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Text", "Text\Text.csproj", "{D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}"
1505+EndProject
1506+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GNOME-Terminal", "GNOME-Terminal\GNOME-Terminal.csproj", "{57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}"
1507+EndProject
1508+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GNOME-Dictionary", "GNOME-Dictionary\GNOME-Dictionary.csproj", "{D544EE60-F440-42B9-A943-E8D7D81C6410}"
1509+EndProject
1510+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Flickr", "Flickr\Flickr.csproj", "{2AC83A19-3A27-49BC-89C3-11FFE525E2E3}"
1511+EndProject
1512+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSS", "RSS\RSS.csproj", "{388165C1-DE70-4F56-83A8-422923507DDB}"
1513+EndProject
1514+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleMaps", "GoogleMaps\GoogleMaps.csproj", "{D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}"
1515+EndProject
1516+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riptide", "Riptide\Riptide.csproj", "{020072BD-07D2-4B6E-B353-3446A5F8D9AB}"
1517+EndProject
1518+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shelf", "Shelf\Shelf.csproj", "{DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}"
1519+EndProject
1520+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VolumeControl", "VolumeControl\VolumeControl.csproj", "{37049552-073C-4F38-AF67-9E7B20B98032}"
1521+EndProject
1522+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageShack", "ImageShack\ImageShack.csproj", "{A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}"
1523+EndProject
1524+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cl.ickable", "Cl.ickable\Cl.ickable.csproj", "{D8757CAA-E238-49C5-B161-1B251591AE91}"
1525+EndProject
1526+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManLookUp", "ManLookUp\ManLookUp.csproj", "{D19F3460-26D1-463B-BAC9-D272870C12B2}"
1527+EndProject
1528+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee", "Banshee\Banshee.csproj", "{133D7370-E8A0-401E-9D72-817B835CEBDD}"
1529+EndProject
1530+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microblogging", "Microblogging\Microblogging.csproj", "{0C66C68B-FEAC-4608-9273-DC439967635C}"
1531+EndProject
1532+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "File", "File\File.csproj", "{0FE5A534-46EF-4A45-A245-8344A8520CB1}"
1533+EndProject
1534+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AptURL", "AptURL\AptURL.csproj", "{DEF3446C-4525-4EB4-8B7F-1233BB0754DA}"
1535+EndProject
1536+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bibtex", "Bibtex\Bibtex.csproj", "{08131452-DB34-4F4C-9CD1-660F17DC6BE0}"
1537+EndProject
1538+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confluence", "Confluence\Confluence.csproj", "{F45F22CA-55AA-44CB-9FC5-6DE2139D549D}"
1539+EndProject
1540+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JIRA", "JIRA\JIRA.csproj", "{FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}"
1541+EndProject
1542+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MPD", "MPD\MPD.csproj", "{7AF43605-31EF-499F-8F83-DEFB82C2351D}"
1543+EndProject
1544+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingFM", "PingFM\PingFM.csproj", "{653EF898-CB6B-458C-9660-48FDC7B75C3E}"
1545+EndProject
1546+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Woof", "Woof\Woof.csproj", "{EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}"
1547+EndProject
1548+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wordnet", "Wordnet\Wordnet.csproj", "{882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}"
1549+EndProject
1550+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualBox", "VirtualBox\VirtualBox.csproj", "{7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}"
1551+EndProject
1552+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Translate", "Translate\Translate.csproj", "{3942517E-9738-4D1D-A0D0-4D3E2F81355D}"
1553+EndProject
1554+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thunderbird", "Thunderbird\Thunderbird.csproj", "{2C4B8B38-82C6-4B1B-B99E-4422515EA62A}"
1555+EndProject
1556+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Skype", "Skype\Skype.csproj", "{0C94C639-DF96-434E-BB39-55886A270EFE}"
1557+EndProject
1558+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zim", "Zim\Zim.csproj", "{0F5225CE-C98E-4D77-91B0-DA2BD483C633}"
1559+EndProject
1560+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Putty", "Putty\Putty.csproj", "{21CED544-3E6A-4FAA-8A4A-B415EF1902E6}"
1561+EndProject
1562+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemServices", "SystemServices\SystemServices.csproj", "{E97438E4-74C7-4E40-B7AD-AA06F7245EEE}"
1563+EndProject
1564+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alias", "Alias\Alias.csproj", "{3C97D337-90A6-4F81-A06E-7C904B8A5A08}"
1565+EndProject
1566+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClawsMail", "ClawsMail\ClawsMail.csproj", "{C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}"
1567+EndProject
1568+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NX", "NX\NX.csproj", "{FEF4CE99-A03C-4F3D-ADF1-2304E7440886}"
1569+EndProject
1570+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quote", "Quote\Quote.csproj", "{21BA2924-CD14-4F5A-9B98-E2651C7F844A}"
1571+EndProject
1572+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Opera", "Opera\Opera.csproj", "{E581A784-6E0C-45C4-A9B7-FF267651B8D1}"
1573+EndProject
1574+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "del.icio.us", "Del.icio.us\del.icio.us.csproj", "{00029685-8F75-4212-82F4-C79722246AE1}"
1575+EndProject
1576+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EOG-Slideshow", "EOG-Slideshow\EOG-Slideshow.csproj", "{108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}"
1577+EndProject
1578+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleCalendar", "GoogleCalendar\GoogleCalendar.csproj", "{860B498C-7D17-441C-A84A-BF6E0D3E73FC}"
1579+EndProject
1580+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleSearch", "GoogleSearch\GoogleSearch.csproj", "{FF774FAF-1C82-49E6-BE84-5FE4D46D9391}"
1581+EndProject
1582+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stock Quote", "StockQuote\Stock Quote.csproj", "{CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}"
1583+EndProject
1584+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequestTracker", "RequestTracker\RequestTracker.csproj", "{AC533CF0-B22A-496E-AD15-373313998A4B}"
1585+EndProject
1586+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerminalServerClient", "TerminalServerClient\TerminalServerClient.csproj", "{3A5168AE-7A91-4906-B5F7-14674241541E}"
1587+EndProject
1588+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xmms2", "Xmms2\xmms2.csproj", "{AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}"
1589+EndProject
1590+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyUrl", "TinyUrl\TinyUrl.csproj", "{35B2B972-B0FC-4E63-94AC-E08C088E8BED}"
1591+EndProject
1592+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tracker", "Tracker\Tracker.csproj", "{E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}"
1593+EndProject
1594+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouTube", "YouTube\YouTube.csproj", "{D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}"
1595+EndProject
1596+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emesene", "Emesene\Emesene.csproj", "{9128FA94-8AAF-4E08-BF67-2EE196480E6B}"
1597+EndProject
1598+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleDocs", "GoogleDocs\GoogleDocs.csproj", "{21D7A340-FA70-415B-83A5-56E840D5DBBB}"
1599+EndProject
1600+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleContacts", "GoogleContacts\GoogleContacts.csproj", "{1AC7E80C-1DC3-475E-947E-D91FF7F643BA}"
1601+EndProject
1602+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RememberTheMilk", "RememberTheMilk\RememberTheMilk.csproj", "{03123077-F8C3-4716-AA65-F6A394F5E514}"
1603+EndProject
1604+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqueezeCenter", "SqueezeCenter\SqueezeCenter.csproj", "{A54C85F3-70A4-40B3-8142-000424C0D292}"
1605+EndProject
1606+Global
1607+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
1608+ Debug|Any CPU = Debug|Any CPU
1609+ Release|Any CPU = Release|Any CPU
1610+ EndGlobalSection
1611+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
1612+ {00029685-8F75-4212-82F4-C79722246AE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1613+ {00029685-8F75-4212-82F4-C79722246AE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
1614+ {00029685-8F75-4212-82F4-C79722246AE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
1615+ {00029685-8F75-4212-82F4-C79722246AE1}.Release|Any CPU.Build.0 = Release|Any CPU
1616+ {020072BD-07D2-4B6E-B353-3446A5F8D9AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1617+ {020072BD-07D2-4B6E-B353-3446A5F8D9AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618+ {020072BD-07D2-4B6E-B353-3446A5F8D9AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
1619+ {020072BD-07D2-4B6E-B353-3446A5F8D9AB}.Release|Any CPU.Build.0 = Release|Any CPU
1620+ {03123077-F8C3-4716-AA65-F6A394F5E514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1621+ {03123077-F8C3-4716-AA65-F6A394F5E514}.Debug|Any CPU.Build.0 = Debug|Any CPU
1622+ {03123077-F8C3-4716-AA65-F6A394F5E514}.Release|Any CPU.ActiveCfg = Release|Any CPU
1623+ {03123077-F8C3-4716-AA65-F6A394F5E514}.Release|Any CPU.Build.0 = Release|Any CPU
1624+ {08131452-DB34-4F4C-9CD1-660F17DC6BE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1625+ {08131452-DB34-4F4C-9CD1-660F17DC6BE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
1626+ {08131452-DB34-4F4C-9CD1-660F17DC6BE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
1627+ {08131452-DB34-4F4C-9CD1-660F17DC6BE0}.Release|Any CPU.Build.0 = Release|Any CPU
1628+ {0C66C68B-FEAC-4608-9273-DC439967635C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1629+ {0C66C68B-FEAC-4608-9273-DC439967635C}.Debug|Any CPU.Build.0 = Debug|Any CPU
1630+ {0C66C68B-FEAC-4608-9273-DC439967635C}.Release|Any CPU.ActiveCfg = Release|Any CPU
1631+ {0C66C68B-FEAC-4608-9273-DC439967635C}.Release|Any CPU.Build.0 = Release|Any CPU
1632+ {0C94C639-DF96-434E-BB39-55886A270EFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1633+ {0C94C639-DF96-434E-BB39-55886A270EFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
1634+ {0C94C639-DF96-434E-BB39-55886A270EFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
1635+ {0C94C639-DF96-434E-BB39-55886A270EFE}.Release|Any CPU.Build.0 = Release|Any CPU
1636+ {0EC293B2-D2AF-474B-BDE3-8F64BF890279}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1637+ {0EC293B2-D2AF-474B-BDE3-8F64BF890279}.Debug|Any CPU.Build.0 = Debug|Any CPU
1638+ {0EC293B2-D2AF-474B-BDE3-8F64BF890279}.Release|Any CPU.ActiveCfg = Release|Any CPU
1639+ {0EC293B2-D2AF-474B-BDE3-8F64BF890279}.Release|Any CPU.Build.0 = Release|Any CPU
1640+ {0F5225CE-C98E-4D77-91B0-DA2BD483C633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1641+ {0F5225CE-C98E-4D77-91B0-DA2BD483C633}.Debug|Any CPU.Build.0 = Debug|Any CPU
1642+ {0F5225CE-C98E-4D77-91B0-DA2BD483C633}.Release|Any CPU.ActiveCfg = Release|Any CPU
1643+ {0F5225CE-C98E-4D77-91B0-DA2BD483C633}.Release|Any CPU.Build.0 = Release|Any CPU
1644+ {0FE5A534-46EF-4A45-A245-8344A8520CB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1645+ {0FE5A534-46EF-4A45-A245-8344A8520CB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
1646+ {0FE5A534-46EF-4A45-A245-8344A8520CB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
1647+ {0FE5A534-46EF-4A45-A245-8344A8520CB1}.Release|Any CPU.Build.0 = Release|Any CPU
1648+ {108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1649+ {108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
1650+ {108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
1651+ {108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}.Release|Any CPU.Build.0 = Release|Any CPU
1652+ {116F0930-12E7-4B54-B0F6-FC2EE3B1400D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1653+ {116F0930-12E7-4B54-B0F6-FC2EE3B1400D}.Debug|Any CPU.Build.0 = Debug|Any CPU
1654+ {116F0930-12E7-4B54-B0F6-FC2EE3B1400D}.Release|Any CPU.ActiveCfg = Release|Any CPU
1655+ {133D7370-E8A0-401E-9D72-817B835CEBDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1656+ {133D7370-E8A0-401E-9D72-817B835CEBDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
1657+ {133D7370-E8A0-401E-9D72-817B835CEBDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
1658+ {133D7370-E8A0-401E-9D72-817B835CEBDD}.Release|Any CPU.Build.0 = Release|Any CPU
1659+ {16F386DA-418C-434E-8FCC-C9B861119646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1660+ {16F386DA-418C-434E-8FCC-C9B861119646}.Debug|Any CPU.Build.0 = Debug|Any CPU
1661+ {16F386DA-418C-434E-8FCC-C9B861119646}.Release|Any CPU.ActiveCfg = Release|Any CPU
1662+ {16F386DA-418C-434E-8FCC-C9B861119646}.Release|Any CPU.Build.0 = Release|Any CPU
1663+ {1AC7E80C-1DC3-475E-947E-D91FF7F643BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1664+ {1AC7E80C-1DC3-475E-947E-D91FF7F643BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
1665+ {1AC7E80C-1DC3-475E-947E-D91FF7F643BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
1666+ {1AC7E80C-1DC3-475E-947E-D91FF7F643BA}.Release|Any CPU.Build.0 = Release|Any CPU
1667+ {21BA2924-CD14-4F5A-9B98-E2651C7F844A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1668+ {21BA2924-CD14-4F5A-9B98-E2651C7F844A}.Debug|Any CPU.Build.0 = Debug|Any CPU
1669+ {21BA2924-CD14-4F5A-9B98-E2651C7F844A}.Release|Any CPU.ActiveCfg = Release|Any CPU
1670+ {21BA2924-CD14-4F5A-9B98-E2651C7F844A}.Release|Any CPU.Build.0 = Release|Any CPU
1671+ {21CED544-3E6A-4FAA-8A4A-B415EF1902E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1672+ {21CED544-3E6A-4FAA-8A4A-B415EF1902E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
1673+ {21CED544-3E6A-4FAA-8A4A-B415EF1902E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
1674+ {21CED544-3E6A-4FAA-8A4A-B415EF1902E6}.Release|Any CPU.Build.0 = Release|Any CPU
1675+ {21D7A340-FA70-415B-83A5-56E840D5DBBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1676+ {21D7A340-FA70-415B-83A5-56E840D5DBBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
1677+ {21D7A340-FA70-415B-83A5-56E840D5DBBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
1678+ {21D7A340-FA70-415B-83A5-56E840D5DBBB}.Release|Any CPU.Build.0 = Release|Any CPU
1679+ {2AC83A19-3A27-49BC-89C3-11FFE525E2E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1680+ {2AC83A19-3A27-49BC-89C3-11FFE525E2E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
1681+ {2AC83A19-3A27-49BC-89C3-11FFE525E2E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
1682+ {2AC83A19-3A27-49BC-89C3-11FFE525E2E3}.Release|Any CPU.Build.0 = Release|Any CPU
1683+ {2C4B8B38-82C6-4B1B-B99E-4422515EA62A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1684+ {2C4B8B38-82C6-4B1B-B99E-4422515EA62A}.Debug|Any CPU.Build.0 = Debug|Any CPU
1685+ {2C4B8B38-82C6-4B1B-B99E-4422515EA62A}.Release|Any CPU.ActiveCfg = Release|Any CPU
1686+ {2C4B8B38-82C6-4B1B-B99E-4422515EA62A}.Release|Any CPU.Build.0 = Release|Any CPU
1687+ {35B2B972-B0FC-4E63-94AC-E08C088E8BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1688+ {35B2B972-B0FC-4E63-94AC-E08C088E8BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
1689+ {35B2B972-B0FC-4E63-94AC-E08C088E8BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
1690+ {35B2B972-B0FC-4E63-94AC-E08C088E8BED}.Release|Any CPU.Build.0 = Release|Any CPU
1691+ {37049552-073C-4F38-AF67-9E7B20B98032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1692+ {37049552-073C-4F38-AF67-9E7B20B98032}.Debug|Any CPU.Build.0 = Debug|Any CPU
1693+ {37049552-073C-4F38-AF67-9E7B20B98032}.Release|Any CPU.ActiveCfg = Release|Any CPU
1694+ {37049552-073C-4F38-AF67-9E7B20B98032}.Release|Any CPU.Build.0 = Release|Any CPU
1695+ {388165C1-DE70-4F56-83A8-422923507DDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1696+ {388165C1-DE70-4F56-83A8-422923507DDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
1697+ {388165C1-DE70-4F56-83A8-422923507DDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
1698+ {388165C1-DE70-4F56-83A8-422923507DDB}.Release|Any CPU.Build.0 = Release|Any CPU
1699+ {3942517E-9738-4D1D-A0D0-4D3E2F81355D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1700+ {3942517E-9738-4D1D-A0D0-4D3E2F81355D}.Debug|Any CPU.Build.0 = Debug|Any CPU
1701+ {3942517E-9738-4D1D-A0D0-4D3E2F81355D}.Release|Any CPU.ActiveCfg = Release|Any CPU
1702+ {3942517E-9738-4D1D-A0D0-4D3E2F81355D}.Release|Any CPU.Build.0 = Release|Any CPU
1703+ {3A5168AE-7A91-4906-B5F7-14674241541E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1704+ {3A5168AE-7A91-4906-B5F7-14674241541E}.Debug|Any CPU.Build.0 = Debug|Any CPU
1705+ {3A5168AE-7A91-4906-B5F7-14674241541E}.Release|Any CPU.ActiveCfg = Release|Any CPU
1706+ {3A5168AE-7A91-4906-B5F7-14674241541E}.Release|Any CPU.Build.0 = Release|Any CPU
1707+ {3C97D337-90A6-4F81-A06E-7C904B8A5A08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1708+ {3C97D337-90A6-4F81-A06E-7C904B8A5A08}.Debug|Any CPU.Build.0 = Debug|Any CPU
1709+ {3C97D337-90A6-4F81-A06E-7C904B8A5A08}.Release|Any CPU.ActiveCfg = Release|Any CPU
1710+ {3C97D337-90A6-4F81-A06E-7C904B8A5A08}.Release|Any CPU.Build.0 = Release|Any CPU
1711+ {3D2DE1E9-0218-4004-8030-5CE46095B9D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1712+ {3D2DE1E9-0218-4004-8030-5CE46095B9D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
1713+ {3D2DE1E9-0218-4004-8030-5CE46095B9D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
1714+ {3D2DE1E9-0218-4004-8030-5CE46095B9D5}.Release|Any CPU.Build.0 = Release|Any CPU
1715+ {57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1716+ {57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
1717+ {57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
1718+ {57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}.Release|Any CPU.Build.0 = Release|Any CPU
1719+ {608C1AF2-CCE2-4447-8153-833A1EFCC32E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1720+ {608C1AF2-CCE2-4447-8153-833A1EFCC32E}.Debug|Any CPU.Build.0 = Debug|Any CPU
1721+ {608C1AF2-CCE2-4447-8153-833A1EFCC32E}.Release|Any CPU.ActiveCfg = Release|Any CPU
1722+ {608C1AF2-CCE2-4447-8153-833A1EFCC32E}.Release|Any CPU.Build.0 = Release|Any CPU
1723+ {61B93772-EA86-44D5-AB83-12D32FDE9382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1724+ {61B93772-EA86-44D5-AB83-12D32FDE9382}.Debug|Any CPU.Build.0 = Debug|Any CPU
1725+ {61B93772-EA86-44D5-AB83-12D32FDE9382}.Release|Any CPU.ActiveCfg = Release|Any CPU
1726+ {61B93772-EA86-44D5-AB83-12D32FDE9382}.Release|Any CPU.Build.0 = Release|Any CPU
1727+ {626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1728+ {626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
1729+ {626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
1730+ {626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}.Release|Any CPU.Build.0 = Release|Any CPU
1731+ {653EF898-CB6B-458C-9660-48FDC7B75C3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1732+ {653EF898-CB6B-458C-9660-48FDC7B75C3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
1733+ {653EF898-CB6B-458C-9660-48FDC7B75C3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
1734+ {653EF898-CB6B-458C-9660-48FDC7B75C3E}.Release|Any CPU.Build.0 = Release|Any CPU
1735+ {758908D9-FF25-4148-9890-CC7E05E80B47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1736+ {758908D9-FF25-4148-9890-CC7E05E80B47}.Debug|Any CPU.Build.0 = Debug|Any CPU
1737+ {758908D9-FF25-4148-9890-CC7E05E80B47}.Release|Any CPU.ActiveCfg = Release|Any CPU
1738+ {758908D9-FF25-4148-9890-CC7E05E80B47}.Release|Any CPU.Build.0 = Release|Any CPU
1739+ {7AF43605-31EF-499F-8F83-DEFB82C2351D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1740+ {7AF43605-31EF-499F-8F83-DEFB82C2351D}.Debug|Any CPU.Build.0 = Debug|Any CPU
1741+ {7AF43605-31EF-499F-8F83-DEFB82C2351D}.Release|Any CPU.ActiveCfg = Release|Any CPU
1742+ {7AF43605-31EF-499F-8F83-DEFB82C2351D}.Release|Any CPU.Build.0 = Release|Any CPU
1743+ {7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1744+ {7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}.Debug|Any CPU.Build.0 = Debug|Any CPU
1745+ {7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}.Release|Any CPU.ActiveCfg = Release|Any CPU
1746+ {7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}.Release|Any CPU.Build.0 = Release|Any CPU
1747+ {860B498C-7D17-441C-A84A-BF6E0D3E73FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1748+ {860B498C-7D17-441C-A84A-BF6E0D3E73FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
1749+ {860B498C-7D17-441C-A84A-BF6E0D3E73FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
1750+ {860B498C-7D17-441C-A84A-BF6E0D3E73FC}.Release|Any CPU.Build.0 = Release|Any CPU
1751+ {882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1752+ {882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}.Debug|Any CPU.Build.0 = Debug|Any CPU
1753+ {882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}.Release|Any CPU.ActiveCfg = Release|Any CPU
1754+ {882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}.Release|Any CPU.Build.0 = Release|Any CPU
1755+ {9128FA94-8AAF-4E08-BF67-2EE196480E6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1756+ {9128FA94-8AAF-4E08-BF67-2EE196480E6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
1757+ {9128FA94-8AAF-4E08-BF67-2EE196480E6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
1758+ {9128FA94-8AAF-4E08-BF67-2EE196480E6B}.Release|Any CPU.Build.0 = Release|Any CPU
1759+ {922F292D-F80D-45B9-AE52-1EB653AE4460}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1760+ {922F292D-F80D-45B9-AE52-1EB653AE4460}.Debug|Any CPU.Build.0 = Debug|Any CPU
1761+ {922F292D-F80D-45B9-AE52-1EB653AE4460}.Release|Any CPU.ActiveCfg = Release|Any CPU
1762+ {922F292D-F80D-45B9-AE52-1EB653AE4460}.Release|Any CPU.Build.0 = Release|Any CPU
1763+ {A54C85F3-70A4-40B3-8142-000424C0D292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1764+ {A54C85F3-70A4-40B3-8142-000424C0D292}.Debug|Any CPU.Build.0 = Debug|Any CPU
1765+ {A54C85F3-70A4-40B3-8142-000424C0D292}.Release|Any CPU.ActiveCfg = Release|Any CPU
1766+ {A54C85F3-70A4-40B3-8142-000424C0D292}.Release|Any CPU.Build.0 = Release|Any CPU
1767+ {A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1768+ {A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}.Debug|Any CPU.Build.0 = Debug|Any CPU
1769+ {A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}.Release|Any CPU.ActiveCfg = Release|Any CPU
1770+ {A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}.Release|Any CPU.Build.0 = Release|Any CPU
1771+ {AC533CF0-B22A-496E-AD15-373313998A4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1772+ {AC533CF0-B22A-496E-AD15-373313998A4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
1773+ {AC533CF0-B22A-496E-AD15-373313998A4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
1774+ {AC533CF0-B22A-496E-AD15-373313998A4B}.Release|Any CPU.Build.0 = Release|Any CPU
1775+ {AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1776+ {AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}.Debug|Any CPU.Build.0 = Debug|Any CPU
1777+ {AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}.Release|Any CPU.ActiveCfg = Release|Any CPU
1778+ {AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}.Release|Any CPU.Build.0 = Release|Any CPU
1779+ {B2FE9A1D-85F9-4204-91D8-3605D4D4158C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1780+ {B2FE9A1D-85F9-4204-91D8-3605D4D4158C}.Debug|Any CPU.Build.0 = Debug|Any CPU
1781+ {B2FE9A1D-85F9-4204-91D8-3605D4D4158C}.Release|Any CPU.ActiveCfg = Release|Any CPU
1782+ {B2FE9A1D-85F9-4204-91D8-3605D4D4158C}.Release|Any CPU.Build.0 = Release|Any CPU
1783+ {BC031F70-30BC-477F-A442-2E90C8240B03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1784+ {BC031F70-30BC-477F-A442-2E90C8240B03}.Debug|Any CPU.Build.0 = Debug|Any CPU
1785+ {BC031F70-30BC-477F-A442-2E90C8240B03}.Release|Any CPU.ActiveCfg = Release|Any CPU
1786+ {BC031F70-30BC-477F-A442-2E90C8240B03}.Release|Any CPU.Build.0 = Release|Any CPU
1787+ {BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1788+ {BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}.Debug|Any CPU.Build.0 = Debug|Any CPU
1789+ {BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}.Release|Any CPU.ActiveCfg = Release|Any CPU
1790+ {BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}.Release|Any CPU.Build.0 = Release|Any CPU
1791+ {C0BF1415-FDE7-4A7F-941C-2C760D865039}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1792+ {C0BF1415-FDE7-4A7F-941C-2C760D865039}.Debug|Any CPU.Build.0 = Debug|Any CPU
1793+ {C0BF1415-FDE7-4A7F-941C-2C760D865039}.Release|Any CPU.ActiveCfg = Release|Any CPU
1794+ {C0BF1415-FDE7-4A7F-941C-2C760D865039}.Release|Any CPU.Build.0 = Release|Any CPU
1795+ {C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1796+ {C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}.Debug|Any CPU.Build.0 = Debug|Any CPU
1797+ {C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}.Release|Any CPU.ActiveCfg = Release|Any CPU
1798+ {C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}.Release|Any CPU.Build.0 = Release|Any CPU
1799+ {CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1800+ {CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}.Debug|Any CPU.Build.0 = Debug|Any CPU
1801+ {CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}.Release|Any CPU.ActiveCfg = Release|Any CPU
1802+ {CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}.Release|Any CPU.Build.0 = Release|Any CPU
1803+ {CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1804+ {CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
1805+ {CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
1806+ {CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}.Release|Any CPU.Build.0 = Release|Any CPU
1807+ {D189BB1F-8F23-428F-A697-E1A604040F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1808+ {D189BB1F-8F23-428F-A697-E1A604040F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
1809+ {D189BB1F-8F23-428F-A697-E1A604040F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
1810+ {D189BB1F-8F23-428F-A697-E1A604040F85}.Release|Any CPU.Build.0 = Release|Any CPU
1811+ {D19F3460-26D1-463B-BAC9-D272870C12B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1812+ {D19F3460-26D1-463B-BAC9-D272870C12B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
1813+ {D19F3460-26D1-463B-BAC9-D272870C12B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
1814+ {D19F3460-26D1-463B-BAC9-D272870C12B2}.Release|Any CPU.Build.0 = Release|Any CPU
1815+ {D544EE60-F440-42B9-A943-E8D7D81C6410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1816+ {D544EE60-F440-42B9-A943-E8D7D81C6410}.Debug|Any CPU.Build.0 = Debug|Any CPU
1817+ {D544EE60-F440-42B9-A943-E8D7D81C6410}.Release|Any CPU.ActiveCfg = Release|Any CPU
1818+ {D544EE60-F440-42B9-A943-E8D7D81C6410}.Release|Any CPU.Build.0 = Release|Any CPU
1819+ {D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1820+ {D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}.Debug|Any CPU.Build.0 = Debug|Any CPU
1821+ {D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}.Release|Any CPU.ActiveCfg = Release|Any CPU
1822+ {D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}.Release|Any CPU.Build.0 = Release|Any CPU
1823+ {D8757CAA-E238-49C5-B161-1B251591AE91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1824+ {D8757CAA-E238-49C5-B161-1B251591AE91}.Debug|Any CPU.Build.0 = Debug|Any CPU
1825+ {D8757CAA-E238-49C5-B161-1B251591AE91}.Release|Any CPU.ActiveCfg = Release|Any CPU
1826+ {D8757CAA-E238-49C5-B161-1B251591AE91}.Release|Any CPU.Build.0 = Release|Any CPU
1827+ {D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1828+ {D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
1829+ {D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
1830+ {D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}.Release|Any CPU.Build.0 = Release|Any CPU
1831+ {D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1832+ {D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}.Debug|Any CPU.Build.0 = Debug|Any CPU
1833+ {D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}.Release|Any CPU.ActiveCfg = Release|Any CPU
1834+ {D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}.Release|Any CPU.Build.0 = Release|Any CPU
1835+ {D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1836+ {D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
1837+ {D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
1838+ {D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}.Release|Any CPU.Build.0 = Release|Any CPU
1839+ {DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1840+ {DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
1841+ {DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
1842+ {DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}.Release|Any CPU.Build.0 = Release|Any CPU
1843+ {DEF3446C-4525-4EB4-8B7F-1233BB0754DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1844+ {DEF3446C-4525-4EB4-8B7F-1233BB0754DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
1845+ {DEF3446C-4525-4EB4-8B7F-1233BB0754DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
1846+ {DEF3446C-4525-4EB4-8B7F-1233BB0754DA}.Release|Any CPU.Build.0 = Release|Any CPU
1847+ {E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1848+ {E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}.Debug|Any CPU.Build.0 = Debug|Any CPU
1849+ {E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}.Release|Any CPU.ActiveCfg = Release|Any CPU
1850+ {E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}.Release|Any CPU.Build.0 = Release|Any CPU
1851+ {E581A784-6E0C-45C4-A9B7-FF267651B8D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1852+ {E581A784-6E0C-45C4-A9B7-FF267651B8D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
1853+ {E581A784-6E0C-45C4-A9B7-FF267651B8D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
1854+ {E581A784-6E0C-45C4-A9B7-FF267651B8D1}.Release|Any CPU.Build.0 = Release|Any CPU
1855+ {E71373A8-51D3-4670-B039-6BB47E84534F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1856+ {E71373A8-51D3-4670-B039-6BB47E84534F}.Debug|Any CPU.Build.0 = Debug|Any CPU
1857+ {E71373A8-51D3-4670-B039-6BB47E84534F}.Release|Any CPU.ActiveCfg = Release|Any CPU
1858+ {E71373A8-51D3-4670-B039-6BB47E84534F}.Release|Any CPU.Build.0 = Release|Any CPU
1859+ {E97438E4-74C7-4E40-B7AD-AA06F7245EEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1860+ {E97438E4-74C7-4E40-B7AD-AA06F7245EEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
1861+ {E97438E4-74C7-4E40-B7AD-AA06F7245EEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
1862+ {E97438E4-74C7-4E40-B7AD-AA06F7245EEE}.Release|Any CPU.Build.0 = Release|Any CPU
1863+ {EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1864+ {EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}.Debug|Any CPU.Build.0 = Debug|Any CPU
1865+ {EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}.Release|Any CPU.ActiveCfg = Release|Any CPU
1866+ {EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}.Release|Any CPU.Build.0 = Release|Any CPU
1867+ {EB31F08F-40E9-40C9-9501-451AD757C834}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1868+ {EB31F08F-40E9-40C9-9501-451AD757C834}.Debug|Any CPU.Build.0 = Debug|Any CPU
1869+ {EB31F08F-40E9-40C9-9501-451AD757C834}.Release|Any CPU.ActiveCfg = Default|Any CPU
1870+ {EB31F08F-40E9-40C9-9501-451AD757C834}.Release|Any CPU.Build.0 = Default|Any CPU
1871+ {F45F22CA-55AA-44CB-9FC5-6DE2139D549D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1872+ {F45F22CA-55AA-44CB-9FC5-6DE2139D549D}.Debug|Any CPU.Build.0 = Debug|Any CPU
1873+ {F45F22CA-55AA-44CB-9FC5-6DE2139D549D}.Release|Any CPU.ActiveCfg = Release|Any CPU
1874+ {F45F22CA-55AA-44CB-9FC5-6DE2139D549D}.Release|Any CPU.Build.0 = Release|Any CPU
1875+ {FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1876+ {FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}.Debug|Any CPU.Build.0 = Debug|Any CPU
1877+ {FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}.Release|Any CPU.ActiveCfg = Release|Any CPU
1878+ {FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}.Release|Any CPU.Build.0 = Release|Any CPU
1879+ {FEF4CE99-A03C-4F3D-ADF1-2304E7440886}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1880+ {FEF4CE99-A03C-4F3D-ADF1-2304E7440886}.Debug|Any CPU.Build.0 = Debug|Any CPU
1881+ {FEF4CE99-A03C-4F3D-ADF1-2304E7440886}.Release|Any CPU.ActiveCfg = Release|Any CPU
1882+ {FEF4CE99-A03C-4F3D-ADF1-2304E7440886}.Release|Any CPU.Build.0 = Release|Any CPU
1883+ {FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1884+ {FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
1885+ {FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
1886+ {FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}.Release|Any CPU.Build.0 = Release|Any CPU
1887+ {FF774FAF-1C82-49E6-BE84-5FE4D46D9391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1888+ {FF774FAF-1C82-49E6-BE84-5FE4D46D9391}.Debug|Any CPU.Build.0 = Debug|Any CPU
1889+ {FF774FAF-1C82-49E6-BE84-5FE4D46D9391}.Release|Any CPU.ActiveCfg = Release|Any CPU
1890+ {FF774FAF-1C82-49E6-BE84-5FE4D46D9391}.Release|Any CPU.Build.0 = Release|Any CPU
1891+ EndGlobalSection
1892+ GlobalSection(MonoDevelopProperties) = preSolution
1893+ name = DoPlugins
1894+ version = 0.1
1895+ outputpath = build\bin\
1896+ StartupItem = Rhythmbox\Rhythmbox.csproj
1897+ releaseversion = 0.4.9.9
1898+ MonoDevelop.ChangeLogAddIn.ChangeLogInfo = $0
1899+ $0.policy = UpdateNearestChangeLog
1900+ EndGlobalSection
1901+EndGlobal
1902
1903=== added file 'EOG-Slideshow/EOG-Slideshow.csproj'
1904--- EOG-Slideshow/EOG-Slideshow.csproj 1970-01-01 00:00:00 +0000
1905+++ EOG-Slideshow/EOG-Slideshow.csproj 2009-04-12 09:02:35 +0000
1906@@ -0,0 +1,58 @@
1907+<?xml version="1.0" encoding="utf-8"?>
1908+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1909+ <PropertyGroup>
1910+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1911+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1912+ <ProductVersion>9.0.21022</ProductVersion>
1913+ <SchemaVersion>2.0</SchemaVersion>
1914+ <ProjectGuid>{108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}</ProjectGuid>
1915+ <OutputType>Library</OutputType>
1916+ <AssemblyName>EOG Slideshow</AssemblyName>
1917+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1918+ </PropertyGroup>
1919+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1920+ <DebugSymbols>true</DebugSymbols>
1921+ <DebugType>full</DebugType>
1922+ <Optimize>true</Optimize>
1923+ <OutputPath>bin\Debug</OutputPath>
1924+ <DefineConstants>DEBUG</DefineConstants>
1925+ <ErrorReport>prompt</ErrorReport>
1926+ <WarningLevel>4</WarningLevel>
1927+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1928+ <ConsolePause>false</ConsolePause>
1929+ <Execution>
1930+ <Execution clr-version="Net_2_0" />
1931+ </Execution>
1932+ </PropertyGroup>
1933+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1934+ <DebugType>none</DebugType>
1935+ <Optimize>true</Optimize>
1936+ <OutputPath>bin\Release</OutputPath>
1937+ <ErrorReport>prompt</ErrorReport>
1938+ <WarningLevel>4</WarningLevel>
1939+ <ConsolePause>false</ConsolePause>
1940+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1941+ <Execution>
1942+ <Execution clr-version="Net_2_0" />
1943+ </Execution>
1944+ </PropertyGroup>
1945+ <ItemGroup>
1946+ <Reference Include="System" />
1947+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
1948+ <Reference Include="System.Core">
1949+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
1950+ </Reference>
1951+ </ItemGroup>
1952+ <ItemGroup>
1953+ <Folder Include="src/" />
1954+ </ItemGroup>
1955+ <ItemGroup>
1956+ <Compile Include="src\PlaySlideshowAction.cs" />
1957+ </ItemGroup>
1958+ <ItemGroup>
1959+ <EmbeddedResource Include="Resources\EOG-Slideshow.addin.xml">
1960+ <LogicalName>EOG-Slideshow.addin.xml</LogicalName>
1961+ </EmbeddedResource>
1962+ </ItemGroup>
1963+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1964+</Project>
1965\ No newline at end of file
1966
1967=== removed file 'EOG-Slideshow/EOG-Slideshow.mdp'
1968--- EOG-Slideshow/EOG-Slideshow.mdp 2009-02-28 16:16:48 +0000
1969+++ EOG-Slideshow/EOG-Slideshow.mdp 1970-01-01 00:00:00 +0000
1970@@ -1,27 +0,0 @@
1971-<Project name="EOG Slideshow" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
1972- <Configurations active="Debug">
1973- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
1974- <Output directory="bin/Debug" assembly="EOG Slideshow" />
1975- <Build debugmode="True" target="Library" />
1976- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1977- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1978- </Configuration>
1979- <Configuration name="Release" ctype="DotNetProjectConfiguration">
1980- <Output directory="bin/Release" assembly="EOG Slideshow" />
1981- <Build debugmode="False" target="Library" />
1982- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
1983- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
1984- </Configuration>
1985- </Configurations>
1986- <Contents>
1987- <File name="." subtype="Directory" buildaction="Compile" />
1988- <File name="src" subtype="Directory" buildaction="Compile" />
1989- <File name="src/PlaySlideshowAction.cs" subtype="Code" buildaction="Compile" />
1990- <File name="Resources/EOG-Slideshow.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
1991- </Contents>
1992- <References>
1993- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1994- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
1995- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
1996- </References>
1997-</Project>
1998\ No newline at end of file
1999
2000=== added file 'Emesene/Emesene.csproj'
2001--- Emesene/Emesene.csproj 1970-01-01 00:00:00 +0000
2002+++ Emesene/Emesene.csproj 2009-04-12 09:02:35 +0000
2003@@ -0,0 +1,99 @@
2004+<?xml version="1.0" encoding="utf-8"?>
2005+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2006+ <PropertyGroup>
2007+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2008+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2009+ <ProductVersion>9.0.21022</ProductVersion>
2010+ <SchemaVersion>2.0</SchemaVersion>
2011+ <ProjectGuid>{9128FA94-8AAF-4E08-BF67-2EE196480E6B}</ProjectGuid>
2012+ <OutputType>Library</OutputType>
2013+ <AssemblyName>Emesene</AssemblyName>
2014+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2015+ </PropertyGroup>
2016+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2017+ <DebugSymbols>true</DebugSymbols>
2018+ <DebugType>full</DebugType>
2019+ <Optimize>true</Optimize>
2020+ <OutputPath>bin\Debug</OutputPath>
2021+ <DefineConstants>DEBUG</DefineConstants>
2022+ <ErrorReport>prompt</ErrorReport>
2023+ <WarningLevel>4</WarningLevel>
2024+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2025+ <ConsolePause>false</ConsolePause>
2026+ <Execution>
2027+ <Execution clr-version="Net_2_0" />
2028+ </Execution>
2029+ </PropertyGroup>
2030+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2031+ <DebugType>none</DebugType>
2032+ <Optimize>true</Optimize>
2033+ <OutputPath>bin\Release</OutputPath>
2034+ <ErrorReport>prompt</ErrorReport>
2035+ <WarningLevel>4</WarningLevel>
2036+ <ConsolePause>false</ConsolePause>
2037+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2038+ <Execution>
2039+ <Execution clr-version="Net_2_0" />
2040+ </Execution>
2041+ </PropertyGroup>
2042+ <ItemGroup>
2043+ <Reference Include="System" />
2044+ <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
2045+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
2046+ <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
2047+ <Reference Include="System.Xml" />
2048+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
2049+ <Reference Include="System.Core">
2050+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
2051+ </Reference>
2052+ </ItemGroup>
2053+ <ItemGroup />
2054+ <ItemGroup>
2055+ <Compile Include="src\Emesene.cs" />
2056+ <Compile Include="src\EmeseneAvatarItem.cs" />
2057+ <Compile Include="src\EmeseneAvatarItemSource.cs" />
2058+ <Compile Include="src\EmeseneChangeAvatarAction.cs" />
2059+ <Compile Include="src\EmeseneChangeNickAction.cs" />
2060+ <Compile Include="src\EmeseneChangePSMAction.cs" />
2061+ <Compile Include="src\EmeseneChangeStatusAction.cs" />
2062+ <Compile Include="src\EmeseneChatAction.cs" />
2063+ <Compile Include="src\EmeseneContactItemSource.cs" />
2064+ <Compile Include="src\EmeseneOpenAvatarHistoryAction.cs" />
2065+ <Compile Include="src\EmeseneOpenConversationHistoryAction.cs" />
2066+ <Compile Include="src\EmeseneStatusItem.cs" />
2067+ <Compile Include="src\EmeseneStatusItemSource.cs" />
2068+ </ItemGroup>
2069+ <ItemGroup>
2070+ <EmbeddedResource Include="Resources\Emesene.addin.xml">
2071+ <LogicalName>Emesene.addin.xml</LogicalName>
2072+ </EmbeddedResource>
2073+ <EmbeddedResource Include="Resources\statusIcons\away.png">
2074+ <LogicalName>away.png</LogicalName>
2075+ </EmbeddedResource>
2076+ <EmbeddedResource Include="Resources\statusIcons\brb.png">
2077+ <LogicalName>brb.png</LogicalName>
2078+ </EmbeddedResource>
2079+ <EmbeddedResource Include="Resources\statusIcons\busy.png">
2080+ <LogicalName>busy.png</LogicalName>
2081+ </EmbeddedResource>
2082+ <EmbeddedResource Include="Resources\statusIcons\idle.png">
2083+ <LogicalName>idle.png</LogicalName>
2084+ </EmbeddedResource>
2085+ <EmbeddedResource Include="Resources\statusIcons\invisible.png">
2086+ <LogicalName>invisible.png</LogicalName>
2087+ </EmbeddedResource>
2088+ <EmbeddedResource Include="Resources\statusIcons\lunch.png">
2089+ <LogicalName>lunch.png</LogicalName>
2090+ </EmbeddedResource>
2091+ <EmbeddedResource Include="Resources\statusIcons\offline.png">
2092+ <LogicalName>offline.png</LogicalName>
2093+ </EmbeddedResource>
2094+ <EmbeddedResource Include="Resources\statusIcons\online.png">
2095+ <LogicalName>online.png</LogicalName>
2096+ </EmbeddedResource>
2097+ <EmbeddedResource Include="Resources\statusIcons\phone.png">
2098+ <LogicalName>phone.png</LogicalName>
2099+ </EmbeddedResource>
2100+ </ItemGroup>
2101+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2102+</Project>
2103\ No newline at end of file
2104
2105=== removed file 'Emesene/Emesene.mdp'
2106--- Emesene/Emesene.mdp 2009-02-28 16:16:48 +0000
2107+++ Emesene/Emesene.mdp 1970-01-01 00:00:00 +0000
2108@@ -1,51 +0,0 @@
2109-<Project name="Emesene" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2110- <Configurations active="Debug">
2111- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2112- <Output directory="bin/Debug" assembly="Emesene" />
2113- <Build debugmode="True" target="Library" />
2114- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
2115- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2116- </Configuration>
2117- <Configuration name="Release" ctype="DotNetProjectConfiguration">
2118- <Output directory="bin/Release" assembly="Emesene" />
2119- <Build debugmode="False" target="Library" />
2120- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
2121- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2122- </Configuration>
2123- </Configurations>
2124- <Contents>
2125- <File name="." subtype="Directory" buildaction="Compile" />
2126- <File name="src/Emesene.cs" subtype="Code" buildaction="Compile" />
2127- <File name="src/EmeseneAvatarItem.cs" subtype="Code" buildaction="Compile" />
2128- <File name="src/EmeseneAvatarItemSource.cs" subtype="Code" buildaction="Compile" />
2129- <File name="src/EmeseneChangeAvatarAction.cs" subtype="Code" buildaction="Compile" />
2130- <File name="src/EmeseneChangeNickAction.cs" subtype="Code" buildaction="Compile" />
2131- <File name="src/EmeseneChangePSMAction.cs" subtype="Code" buildaction="Compile" />
2132- <File name="src/EmeseneChangeStatusAction.cs" subtype="Code" buildaction="Compile" />
2133- <File name="src/EmeseneChatAction.cs" subtype="Code" buildaction="Compile" />
2134- <File name="src/EmeseneContactItemSource.cs" subtype="Code" buildaction="Compile" />
2135- <File name="src/EmeseneOpenAvatarHistoryAction.cs" subtype="Code" buildaction="Compile" />
2136- <File name="src/EmeseneOpenConversationHistoryAction.cs" subtype="Code" buildaction="Compile" />
2137- <File name="src/EmeseneStatusItem.cs" subtype="Code" buildaction="Compile" />
2138- <File name="src/EmeseneStatusItemSource.cs" subtype="Code" buildaction="Compile" />
2139- <File name="Resources/Emesene.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2140- <File name="Resources/statusIcons/away.png" subtype="Code" buildaction="EmbedAsResource" />
2141- <File name="Resources/statusIcons/brb.png" subtype="Code" buildaction="EmbedAsResource" />
2142- <File name="Resources/statusIcons/busy.png" subtype="Code" buildaction="EmbedAsResource" />
2143- <File name="Resources/statusIcons/idle.png" subtype="Code" buildaction="EmbedAsResource" />
2144- <File name="Resources/statusIcons/invisible.png" subtype="Code" buildaction="EmbedAsResource" />
2145- <File name="Resources/statusIcons/lunch.png" subtype="Code" buildaction="EmbedAsResource" />
2146- <File name="Resources/statusIcons/offline.png" subtype="Code" buildaction="EmbedAsResource" />
2147- <File name="Resources/statusIcons/online.png" subtype="Code" buildaction="EmbedAsResource" />
2148- <File name="Resources/statusIcons/phone.png" subtype="Code" buildaction="EmbedAsResource" />
2149- </Contents>
2150- <References>
2151- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2152- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
2153- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2154- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
2155- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2156- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2157- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2158- </References>
2159-</Project>
2160\ No newline at end of file
2161
2162=== added file 'Epiphany/Epiphany.csproj'
2163--- Epiphany/Epiphany.csproj 1970-01-01 00:00:00 +0000
2164+++ Epiphany/Epiphany.csproj 2009-04-12 09:02:35 +0000
2165@@ -0,0 +1,56 @@
2166+<?xml version="1.0" encoding="utf-8"?>
2167+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2168+ <PropertyGroup>
2169+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2170+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2171+ <ProductVersion>9.0.21022</ProductVersion>
2172+ <SchemaVersion>2.0</SchemaVersion>
2173+ <ProjectGuid>{608C1AF2-CCE2-4447-8153-833A1EFCC32E}</ProjectGuid>
2174+ <OutputType>Library</OutputType>
2175+ <AssemblyName>Epiphany</AssemblyName>
2176+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2177+ </PropertyGroup>
2178+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2179+ <DebugSymbols>true</DebugSymbols>
2180+ <DebugType>full</DebugType>
2181+ <Optimize>true</Optimize>
2182+ <OutputPath>bin\Debug</OutputPath>
2183+ <DefineConstants>DEBUG</DefineConstants>
2184+ <ErrorReport>prompt</ErrorReport>
2185+ <WarningLevel>4</WarningLevel>
2186+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2187+ <Execution>
2188+ <Execution clr-version="Net_2_0" />
2189+ </Execution>
2190+ </PropertyGroup>
2191+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2192+ <DebugType>none</DebugType>
2193+ <Optimize>true</Optimize>
2194+ <OutputPath>bin\Release</OutputPath>
2195+ <ErrorReport>prompt</ErrorReport>
2196+ <WarningLevel>4</WarningLevel>
2197+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2198+ <Execution>
2199+ <Execution clr-version="Net_2_0" />
2200+ </Execution>
2201+ </PropertyGroup>
2202+ <ItemGroup>
2203+ <Reference Include="System" />
2204+ <Reference Include="System.Xml" />
2205+ <Reference Include="Mono.Posix" />
2206+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
2207+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
2208+ </ItemGroup>
2209+ <ItemGroup>
2210+ <Folder Include="src/" />
2211+ </ItemGroup>
2212+ <ItemGroup>
2213+ <Compile Include="src\EpiphanyBookmarkItemSource.cs" />
2214+ </ItemGroup>
2215+ <ItemGroup>
2216+ <EmbeddedResource Include="Resources\Epiphany.addin.xml">
2217+ <LogicalName>Epiphany.addin.xml</LogicalName>
2218+ </EmbeddedResource>
2219+ </ItemGroup>
2220+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2221+</Project>
2222\ No newline at end of file
2223
2224=== removed file 'Epiphany/Epiphany.mdp'
2225--- Epiphany/Epiphany.mdp 2009-02-28 16:16:48 +0000
2226+++ Epiphany/Epiphany.mdp 1970-01-01 00:00:00 +0000
2227@@ -1,28 +0,0 @@
2228-<Project name="Epiphany" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2229- <Configurations active="Debug">
2230- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2231- <Output directory="bin/Debug" assembly="Epiphany" />
2232- <Build debugmode="True" target="Library" />
2233- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2234- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2235- </Configuration>
2236- <Configuration name="Release" ctype="DotNetProjectConfiguration">
2237- <Output directory="bin/Release" assembly="Epiphany" />
2238- <Build debugmode="False" target="Library" />
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="src" subtype="Directory" buildaction="Compile" />
2245- <File name="src/EpiphanyBookmarkItemSource.cs" subtype="Code" buildaction="Compile" />
2246- <File name="Resources/Epiphany.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2247- </Contents>
2248- <References>
2249- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2250- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2251- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2252- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2253- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2254- </References>
2255-</Project>
2256\ No newline at end of file
2257
2258=== added file 'Evolution/Evolution.csproj'
2259--- Evolution/Evolution.csproj 1970-01-01 00:00:00 +0000
2260+++ Evolution/Evolution.csproj 2009-04-12 09:02:35 +0000
2261@@ -0,0 +1,66 @@
2262+<?xml version="1.0" encoding="utf-8"?>
2263+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2264+ <PropertyGroup>
2265+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2266+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2267+ <ProductVersion>9.0.21022</ProductVersion>
2268+ <SchemaVersion>2.0</SchemaVersion>
2269+ <ProjectGuid>{CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}</ProjectGuid>
2270+ <OutputType>Library</OutputType>
2271+ <AssemblyName>Evolution</AssemblyName>
2272+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2273+ </PropertyGroup>
2274+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2275+ <DebugSymbols>true</DebugSymbols>
2276+ <DebugType>full</DebugType>
2277+ <Optimize>true</Optimize>
2278+ <OutputPath>bin\Debug</OutputPath>
2279+ <DefineConstants>DEBUG</DefineConstants>
2280+ <ErrorReport>prompt</ErrorReport>
2281+ <WarningLevel>4</WarningLevel>
2282+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2283+ <Execution>
2284+ <Execution clr-version="Net_2_0" />
2285+ </Execution>
2286+ </PropertyGroup>
2287+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2288+ <DebugType>none</DebugType>
2289+ <Optimize>true</Optimize>
2290+ <OutputPath>bin\Release</OutputPath>
2291+ <ErrorReport>prompt</ErrorReport>
2292+ <WarningLevel>4</WarningLevel>
2293+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2294+ <Execution>
2295+ <Execution clr-version="Net_2_0" />
2296+ </Execution>
2297+ </PropertyGroup>
2298+ <ItemGroup>
2299+ <Reference Include="System" />
2300+ <Reference Include="Mono.Posix" />
2301+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
2302+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
2303+ <Reference Include="evolution-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=457eed85bd9370df" />
2304+ <Reference Include="System.Core">
2305+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
2306+ </Reference>
2307+ </ItemGroup>
2308+ <ItemGroup>
2309+ <Folder Include="src/" />
2310+ </ItemGroup>
2311+ <ItemGroup>
2312+ <Compile Include="src\ContactItemSource.cs" />
2313+ <Compile Include="src\ContactDetailItem.cs" />
2314+ <Compile Include="src\EmailContactDetailItem.cs" />
2315+ <Compile Include="src\PhoneContactDetailItem.cs" />
2316+ <Compile Include="src\AddressContactDetailItem.cs" />
2317+ </ItemGroup>
2318+ <ItemGroup>
2319+ <EmbeddedResource Include="Resources\Evolution.addin.xml">
2320+ <LogicalName>Evolution.addin.xml</LogicalName>
2321+ </EmbeddedResource>
2322+ <EmbeddedResource Include="Resources\icons\phone.png">
2323+ <LogicalName>phone.png</LogicalName>
2324+ </EmbeddedResource>
2325+ </ItemGroup>
2326+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2327+</Project>
2328\ No newline at end of file
2329
2330=== removed file 'Evolution/Evolution.mdp'
2331--- Evolution/Evolution.mdp 2009-02-28 16:16:48 +0000
2332+++ Evolution/Evolution.mdp 1970-01-01 00:00:00 +0000
2333@@ -1,34 +0,0 @@
2334-<Project name="Evolution" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2335- <Configurations active="Debug">
2336- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2337- <Output directory="bin/Debug" assembly="Evolution" />
2338- <Build debugmode="True" target="Library" />
2339- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2340- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2341- </Configuration>
2342- <Configuration name="Release" ctype="DotNetProjectConfiguration">
2343- <Output directory="bin/Release" assembly="Evolution" />
2344- <Build debugmode="False" target="Library" />
2345- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2346- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2347- </Configuration>
2348- </Configurations>
2349- <Contents>
2350- <File name="src" subtype="Directory" buildaction="Compile" />
2351- <File name="src/ContactItemSource.cs" subtype="Code" buildaction="Compile" />
2352- <File name="src/ContactDetailItem.cs" subtype="Code" buildaction="Compile" />
2353- <File name="src/EmailContactDetailItem.cs" subtype="Code" buildaction="Compile" />
2354- <File name="src/PhoneContactDetailItem.cs" subtype="Code" buildaction="Compile" />
2355- <File name="Resources/Evolution.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2356- <File name="src/AddressContactDetailItem.cs" subtype="Code" buildaction="Compile" />
2357- <File name="Resources/icons/phone.png" subtype="Code" buildaction="EmbedAsResource" />
2358- </Contents>
2359- <References>
2360- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2361- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2362- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2363- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2364- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2365- <ProjectReference type="Gac" localcopy="True" refto="evolution-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=457eed85bd9370df" />
2366- </References>
2367-</Project>
2368\ No newline at end of file
2369
2370=== added file 'File/File.csproj'
2371--- File/File.csproj 1970-01-01 00:00:00 +0000
2372+++ File/File.csproj 2009-04-12 09:02:35 +0000
2373@@ -0,0 +1,94 @@
2374+<?xml version="1.0" encoding="utf-8"?>
2375+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2376+ <PropertyGroup>
2377+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2378+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2379+ <ProductVersion>9.0.21022</ProductVersion>
2380+ <SchemaVersion>2.0</SchemaVersion>
2381+ <ProjectGuid>{0FE5A534-46EF-4A45-A245-8344A8520CB1}</ProjectGuid>
2382+ <OutputType>Library</OutputType>
2383+ <RootNamespace>FilePlugin</RootNamespace>
2384+ <AssemblyName>File</AssemblyName>
2385+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2386+ </PropertyGroup>
2387+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2388+ <DebugSymbols>true</DebugSymbols>
2389+ <DebugType>full</DebugType>
2390+ <Optimize>true</Optimize>
2391+ <OutputPath>bin\Debug</OutputPath>
2392+ <DefineConstants>DEBUG</DefineConstants>
2393+ <ErrorReport>prompt</ErrorReport>
2394+ <WarningLevel>4</WarningLevel>
2395+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2396+ <Execution>
2397+ <Execution clr-version="Net_2_0" />
2398+ </Execution>
2399+ </PropertyGroup>
2400+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2401+ <DebugType>none</DebugType>
2402+ <Optimize>true</Optimize>
2403+ <OutputPath>bin\Release</OutputPath>
2404+ <ErrorReport>prompt</ErrorReport>
2405+ <WarningLevel>4</WarningLevel>
2406+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2407+ <Execution>
2408+ <Execution clr-version="Net_2_0" />
2409+ </Execution>
2410+ </PropertyGroup>
2411+ <ItemGroup>
2412+ <Reference Include="System" />
2413+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2414+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2415+ <Reference Include="Mono.Posix" />
2416+ <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2417+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
2418+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
2419+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
2420+ <Reference Include="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral" />
2421+ <Reference Include="System.Core">
2422+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
2423+ </Reference>
2424+ </ItemGroup>
2425+ <ItemGroup>
2426+ <Folder Include="src/" />
2427+ <Folder Include="Resources/" />
2428+ <Folder Include="src\Do/" />
2429+ <Folder Include="src\Do\Do.Universe/" />
2430+ </ItemGroup>
2431+ <ItemGroup>
2432+ <EmbeddedResource Include="gtk-gui\gui.stetic">
2433+ <LogicalName>gui.stetic</LogicalName>
2434+ </EmbeddedResource>
2435+ <EmbeddedResource Include="gtk-gui\objects.xml">
2436+ <LogicalName>objects.xml</LogicalName>
2437+ </EmbeddedResource>
2438+ <EmbeddedResource Include="Resources\File.addin.xml">
2439+ <LogicalName>File.addin.xml</LogicalName>
2440+ </EmbeddedResource>
2441+ </ItemGroup>
2442+ <ItemGroup>
2443+ <Compile Include="gtk-gui\generated.cs" />
2444+ <Compile Include="src\PathNodeView.cs" />
2445+ <Compile Include="gtk-gui\Do.FilesAndFolders.Configuration.cs" />
2446+ <Compile Include="src\Do\Do.FilesAndFolders\Configuration.cs" />
2447+ <Compile Include="src\Do\Do.FilesAndFolders\FileItemSource.cs" />
2448+ <Compile Include="src\Do\Do.FilesAndFolders\ImportantFolders.cs" />
2449+ <Compile Include="src\Do\Do.FilesAndFolders\IndexedFolder.cs" />
2450+ <Compile Include="src\Do\Do.FilesAndFolders\IndexedFolderCollection.cs" />
2451+ <Compile Include="src\Do\Do.FilesAndFolders\NewFileAction.cs" />
2452+ <Compile Include="src\Do\Do.FilesAndFolders\NewFolderAction.cs" />
2453+ <Compile Include="src\Do\Do.FilesAndFolders\Plugin.cs" />
2454+ <Compile Include="src\Do\Do.FilesAndFolders\Preferences.cs" />
2455+ <Compile Include="src\Do\Do.FilesAndFolders\RecentFileItemSource.cs" />
2456+ <Compile Include="src\Do\Do.Universe\IFileItemExtensions.cs" />
2457+ <Compile Include="src\Do\Do.FilesAndFolders\CopyAction.cs" />
2458+ <Compile Include="src\Do\Do.FilesAndFolders\DeleteAction.cs" />
2459+ <Compile Include="src\Do\Do.FilesAndFolders\MoveAction.cs" />
2460+ <Compile Include="src\Do\Do.FilesAndFolders\MoveToTrashAction.cs" />
2461+ <Compile Include="src\Do\Do.FilesAndFolders\AbstractFileAction.cs" />
2462+ <Compile Include="src\Do\Do.FilesAndFolders\RenameAction.cs" />
2463+ <Compile Include="src\IndexPathNodeView.cs" />
2464+ <Compile Include="src\IgnorePathNodeView.cs" />
2465+ </ItemGroup>
2466+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2467+</Project>
2468\ No newline at end of file
2469
2470=== removed file 'File/File.mdp'
2471--- File/File.mdp 2009-03-02 07:36:38 +0000
2472+++ File/File.mdp 1970-01-01 00:00:00 +0000
2473@@ -1,59 +0,0 @@
2474-<Project name="File" fileversion="2.0" language="C#" DefaultNamespace="FilePlugin" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2475- <Configurations active="Debug">
2476- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2477- <Output directory="bin/Debug" assembly="File" />
2478- <Build debugmode="True" target="Library" />
2479- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2480- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2481- </Configuration>
2482- <Configuration name="Release" ctype="DotNetProjectConfiguration">
2483- <Output directory="bin/Release" assembly="File" />
2484- <Build debugmode="False" target="Library" />
2485- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2486- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2487- </Configuration>
2488- </Configurations>
2489- <Contents>
2490- <File name="src" subtype="Directory" buildaction="Compile" />
2491- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
2492- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
2493- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
2494- <File name="src/PathNodeView.cs" subtype="Code" buildaction="Compile" />
2495- <File name="Resources" subtype="Directory" buildaction="Compile" />
2496- <File name="Resources/File.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2497- <File name="gtk-gui/Do.FilesAndFolders.Configuration.cs" subtype="Code" buildaction="Compile" />
2498- <File name="src/Do" subtype="Directory" buildaction="Compile" />
2499- <File name="src/Do/Do.Universe" subtype="Directory" buildaction="Compile" />
2500- <File name="src/Do/Do.FilesAndFolders/Configuration.cs" subtype="Code" buildaction="Compile" />
2501- <File name="src/Do/Do.FilesAndFolders/FileItemSource.cs" subtype="Code" buildaction="Compile" />
2502- <File name="src/Do/Do.FilesAndFolders/ImportantFolders.cs" subtype="Code" buildaction="Compile" />
2503- <File name="src/Do/Do.FilesAndFolders/IndexedFolder.cs" subtype="Code" buildaction="Compile" />
2504- <File name="src/Do/Do.FilesAndFolders/IndexedFolderCollection.cs" subtype="Code" buildaction="Compile" />
2505- <File name="src/Do/Do.FilesAndFolders/NewFileAction.cs" subtype="Code" buildaction="Compile" />
2506- <File name="src/Do/Do.FilesAndFolders/NewFolderAction.cs" subtype="Code" buildaction="Compile" />
2507- <File name="src/Do/Do.FilesAndFolders/Plugin.cs" subtype="Code" buildaction="Compile" />
2508- <File name="src/Do/Do.FilesAndFolders/Preferences.cs" subtype="Code" buildaction="Compile" />
2509- <File name="src/Do/Do.FilesAndFolders/RecentFileItemSource.cs" subtype="Code" buildaction="Compile" />
2510- <File name="src/Do/Do.Universe/IFileItemExtensions.cs" subtype="Code" buildaction="Compile" />
2511- <File name="src/Do/Do.FilesAndFolders/CopyAction.cs" subtype="Code" buildaction="Compile" />
2512- <File name="src/Do/Do.FilesAndFolders/DeleteAction.cs" subtype="Code" buildaction="Compile" />
2513- <File name="src/Do/Do.FilesAndFolders/MoveAction.cs" subtype="Code" buildaction="Compile" />
2514- <File name="src/Do/Do.FilesAndFolders/MoveToTrashAction.cs" subtype="Code" buildaction="Compile" />
2515- <File name="src/Do/Do.FilesAndFolders/AbstractFileAction.cs" subtype="Code" buildaction="Compile" />
2516- <File name="src/Do/Do.FilesAndFolders/RenameAction.cs" subtype="Code" buildaction="Compile" />
2517- <File name="src/IndexPathNodeView.cs" subtype="Code" buildaction="Compile" />
2518- <File name="src/IgnorePathNodeView.cs" subtype="Code" buildaction="Compile" />
2519- </Contents>
2520- <References>
2521- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2522- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2523- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2524- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2525- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2526- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2527- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2528- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2529- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2530- <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
2531- </References>
2532-</Project>
2533\ No newline at end of file
2534
2535=== added file 'Firefox/Firefox.csproj'
2536--- Firefox/Firefox.csproj 1970-01-01 00:00:00 +0000
2537+++ Firefox/Firefox.csproj 2009-04-12 09:02:35 +0000
2538@@ -0,0 +1,60 @@
2539+<?xml version="1.0" encoding="utf-8"?>
2540+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2541+ <PropertyGroup>
2542+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2543+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2544+ <ProductVersion>9.0.21022</ProductVersion>
2545+ <SchemaVersion>2.0</SchemaVersion>
2546+ <ProjectGuid>{626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}</ProjectGuid>
2547+ <OutputType>Library</OutputType>
2548+ <AssemblyName>Firefox</AssemblyName>
2549+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2550+ </PropertyGroup>
2551+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2552+ <DebugSymbols>true</DebugSymbols>
2553+ <DebugType>full</DebugType>
2554+ <Optimize>true</Optimize>
2555+ <OutputPath>bin\Debug</OutputPath>
2556+ <DefineConstants>DEBUG</DefineConstants>
2557+ <ErrorReport>prompt</ErrorReport>
2558+ <WarningLevel>4</WarningLevel>
2559+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2560+ <ConsolePause>false</ConsolePause>
2561+ <Execution>
2562+ <Execution clr-version="Net_2_0" />
2563+ </Execution>
2564+ </PropertyGroup>
2565+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2566+ <DebugType>none</DebugType>
2567+ <Optimize>true</Optimize>
2568+ <OutputPath>bin\Release</OutputPath>
2569+ <ErrorReport>prompt</ErrorReport>
2570+ <WarningLevel>4</WarningLevel>
2571+ <ConsolePause>false</ConsolePause>
2572+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2573+ <Execution>
2574+ <Execution clr-version="Net_2_0" />
2575+ </Execution>
2576+ </PropertyGroup>
2577+ <ItemGroup>
2578+ <Reference Include="System" />
2579+ <Reference Include="Mono.Posix" />
2580+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
2581+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
2582+ <Reference Include="System.Core">
2583+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
2584+ </Reference>
2585+ </ItemGroup>
2586+ <ItemGroup>
2587+ <Folder Include="src/" />
2588+ </ItemGroup>
2589+ <ItemGroup>
2590+ <Compile Include="src\BookmarkItemSource.cs" />
2591+ </ItemGroup>
2592+ <ItemGroup>
2593+ <EmbeddedResource Include="Resources\Firefox.addin.xml">
2594+ <LogicalName>Firefox.addin.xml</LogicalName>
2595+ </EmbeddedResource>
2596+ </ItemGroup>
2597+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2598+</Project>
2599\ No newline at end of file
2600
2601=== removed file 'Firefox/Firefox.mdp'
2602--- Firefox/Firefox.mdp 2009-02-28 16:16:48 +0000
2603+++ Firefox/Firefox.mdp 1970-01-01 00:00:00 +0000
2604@@ -1,29 +0,0 @@
2605-<Project name="Firefox" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2606- <Configurations active="Debug">
2607- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2608- <Output directory="bin/Debug" assembly="Firefox" />
2609- <Build debugmode="True" target="Library" />
2610- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
2611- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2612- </Configuration>
2613- <Configuration name="Release" ctype="DotNetProjectConfiguration">
2614- <Output directory="bin/Release" assembly="Firefox" />
2615- <Build debugmode="False" target="Library" />
2616- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
2617- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2618- </Configuration>
2619- </Configurations>
2620- <Contents>
2621- <File name="." subtype="Directory" buildaction="Compile" />
2622- <File name="src" subtype="Directory" buildaction="Compile" />
2623- <File name="src/BookmarkItemSource.cs" subtype="Code" buildaction="Compile" />
2624- <File name="Resources/Firefox.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2625- </Contents>
2626- <References>
2627- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2628- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2629- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2630- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2631- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2632- </References>
2633-</Project>
2634\ No newline at end of file
2635
2636=== added file 'Flickr/Flickr.csproj'
2637--- Flickr/Flickr.csproj 1970-01-01 00:00:00 +0000
2638+++ Flickr/Flickr.csproj 2009-04-12 09:02:35 +0000
2639@@ -0,0 +1,78 @@
2640+<?xml version="1.0" encoding="utf-8"?>
2641+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2642+ <PropertyGroup>
2643+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2644+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2645+ <ProductVersion>9.0.21022</ProductVersion>
2646+ <SchemaVersion>2.0</SchemaVersion>
2647+ <ProjectGuid>{2AC83A19-3A27-49BC-89C3-11FFE525E2E3}</ProjectGuid>
2648+ <OutputType>Library</OutputType>
2649+ <RootNamespace>Flickr</RootNamespace>
2650+ <AssemblyName>Flickr</AssemblyName>
2651+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2652+ </PropertyGroup>
2653+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2654+ <DebugSymbols>true</DebugSymbols>
2655+ <DebugType>full</DebugType>
2656+ <Optimize>true</Optimize>
2657+ <OutputPath>bin\Debug</OutputPath>
2658+ <DefineConstants>DEBUG</DefineConstants>
2659+ <ErrorReport>prompt</ErrorReport>
2660+ <WarningLevel>4</WarningLevel>
2661+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2662+ <Execution>
2663+ <Execution clr-version="Net_2_0" />
2664+ </Execution>
2665+ </PropertyGroup>
2666+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2667+ <DebugType>none</DebugType>
2668+ <Optimize>true</Optimize>
2669+ <OutputPath>bin\Release</OutputPath>
2670+ <ErrorReport>prompt</ErrorReport>
2671+ <WarningLevel>4</WarningLevel>
2672+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2673+ <Execution>
2674+ <Execution clr-version="Net_2_0" />
2675+ </Execution>
2676+ </PropertyGroup>
2677+ <ItemGroup>
2678+ <Reference Include="System" />
2679+ <Reference Include="FlickrNet, Version=2.1.5.0, Culture=neutral, PublicKeyToken=2491df59efa5d132" />
2680+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2681+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2682+ <Reference Include="Mono.Posix" />
2683+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
2684+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
2685+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
2686+ <Reference Include="System.Core">
2687+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
2688+ </Reference>
2689+ </ItemGroup>
2690+ <ItemGroup>
2691+ <Folder Include="src/" />
2692+ </ItemGroup>
2693+ <ItemGroup>
2694+ <Compile Include="src\UploadAction.cs" />
2695+ <Compile Include="gtk-gui\generated.cs" />
2696+ <Compile Include="src\AccountConfig.cs" />
2697+ <Compile Include="src\FlickrItemSource.cs" />
2698+ <Compile Include="gtk-gui\Flickr.UploadConfig.cs" />
2699+ <Compile Include="src\UploadConfig.cs" />
2700+ <Compile Include="gtk-gui\Flickr.AccountConfig.cs" />
2701+ </ItemGroup>
2702+ <ItemGroup>
2703+ <EmbeddedResource Include="gtk-gui\gui.stetic">
2704+ <LogicalName>gui.stetic</LogicalName>
2705+ </EmbeddedResource>
2706+ <EmbeddedResource Include="gtk-gui\objects.xml">
2707+ <LogicalName>objects.xml</LogicalName>
2708+ </EmbeddedResource>
2709+ <EmbeddedResource Include="Resources\Flickr.addin.xml">
2710+ <LogicalName>Flickr.addin.xml</LogicalName>
2711+ </EmbeddedResource>
2712+ <EmbeddedResource Include="Resources\icons\flickr.png">
2713+ <LogicalName>flickr.png</LogicalName>
2714+ </EmbeddedResource>
2715+ </ItemGroup>
2716+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2717+</Project>
2718\ No newline at end of file
2719
2720=== removed file 'Flickr/Flickr.mdp'
2721--- Flickr/Flickr.mdp 2009-02-28 16:16:48 +0000
2722+++ Flickr/Flickr.mdp 1970-01-01 00:00:00 +0000
2723@@ -1,42 +0,0 @@
2724-<Project name="Flickr" fileversion="2.0" language="C#" DefaultNamespace="Flickr" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2725- <Configurations active="Debug">
2726- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2727- <Output directory="bin/Debug" assembly="Flickr" />
2728- <Build debugmode="True" target="Library" />
2729- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2730- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2731- </Configuration>
2732- <Configuration name="Release" ctype="DotNetProjectConfiguration">
2733- <Output directory="bin/Release" assembly="Flickr" />
2734- <Build debugmode="False" target="Library" />
2735- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2736- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2737- </Configuration>
2738- </Configurations>
2739- <Contents>
2740- <File name="." subtype="Directory" buildaction="Compile" />
2741- <File name="src" subtype="Directory" buildaction="Compile" />
2742- <File name="src/UploadAction.cs" subtype="Code" buildaction="Compile" />
2743- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
2744- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
2745- <File name="src/AccountConfig.cs" subtype="Code" buildaction="Compile" />
2746- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
2747- <File name="src/FlickrItemSource.cs" subtype="Code" buildaction="Compile" />
2748- <File name="gtk-gui/Flickr.UploadConfig.cs" subtype="Code" buildaction="Compile" />
2749- <File name="src/UploadConfig.cs" subtype="Code" buildaction="Compile" />
2750- <File name="gtk-gui/Flickr.AccountConfig.cs" subtype="Code" buildaction="Compile" />
2751- <File name="Resources/Flickr.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2752- <File name="Resources/icons/flickr.png" subtype="Code" buildaction="EmbedAsResource" />
2753- </Contents>
2754- <References>
2755- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2756- <ProjectReference type="Gac" localcopy="True" refto="FlickrNet, Version=2.1.5.0, Culture=neutral, PublicKeyToken=2491df59efa5d132" />
2757- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2758- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2759- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2760- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2761- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2762- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2763- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2764- </References>
2765-</Project>
2766\ No newline at end of file
2767
2768=== added file 'GNOME-Dictionary/GNOME-Dictionary.csproj'
2769--- GNOME-Dictionary/GNOME-Dictionary.csproj 1970-01-01 00:00:00 +0000
2770+++ GNOME-Dictionary/GNOME-Dictionary.csproj 2009-04-12 09:02:35 +0000
2771@@ -0,0 +1,63 @@
2772+<?xml version="1.0" encoding="utf-8"?>
2773+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2774+ <PropertyGroup>
2775+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2776+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2777+ <ProductVersion>9.0.21022</ProductVersion>
2778+ <SchemaVersion>2.0</SchemaVersion>
2779+ <ProjectGuid>{D544EE60-F440-42B9-A943-E8D7D81C6410}</ProjectGuid>
2780+ <OutputType>Library</OutputType>
2781+ <AssemblyName>GNOME-Dictionary</AssemblyName>
2782+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2783+ </PropertyGroup>
2784+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2785+ <DebugSymbols>true</DebugSymbols>
2786+ <DebugType>full</DebugType>
2787+ <Optimize>true</Optimize>
2788+ <OutputPath>bin\Debug</OutputPath>
2789+ <DefineConstants>DEBUG</DefineConstants>
2790+ <ErrorReport>prompt</ErrorReport>
2791+ <WarningLevel>4</WarningLevel>
2792+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2793+ <ConsolePause>false</ConsolePause>
2794+ <Execution>
2795+ <Execution clr-version="Net_2_0" />
2796+ </Execution>
2797+ </PropertyGroup>
2798+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2799+ <DebugType>none</DebugType>
2800+ <Optimize>true</Optimize>
2801+ <OutputPath>bin\Release</OutputPath>
2802+ <ErrorReport>prompt</ErrorReport>
2803+ <WarningLevel>4</WarningLevel>
2804+ <AssemblyKeyFile>.</AssemblyKeyFile>
2805+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2806+ <ConsolePause>false</ConsolePause>
2807+ <Execution>
2808+ <Execution clr-version="Net_2_0" />
2809+ </Execution>
2810+ </PropertyGroup>
2811+ <ItemGroup>
2812+ <Reference Include="System" />
2813+ <Reference Include="Mono.Posix" />
2814+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
2815+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
2816+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2817+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2818+ <Reference Include="System.Core">
2819+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
2820+ </Reference>
2821+ </ItemGroup>
2822+ <ItemGroup>
2823+ <Folder Include="src/" />
2824+ </ItemGroup>
2825+ <ItemGroup>
2826+ <Compile Include="src\DefineAction.cs" />
2827+ </ItemGroup>
2828+ <ItemGroup>
2829+ <EmbeddedResource Include="Resources\GNOME-Dictionary.addin.xml">
2830+ <LogicalName>GNOME-Dictionary.addin.xml</LogicalName>
2831+ </EmbeddedResource>
2832+ </ItemGroup>
2833+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2834+</Project>
2835\ No newline at end of file
2836
2837=== removed file 'GNOME-Dictionary/GNOME-Dictionary.mdp'
2838--- GNOME-Dictionary/GNOME-Dictionary.mdp 2009-02-28 16:16:48 +0000
2839+++ GNOME-Dictionary/GNOME-Dictionary.mdp 1970-01-01 00:00:00 +0000
2840@@ -1,31 +0,0 @@
2841-<Project name="GNOME-Dictionary" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2842- <Configurations active="Debug">
2843- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2844- <Output directory="bin/Debug" assembly="GNOME-Dictionary" />
2845- <Build debugmode="True" target="Library" />
2846- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
2847- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2848- </Configuration>
2849- <Configuration name="Release" ctype="DotNetProjectConfiguration">
2850- <Output directory="bin/Release" assemblyKeyFile="." assembly="GNOME-Dictionary" />
2851- <Build debugmode="False" target="Library" />
2852- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
2853- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2854- </Configuration>
2855- </Configurations>
2856- <Contents>
2857- <File name="." subtype="Directory" buildaction="Compile" />
2858- <File name="src" subtype="Directory" buildaction="Compile" />
2859- <File name="src/DefineAction.cs" subtype="Code" buildaction="Compile" />
2860- <File name="Resources/GNOME-Dictionary.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2861- </Contents>
2862- <References>
2863- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2864- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2865- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2866- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2867- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2868- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2869- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
2870- </References>
2871-</Project>
2872\ No newline at end of file
2873
2874=== added file 'GNOME-Screenshot/GNOME-Screenshot.csproj'
2875--- GNOME-Screenshot/GNOME-Screenshot.csproj 1970-01-01 00:00:00 +0000
2876+++ GNOME-Screenshot/GNOME-Screenshot.csproj 2009-04-12 09:02:35 +0000
2877@@ -0,0 +1,63 @@
2878+<?xml version="1.0" encoding="utf-8"?>
2879+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2880+ <PropertyGroup>
2881+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2882+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2883+ <ProductVersion>9.0.21022</ProductVersion>
2884+ <SchemaVersion>2.0</SchemaVersion>
2885+ <ProjectGuid>{C0BF1415-FDE7-4A7F-941C-2C760D865039}</ProjectGuid>
2886+ <OutputType>Library</OutputType>
2887+ <AssemblyName>GNOME-Screenshot</AssemblyName>
2888+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2889+ </PropertyGroup>
2890+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2891+ <DebugSymbols>true</DebugSymbols>
2892+ <DebugType>full</DebugType>
2893+ <Optimize>true</Optimize>
2894+ <OutputPath>bin\Debug</OutputPath>
2895+ <DefineConstants>DEBUG</DefineConstants>
2896+ <ErrorReport>prompt</ErrorReport>
2897+ <WarningLevel>4</WarningLevel>
2898+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2899+ <Execution>
2900+ <Execution clr-version="Net_2_0" />
2901+ </Execution>
2902+ </PropertyGroup>
2903+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2904+ <DebugType>none</DebugType>
2905+ <Optimize>true</Optimize>
2906+ <OutputPath>bin\Release</OutputPath>
2907+ <ErrorReport>prompt</ErrorReport>
2908+ <WarningLevel>4</WarningLevel>
2909+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
2910+ <Execution>
2911+ <Execution clr-version="Net_2_0" />
2912+ </Execution>
2913+ </PropertyGroup>
2914+ <ItemGroup>
2915+ <Reference Include="System" />
2916+ <Reference Include="Mono.Posix" />
2917+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
2918+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
2919+ <Reference Include="System.Core">
2920+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
2921+ </Reference>
2922+ </ItemGroup>
2923+ <ItemGroup>
2924+ <Folder Include="src/" />
2925+ </ItemGroup>
2926+ <ItemGroup>
2927+ <Compile Include="src\CurrentWindowScreenshotItem.cs" />
2928+ <Compile Include="src\ScreenshotDelayItem.cs" />
2929+ <Compile Include="src\ScreenshotItem.cs" />
2930+ <Compile Include="src\TakeScreenshotAction.cs" />
2931+ <Compile Include="src\WholeScreenScreenshotItem.cs" />
2932+ <Compile Include="src\ScreenshotItemSource.cs" />
2933+ </ItemGroup>
2934+ <ItemGroup>
2935+ <EmbeddedResource Include="Resources\GNOME-Screenshot.addin.xml">
2936+ <LogicalName>GNOME-Screenshot.addin.xml</LogicalName>
2937+ </EmbeddedResource>
2938+ </ItemGroup>
2939+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2940+</Project>
2941\ No newline at end of file
2942
2943=== removed file 'GNOME-Screenshot/GNOME-Screenshot.mdp'
2944--- GNOME-Screenshot/GNOME-Screenshot.mdp 2009-02-28 16:16:48 +0000
2945+++ GNOME-Screenshot/GNOME-Screenshot.mdp 1970-01-01 00:00:00 +0000
2946@@ -1,33 +0,0 @@
2947-<Project name="GNOME-Screenshot" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2948- <Configurations active="Debug">
2949- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
2950- <Output directory="bin/Debug" assembly="GNOME-Screenshot" />
2951- <Build debugmode="True" target="Library" />
2952- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2953- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2954- </Configuration>
2955- <Configuration name="Release" ctype="DotNetProjectConfiguration">
2956- <Output directory="bin/Release" assembly="GNOME-Screenshot" />
2957- <Build debugmode="False" target="Library" />
2958- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
2959- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
2960- </Configuration>
2961- </Configurations>
2962- <Contents>
2963- <File name="src" subtype="Directory" buildaction="Compile" />
2964- <File name="src/CurrentWindowScreenshotItem.cs" subtype="Code" buildaction="Compile" />
2965- <File name="src/ScreenshotDelayItem.cs" subtype="Code" buildaction="Compile" />
2966- <File name="src/ScreenshotItem.cs" subtype="Code" buildaction="Compile" />
2967- <File name="src/TakeScreenshotAction.cs" subtype="Code" buildaction="Compile" />
2968- <File name="src/WholeScreenScreenshotItem.cs" subtype="Code" buildaction="Compile" />
2969- <File name="src/ScreenshotItemSource.cs" subtype="Code" buildaction="Compile" />
2970- <File name="Resources/GNOME-Screenshot.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
2971- </Contents>
2972- <References>
2973- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2974- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
2975- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
2976- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2977- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
2978- </References>
2979-</Project>
2980\ No newline at end of file
2981
2982=== added file 'GNOME-Session/GNOME-Session.csproj'
2983--- GNOME-Session/GNOME-Session.csproj 1970-01-01 00:00:00 +0000
2984+++ GNOME-Session/GNOME-Session.csproj 2009-04-12 09:02:35 +0000
2985@@ -0,0 +1,63 @@
2986+<?xml version="1.0" encoding="utf-8"?>
2987+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2988+ <PropertyGroup>
2989+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2990+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2991+ <ProductVersion>9.0.21022</ProductVersion>
2992+ <SchemaVersion>2.0</SchemaVersion>
2993+ <ProjectGuid>{BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}</ProjectGuid>
2994+ <OutputType>Library</OutputType>
2995+ <AssemblyName>GNOME-Session</AssemblyName>
2996+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
2997+ </PropertyGroup>
2998+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2999+ <DebugSymbols>true</DebugSymbols>
3000+ <DebugType>full</DebugType>
3001+ <Optimize>true</Optimize>
3002+ <OutputPath>bin\Debug</OutputPath>
3003+ <DefineConstants>DEBUG</DefineConstants>
3004+ <ErrorReport>prompt</ErrorReport>
3005+ <WarningLevel>4</WarningLevel>
3006+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3007+ <Execution>
3008+ <Execution clr-version="Net_2_0" />
3009+ </Execution>
3010+ </PropertyGroup>
3011+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3012+ <DebugType>none</DebugType>
3013+ <Optimize>true</Optimize>
3014+ <OutputPath>bin\Release</OutputPath>
3015+ <ErrorReport>prompt</ErrorReport>
3016+ <WarningLevel>4</WarningLevel>
3017+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3018+ <Execution>
3019+ <Execution clr-version="Net_2_0" />
3020+ </Execution>
3021+ </PropertyGroup>
3022+ <ItemGroup>
3023+ <Reference Include="System" />
3024+ <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
3025+ <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
3026+ <Reference Include="Mono.Posix" />
3027+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
3028+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
3029+ <Reference Include="System.Core">
3030+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
3031+ </Reference>
3032+ </ItemGroup>
3033+ <ItemGroup>
3034+ <Folder Include="src/" />
3035+ </ItemGroup>
3036+ <ItemGroup>
3037+ <Compile Include="src\PowerManagement.cs" />
3038+ <Compile Include="src\ScreenSaver.cs" />
3039+ <Compile Include="src\SessionCommandItem.cs" />
3040+ <Compile Include="src\SessionCommandsItemSource.cs" />
3041+ </ItemGroup>
3042+ <ItemGroup>
3043+ <EmbeddedResource Include="Resources\GNOME-Session.addin.xml">
3044+ <LogicalName>GNOME-Session.addin.xml</LogicalName>
3045+ </EmbeddedResource>
3046+ </ItemGroup>
3047+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
3048+</Project>
3049\ No newline at end of file
3050
3051=== removed file 'GNOME-Session/GNOME-Session.mdp'
3052--- GNOME-Session/GNOME-Session.mdp 2009-02-28 16:16:48 +0000
3053+++ GNOME-Session/GNOME-Session.mdp 1970-01-01 00:00:00 +0000
3054@@ -1,33 +0,0 @@
3055-<Project name="GNOME-Session" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
3056- <Configurations active="Debug">
3057- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
3058- <Output directory="bin/Debug" assembly="GNOME-Session" />
3059- <Build debugmode="True" target="Library" />
3060- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3061- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3062- </Configuration>
3063- <Configuration name="Release" ctype="DotNetProjectConfiguration">
3064- <Output directory="bin/Release" assembly="GNOME-Session" />
3065- <Build debugmode="False" target="Library" />
3066- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3067- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3068- </Configuration>
3069- </Configurations>
3070- <Contents>
3071- <File name="src" subtype="Directory" buildaction="Compile" />
3072- <File name="src/PowerManagement.cs" subtype="Code" buildaction="Compile" />
3073- <File name="src/ScreenSaver.cs" subtype="Code" buildaction="Compile" />
3074- <File name="src/SessionCommandItem.cs" subtype="Code" buildaction="Compile" />
3075- <File name="src/SessionCommandsItemSource.cs" subtype="Code" buildaction="Compile" />
3076- <File name="Resources/GNOME-Session.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
3077- </Contents>
3078- <References>
3079- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3080- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
3081- <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
3082- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
3083- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3084- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3085- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3086- </References>
3087-</Project>
3088\ No newline at end of file
3089
3090=== added file 'GNOME-Terminal/GNOME-Terminal.csproj'
3091--- GNOME-Terminal/GNOME-Terminal.csproj 1970-01-01 00:00:00 +0000
3092+++ GNOME-Terminal/GNOME-Terminal.csproj 2009-04-12 09:02:35 +0000
3093@@ -0,0 +1,67 @@
3094+<?xml version="1.0" encoding="utf-8"?>
3095+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3096+ <PropertyGroup>
3097+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3098+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3099+ <ProductVersion>9.0.21022</ProductVersion>
3100+ <SchemaVersion>2.0</SchemaVersion>
3101+ <ProjectGuid>{57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}</ProjectGuid>
3102+ <OutputType>Library</OutputType>
3103+ <AssemblyName>GNOME-Terminal</AssemblyName>
3104+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
3105+ </PropertyGroup>
3106+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3107+ <DebugSymbols>true</DebugSymbols>
3108+ <DebugType>full</DebugType>
3109+ <Optimize>true</Optimize>
3110+ <OutputPath>bin\Debug</OutputPath>
3111+ <DefineConstants>DEBUG</DefineConstants>
3112+ <ErrorReport>prompt</ErrorReport>
3113+ <WarningLevel>4</WarningLevel>
3114+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3115+ <AssemblyKeyFile>.</AssemblyKeyFile>
3116+ <ConsolePause>false</ConsolePause>
3117+ <Execution>
3118+ <Execution clr-version="Net_2_0" />
3119+ </Execution>
3120+ </PropertyGroup>
3121+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3122+ <DebugType>none</DebugType>
3123+ <Optimize>true</Optimize>
3124+ <OutputPath>bin\Release</OutputPath>
3125+ <ErrorReport>prompt</ErrorReport>
3126+ <WarningLevel>4</WarningLevel>
3127+ <ConsolePause>false</ConsolePause>
3128+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3129+ <Execution>
3130+ <Execution clr-version="Net_2_0" />
3131+ </Execution>
3132+ </PropertyGroup>
3133+ <ItemGroup>
3134+ <Reference Include="System" />
3135+ <Reference Include="Mono.Posix" />
3136+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
3137+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
3138+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3139+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3140+ <Reference Include="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3141+ <Reference Include="System.Core">
3142+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
3143+ </Reference>
3144+ </ItemGroup>
3145+ <ItemGroup>
3146+ <Folder Include="src/" />
3147+ </ItemGroup>
3148+ <ItemGroup>
3149+ <Compile Include="src\ProfileItem.cs" />
3150+ <Compile Include="src\ProfileItemSource.cs" />
3151+ <Compile Include="src\OpenTerminalHereAction.cs" />
3152+ <Compile Include="src\RunInTerminalAction.cs" />
3153+ </ItemGroup>
3154+ <ItemGroup>
3155+ <EmbeddedResource Include="Resources\GNOME-Terminal.addin.xml">
3156+ <LogicalName>GNOME-Terminal.addin.xml</LogicalName>
3157+ </EmbeddedResource>
3158+ </ItemGroup>
3159+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
3160+</Project>
3161\ No newline at end of file
3162
3163=== removed file 'GNOME-Terminal/GNOME-Terminal.mdp'
3164--- GNOME-Terminal/GNOME-Terminal.mdp 2009-02-28 16:16:48 +0000
3165+++ GNOME-Terminal/GNOME-Terminal.mdp 1970-01-01 00:00:00 +0000
3166@@ -1,35 +0,0 @@
3167-<Project name="GNOME-Terminal" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
3168- <Configurations active="Debug">
3169- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
3170- <Output directory="bin/Debug" assemblyKeyFile="." assembly="GNOME-Terminal" />
3171- <Build debugmode="True" target="Library" />
3172- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
3173- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3174- </Configuration>
3175- <Configuration name="Release" ctype="DotNetProjectConfiguration">
3176- <Output directory="bin/Release" assembly="GNOME-Terminal" />
3177- <Build debugmode="False" target="Library" />
3178- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
3179- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3180- </Configuration>
3181- </Configurations>
3182- <Contents>
3183- <File name="." subtype="Directory" buildaction="Compile" />
3184- <File name="src" subtype="Directory" buildaction="Compile" />
3185- <File name="src/ProfileItem.cs" subtype="Code" buildaction="Compile" />
3186- <File name="src/ProfileItemSource.cs" subtype="Code" buildaction="Compile" />
3187- <File name="src/OpenTerminalHereAction.cs" subtype="Code" buildaction="Compile" />
3188- <File name="src/RunInTerminalAction.cs" subtype="Code" buildaction="Compile" />
3189- <File name="Resources/GNOME-Terminal.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
3190- </Contents>
3191- <References>
3192- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3193- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
3194- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3195- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3196- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3197- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3198- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3199- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3200- </References>
3201-</Project>
3202\ No newline at end of file
3203
3204=== added file 'GoogleCalculator/GoogleCalculator.csproj'
3205--- GoogleCalculator/GoogleCalculator.csproj 1970-01-01 00:00:00 +0000
3206+++ GoogleCalculator/GoogleCalculator.csproj 2009-04-12 09:02:35 +0000
3207@@ -0,0 +1,59 @@
3208+<?xml version="1.0" encoding="utf-8"?>
3209+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3210+ <PropertyGroup>
3211+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3212+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3213+ <ProductVersion>9.0.21022</ProductVersion>
3214+ <SchemaVersion>2.0</SchemaVersion>
3215+ <ProjectGuid>{0EC293B2-D2AF-474B-BDE3-8F64BF890279}</ProjectGuid>
3216+ <OutputType>Library</OutputType>
3217+ <AssemblyName>GoogleCalculator</AssemblyName>
3218+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
3219+ </PropertyGroup>
3220+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3221+ <DebugSymbols>true</DebugSymbols>
3222+ <DebugType>full</DebugType>
3223+ <Optimize>true</Optimize>
3224+ <OutputPath>bin\Debug</OutputPath>
3225+ <DefineConstants>DEBUG</DefineConstants>
3226+ <ErrorReport>prompt</ErrorReport>
3227+ <WarningLevel>4</WarningLevel>
3228+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3229+ <Execution>
3230+ <Execution clr-version="Net_2_0" />
3231+ </Execution>
3232+ </PropertyGroup>
3233+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3234+ <DebugType>none</DebugType>
3235+ <Optimize>true</Optimize>
3236+ <OutputPath>bin\Release</OutputPath>
3237+ <ErrorReport>prompt</ErrorReport>
3238+ <WarningLevel>4</WarningLevel>
3239+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3240+ <Execution>
3241+ <Execution clr-version="Net_2_0" />
3242+ </Execution>
3243+ </PropertyGroup>
3244+ <ItemGroup>
3245+ <Reference Include="System" />
3246+ <Reference Include="Mono.Posix" />
3247+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
3248+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
3249+ <Reference Include="System.Web" />
3250+ <Reference Include="System.Core">
3251+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
3252+ </Reference>
3253+ </ItemGroup>
3254+ <ItemGroup>
3255+ <Folder Include="src/" />
3256+ </ItemGroup>
3257+ <ItemGroup>
3258+ <Compile Include="src\GoogleCalculatorAction.cs" />
3259+ </ItemGroup>
3260+ <ItemGroup>
3261+ <EmbeddedResource Include="Resources\GoogleCalculator.addin.xml">
3262+ <LogicalName>GoogleCalculator.addin.xml</LogicalName>
3263+ </EmbeddedResource>
3264+ </ItemGroup>
3265+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
3266+</Project>
3267\ No newline at end of file
3268
3269=== removed file 'GoogleCalculator/GoogleCalculator.mdp'
3270--- GoogleCalculator/GoogleCalculator.mdp 2009-02-28 16:16:48 +0000
3271+++ GoogleCalculator/GoogleCalculator.mdp 1970-01-01 00:00:00 +0000
3272@@ -1,29 +0,0 @@
3273-<Project name="GoogleCalculator" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
3274- <Configurations active="Debug">
3275- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
3276- <Output directory="bin/Debug" assembly="GoogleCalculator" />
3277- <Build debugmode="True" target="Library" />
3278- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3279- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3280- </Configuration>
3281- <Configuration name="Release" ctype="DotNetProjectConfiguration">
3282- <Output directory="bin/Release" assembly="GoogleCalculator" />
3283- <Build debugmode="False" target="Library" />
3284- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3285- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3286- </Configuration>
3287- </Configurations>
3288- <Contents>
3289- <File name="src" subtype="Directory" buildaction="Compile" />
3290- <File name="src/GoogleCalculatorAction.cs" subtype="Code" buildaction="Compile" />
3291- <File name="Resources/GoogleCalculator.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
3292- </Contents>
3293- <References>
3294- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3295- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
3296- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3297- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3298- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3299- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
3300- </References>
3301-</Project>
3302\ No newline at end of file
3303
3304=== added file 'GoogleCalendar/GoogleCalendar.csproj'
3305--- GoogleCalendar/GoogleCalendar.csproj 1970-01-01 00:00:00 +0000
3306+++ GoogleCalendar/GoogleCalendar.csproj 2009-04-12 09:02:35 +0000
3307@@ -0,0 +1,83 @@
3308+<?xml version="1.0" encoding="utf-8"?>
3309+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3310+ <PropertyGroup>
3311+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3312+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3313+ <ProductVersion>9.0.21022</ProductVersion>
3314+ <SchemaVersion>2.0</SchemaVersion>
3315+ <ProjectGuid>{860B498C-7D17-441C-A84A-BF6E0D3E73FC}</ProjectGuid>
3316+ <OutputType>Library</OutputType>
3317+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
3318+ </PropertyGroup>
3319+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3320+ <DebugSymbols>true</DebugSymbols>
3321+ <DebugType>full</DebugType>
3322+ <Optimize>true</Optimize>
3323+ <OutputPath>bin\Debug</OutputPath>
3324+ <DefineConstants>DEBUG</DefineConstants>
3325+ <ErrorReport>prompt</ErrorReport>
3326+ <WarningLevel>4</WarningLevel>
3327+ <AssemblyName>GoogleCalendar</AssemblyName>
3328+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3329+ <Execution>
3330+ <Execution clr-version="Net_2_0" />
3331+ </Execution>
3332+ </PropertyGroup>
3333+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3334+ <DebugType>none</DebugType>
3335+ <Optimize>true</Optimize>
3336+ <OutputPath>bin\Release</OutputPath>
3337+ <ErrorReport>prompt</ErrorReport>
3338+ <WarningLevel>4</WarningLevel>
3339+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3340+ <AssemblyName>GCalendar</AssemblyName>
3341+ <Execution>
3342+ <Execution clr-version="Net_2_0" />
3343+ </Execution>
3344+ </PropertyGroup>
3345+ <ItemGroup>
3346+ <Reference Include="System" />
3347+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3348+ <Reference Include="Mono.Posix" />
3349+ <Reference Include="Google.GData.AccessControl" />
3350+ <Reference Include="Google.GData.Calendar" />
3351+ <Reference Include="Google.GData.Client" />
3352+ <Reference Include="Google.GData.Extensions" />
3353+ <Reference Include="System.Xml" />
3354+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
3355+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
3356+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
3357+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
3358+ <Reference Include="System.Core">
3359+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
3360+ </Reference>
3361+ </ItemGroup>
3362+ <ItemGroup>
3363+ <Compile Include="src\CertHandler.cs" />
3364+ <Compile Include="src\Configuration.cs" />
3365+ <Compile Include="src\GCalendarEventItem.cs" />
3366+ <Compile Include="src\GCalendarItem.cs" />
3367+ <Compile Include="src\GCalendarItemSource.cs" />
3368+ <Compile Include="src\GCalendarNewEvent.cs" />
3369+ <Compile Include="src\GCalendarSearchEvents.cs" />
3370+ <Compile Include="src\GCalClient.cs" />
3371+ <Compile Include="src\GCal.cs" />
3372+ <Compile Include="src\GCalPreferences.cs" />
3373+ <Compile Include="src\GCalendarViewActions.cs" />
3374+ </ItemGroup>
3375+ <ItemGroup>
3376+ <None Include="..\BundledLibraries\Google.GData.AccessControl.dll" />
3377+ <None Include="..\BundledLibraries\Google.GData.Calendar.dll" />
3378+ <None Include="..\BundledLibraries\Google.GData.Client.dll" />
3379+ <None Include="..\BundledLibraries\Google.GData.Extensions.dll" />
3380+ </ItemGroup>
3381+ <ItemGroup>
3382+ <EmbeddedResource Include="Resources\GoogleCalendar.addin.xml">
3383+ <LogicalName>GoogleCalendar.addin.xml</LogicalName>
3384+ </EmbeddedResource>
3385+ <EmbeddedResource Include="Resources\icons\calIcon.png">
3386+ <LogicalName>calIcon.png</LogicalName>
3387+ </EmbeddedResource>
3388+ </ItemGroup>
3389+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
3390+</Project>
3391\ No newline at end of file
3392
3393=== removed file 'GoogleCalendar/GoogleCalendar.mdp'
3394--- GoogleCalendar/GoogleCalendar.mdp 2009-02-28 16:16:48 +0000
3395+++ GoogleCalendar/GoogleCalendar.mdp 1970-01-01 00:00:00 +0000
3396@@ -1,50 +0,0 @@
3397-<Project name="GoogleCalendar" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
3398- <Configurations active="Debug">
3399- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
3400- <Output directory="bin/Debug" assembly="GoogleCalendar" />
3401- <Build debugmode="True" target="Library" />
3402- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3403- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3404- </Configuration>
3405- <Configuration name="Release" ctype="DotNetProjectConfiguration">
3406- <Output directory="bin/Release" assembly="GCalendar" />
3407- <Build debugmode="False" target="Library" />
3408- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3409- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3410- </Configuration>
3411- </Configurations>
3412- <Contents>
3413- <File name="src/CertHandler.cs" subtype="Code" buildaction="Compile" />
3414- <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
3415- <File name="src/GCalendarEventItem.cs" subtype="Code" buildaction="Compile" />
3416- <File name="src/GCalendarItem.cs" subtype="Code" buildaction="Compile" />
3417- <File name="src/GCalendarItemSource.cs" subtype="Code" buildaction="Compile" />
3418- <File name="src/GCalendarNewEvent.cs" subtype="Code" buildaction="Compile" />
3419- <File name="src/GCalendarSearchEvents.cs" subtype="Code" buildaction="Compile" />
3420- <File name="../BundledLibraries/Google.GData.AccessControl.dll" subtype="Code" buildaction="Nothing" />
3421- <File name="../BundledLibraries/Google.GData.Calendar.dll" subtype="Code" buildaction="Nothing" />
3422- <File name="../BundledLibraries/Google.GData.Client.dll" subtype="Code" buildaction="Nothing" />
3423- <File name="../BundledLibraries/Google.GData.Extensions.dll" subtype="Code" buildaction="Nothing" />
3424- <File name="src/GCalClient.cs" subtype="Code" buildaction="Compile" />
3425- <File name="src/GCal.cs" subtype="Code" buildaction="Compile" />
3426- <File name="src/GCalPreferences.cs" subtype="Code" buildaction="Compile" />
3427- <File name="src/GCalendarViewActions.cs" subtype="Code" buildaction="Compile" />
3428- <File name="Resources/GoogleCalendar.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
3429- <File name="Resources/icons/calIcon.png" subtype="Code" buildaction="EmbedAsResource" />
3430- </Contents>
3431- <References>
3432- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3433- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3434- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
3435- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.AccessControl.dll" />
3436- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Calendar.dll" />
3437- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Client.dll" />
3438- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Extensions.dll" />
3439- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3440- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3441- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3442- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3443- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3444- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3445- </References>
3446-</Project>
3447\ No newline at end of file
3448
3449=== removed file 'GoogleContacts/GMailContacts.mdp'
3450--- GoogleContacts/GMailContacts.mdp 2009-02-28 16:16:48 +0000
3451+++ GoogleContacts/GMailContacts.mdp 1970-01-01 00:00:00 +0000
3452@@ -1,49 +0,0 @@
3453-<Project name="GoogleContacts" fileversion="2.0" language="C#" DefaultNamespace="GMail" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
3454- <Configurations active="Debug">
3455- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
3456- <Output directory="bin/Debug" assembly="GoogleContacts" />
3457- <Build debugmode="True" target="Library" />
3458- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3459- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3460- </Configuration>
3461- <Configuration name="Release" ctype="DotNetProjectConfiguration">
3462- <Output directory="bin/Release" assembly="GMailContacts" />
3463- <Build debugmode="False" target="Library" />
3464- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3465- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3466- </Configuration>
3467- </Configurations>
3468- <Contents>
3469- <File name="src" subtype="Directory" buildaction="Compile" />
3470- <File name="src/GMail.cs" subtype="Code" buildaction="Compile" />
3471- <File name="src/GMailContactItemSource.cs" subtype="Code" buildaction="Compile" />
3472- <File name="src/GMailContactDetailItem.cs" subtype="Code" buildaction="Compile" />
3473- <File name="src/CertHandler.cs" subtype="Code" buildaction="Compile" />
3474- <File name="src/GMailConfig.cs" subtype="Code" buildaction="Compile" />
3475- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
3476- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
3477- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
3478- <File name="../BundledLibraries/Google.GData.Client.dll" subtype="Code" buildaction="Nothing" />
3479- <File name="../BundledLibraries/Google.GData.Contacts.dll" subtype="Code" buildaction="Nothing" />
3480- <File name="../BundledLibraries/Google.GData.Extensions.dll" subtype="Code" buildaction="Nothing" />
3481- <File name="src/Preferences.cs" subtype="Code" buildaction="Compile" />
3482- <File name="src/GMailClient.cs" subtype="Code" buildaction="Compile" />
3483- <File name="Resources/GoogleContacts.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
3484- <File name="Resources/icons/gmail-logo.png" subtype="Code" buildaction="EmbedAsResource" />
3485- <File name="Resources/icons/phone.png" subtype="Code" buildaction="EmbedAsResource" />
3486- </Contents>
3487- <References>
3488- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3489- <ProjectReference type="Gac" localcopy="True" refto="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
3490- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3491- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3492- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
3493- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Client.dll" />
3494- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Contacts.dll" />
3495- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Extensions.dll" />
3496- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3497- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3498- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3499- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3500- </References>
3501-</Project>
3502\ No newline at end of file
3503
3504=== added file 'GoogleContacts/GoogleContacts.csproj'
3505--- GoogleContacts/GoogleContacts.csproj 1970-01-01 00:00:00 +0000
3506+++ GoogleContacts/GoogleContacts.csproj 2009-04-12 01:45:29 +0000
3507@@ -0,0 +1,91 @@
3508+<?xml version="1.0" encoding="utf-8"?>
3509+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3510+ <PropertyGroup>
3511+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3512+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3513+ <ProductVersion>9.0.21022</ProductVersion>
3514+ <SchemaVersion>2.0</SchemaVersion>
3515+ <ProjectGuid>{1AC7E80C-1DC3-475E-947E-D91FF7F643BA}</ProjectGuid>
3516+ <OutputType>Library</OutputType>
3517+ <RootNamespace>GMail</RootNamespace>
3518+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
3519+ </PropertyGroup>
3520+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3521+ <DebugSymbols>true</DebugSymbols>
3522+ <DebugType>full</DebugType>
3523+ <Optimize>true</Optimize>
3524+ <OutputPath>bin\Debug</OutputPath>
3525+ <DefineConstants>DEBUG</DefineConstants>
3526+ <ErrorReport>prompt</ErrorReport>
3527+ <WarningLevel>4</WarningLevel>
3528+ <AssemblyName>GoogleContacts</AssemblyName>
3529+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3530+ <Execution>
3531+ <Execution clr-version="Net_2_0" />
3532+ </Execution>
3533+ </PropertyGroup>
3534+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3535+ <DebugType>none</DebugType>
3536+ <Optimize>true</Optimize>
3537+ <OutputPath>bin\Release</OutputPath>
3538+ <ErrorReport>prompt</ErrorReport>
3539+ <WarningLevel>4</WarningLevel>
3540+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3541+ <AssemblyName>GMailContacts</AssemblyName>
3542+ <Execution>
3543+ <Execution clr-version="Net_2_0" />
3544+ </Execution>
3545+ </PropertyGroup>
3546+ <ItemGroup>
3547+ <Reference Include="System" />
3548+ <Reference Include="System.Security" />
3549+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3550+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3551+ <Reference Include="Mono.Posix" />
3552+ <Reference Include="Google.GData.Client" />
3553+ <Reference Include="Google.GData.Contacts" />
3554+ <Reference Include="Google.GData.Extensions" />
3555+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
3556+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
3557+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
3558+ <Reference Include="System.Core">
3559+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
3560+ </Reference>
3561+ </ItemGroup>
3562+ <ItemGroup>
3563+ <Folder Include="src/" />
3564+ </ItemGroup>
3565+ <ItemGroup>
3566+ <Compile Include="src\GMail.cs" />
3567+ <Compile Include="src\GMailContactItemSource.cs" />
3568+ <Compile Include="src\GMailContactDetailItem.cs" />
3569+ <Compile Include="src\CertHandler.cs" />
3570+ <Compile Include="src\GMailConfig.cs" />
3571+ <Compile Include="gtk-gui\generated.cs" />
3572+ <Compile Include="src\Preferences.cs" />
3573+ <Compile Include="src\GMailClient.cs" />
3574+ </ItemGroup>
3575+ <ItemGroup>
3576+ <EmbeddedResource Include="gtk-gui\gui.stetic">
3577+ <LogicalName>gui.stetic</LogicalName>
3578+ </EmbeddedResource>
3579+ <EmbeddedResource Include="gtk-gui\objects.xml">
3580+ <LogicalName>objects.xml</LogicalName>
3581+ </EmbeddedResource>
3582+ <EmbeddedResource Include="Resources\GoogleContacts.addin.xml">
3583+ <LogicalName>GoogleContacts.addin.xml</LogicalName>
3584+ </EmbeddedResource>
3585+ <EmbeddedResource Include="Resources\icons\gmail-logo.png">
3586+ <LogicalName>gmail-logo.png</LogicalName>
3587+ </EmbeddedResource>
3588+ <EmbeddedResource Include="Resources\icons\phone.png">
3589+ <LogicalName>phone.png</LogicalName>
3590+ </EmbeddedResource>
3591+ </ItemGroup>
3592+ <ItemGroup>
3593+ <None Include="..\BundledLibraries\Google.GData.Client.dll" />
3594+ <None Include="..\BundledLibraries\Google.GData.Contacts.dll" />
3595+ <None Include="..\BundledLibraries\Google.GData.Extensions.dll" />
3596+ </ItemGroup>
3597+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
3598+</Project>
3599\ No newline at end of file
3600
3601=== modified file 'GoogleContacts/gtk-gui/gui.stetic'
3602--- GoogleContacts/gtk-gui/gui.stetic 2008-06-10 14:28:30 +0000
3603+++ GoogleContacts/gtk-gui/gui.stetic 2009-04-12 01:45:29 +0000
3604@@ -1,2 +1,6 @@
3605+<?xml version="1.0" encoding="utf-8"?>
3606 <stetic-interface>
3607-</stetic-interface>
3608+ <configuration>
3609+ <target-gtk-version>2.12.1</target-gtk-version>
3610+ </configuration>
3611+</stetic-interface>
3612\ No newline at end of file
3613
3614=== removed file 'GoogleDocs/GDocs.mdp'
3615--- GoogleDocs/GDocs.mdp 2009-02-28 16:16:48 +0000
3616+++ GoogleDocs/GDocs.mdp 1970-01-01 00:00:00 +0000
3617@@ -1,54 +0,0 @@
3618-<Project name="GoogleDocs" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
3619- <Configurations active="Debug">
3620- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
3621- <Output directory="bin/Debug" assembly="GoogleDocs" />
3622- <Build debugmode="True" target="Library" />
3623- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3624- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3625- </Configuration>
3626- <Configuration name="Release" ctype="DotNetProjectConfiguration">
3627- <Output directory="bin/Release" assembly="GDocs" />
3628- <Build debugmode="False" target="Library" />
3629- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3630- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3631- </Configuration>
3632- </Configurations>
3633- <Contents>
3634- <File name="src/CertHandler.cs" subtype="Code" buildaction="Compile" />
3635- <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
3636- <File name="src/GDocs.cs" subtype="Code" buildaction="Compile" />
3637- <File name="src/GDocsItemSource.cs" subtype="Code" buildaction="Compile" />
3638- <File name="src/GDocsItem.cs" subtype="Code" buildaction="Compile" />
3639- <File name="src/GDocsDocumentItem.cs" subtype="Code" buildaction="Compile" />
3640- <File name="src/GDocsSpreadsheetItem.cs" subtype="Code" buildaction="Compile" />
3641- <File name="src/GDocsPDFItem.cs" subtype="Code" buildaction="Compile" />
3642- <File name="src/GDocsPresentationItem.cs" subtype="Code" buildaction="Compile" />
3643- <File name="src/GDocsUploadDocument.cs" subtype="Code" buildaction="Compile" />
3644- <File name="src/GDocsTrashDocument.cs" subtype="Code" buildaction="Compile" />
3645- <File name="../BundledLibraries/Google.GData.AccessControl.dll" subtype="Code" buildaction="Nothing" />
3646- <File name="../BundledLibraries/Google.GData.Client.dll" subtype="Code" buildaction="Nothing" />
3647- <File name="../BundledLibraries/Google.GData.Documents.dll" subtype="Code" buildaction="Nothing" />
3648- <File name="../BundledLibraries/Google.GData.Extensions.dll" subtype="Code" buildaction="Nothing" />
3649- <File name="src/Preferences.cs" subtype="Code" buildaction="Compile" />
3650- <File name="Resources" subtype="Directory" buildaction="Compile" />
3651- <File name="Resources/GoogleDocs.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
3652- <File name="Resources/icons/gDocsIcon.png" subtype="Code" buildaction="EmbedAsResource" />
3653- <File name="Resources/icons/gDocsTrashIcon.png" subtype="Code" buildaction="EmbedAsResource" />
3654- <File name="Resources/icons/gDocsUploadIcon.png" subtype="Code" buildaction="EmbedAsResource" />
3655- </Contents>
3656- <References>
3657- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3658- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3659- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
3660- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3661- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.AccessControl.dll" />
3662- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Client.dll" />
3663- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Documents.dll" />
3664- <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Extensions.dll" />
3665- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3666- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3667- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3668- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3669- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3670- </References>
3671-</Project>
3672\ No newline at end of file
3673
3674=== added file 'GoogleDocs/GoogleDocs.csproj'
3675--- GoogleDocs/GoogleDocs.csproj 1970-01-01 00:00:00 +0000
3676+++ GoogleDocs/GoogleDocs.csproj 2009-04-12 01:45:29 +0000
3677@@ -0,0 +1,94 @@
3678+<?xml version="1.0" encoding="utf-8"?>
3679+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3680+ <PropertyGroup>
3681+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3682+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3683+ <ProductVersion>9.0.21022</ProductVersion>
3684+ <SchemaVersion>2.0</SchemaVersion>
3685+ <ProjectGuid>{21D7A340-FA70-415B-83A5-56E840D5DBBB}</ProjectGuid>
3686+ <OutputType>Library</OutputType>
3687+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
3688+ <RootNamespace>GDocs</RootNamespace>
3689+ </PropertyGroup>
3690+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3691+ <DebugSymbols>true</DebugSymbols>
3692+ <DebugType>full</DebugType>
3693+ <Optimize>true</Optimize>
3694+ <OutputPath>bin\Debug</OutputPath>
3695+ <DefineConstants>DEBUG</DefineConstants>
3696+ <ErrorReport>prompt</ErrorReport>
3697+ <WarningLevel>4</WarningLevel>
3698+ <AssemblyName>GoogleDocs</AssemblyName>
3699+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3700+ <Execution>
3701+ <Execution clr-version="Net_2_0" />
3702+ </Execution>
3703+ </PropertyGroup>
3704+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3705+ <DebugType>none</DebugType>
3706+ <Optimize>true</Optimize>
3707+ <OutputPath>bin\Release</OutputPath>
3708+ <ErrorReport>prompt</ErrorReport>
3709+ <WarningLevel>4</WarningLevel>
3710+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3711+ <AssemblyName>GDocs</AssemblyName>
3712+ <Execution>
3713+ <Execution clr-version="Net_2_0" />
3714+ </Execution>
3715+ </PropertyGroup>
3716+ <ItemGroup>
3717+ <Reference Include="System" />
3718+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3719+ <Reference Include="Mono.Posix" />
3720+ <Reference Include="System.Xml" />
3721+ <Reference Include="Google.GData.AccessControl" />
3722+ <Reference Include="Google.GData.Client" />
3723+ <Reference Include="Google.GData.Documents" />
3724+ <Reference Include="Google.GData.Extensions" />
3725+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
3726+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
3727+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
3728+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3729+ <Reference Include="System.Core">
3730+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
3731+ </Reference>
3732+ </ItemGroup>
3733+ <ItemGroup>
3734+ <Compile Include="src\CertHandler.cs" />
3735+ <Compile Include="src\Configuration.cs" />
3736+ <Compile Include="src\GDocs.cs" />
3737+ <Compile Include="src\GDocsItemSource.cs" />
3738+ <Compile Include="src\GDocsItem.cs" />
3739+ <Compile Include="src\GDocsDocumentItem.cs" />
3740+ <Compile Include="src\GDocsSpreadsheetItem.cs" />
3741+ <Compile Include="src\GDocsPDFItem.cs" />
3742+ <Compile Include="src\GDocsPresentationItem.cs" />
3743+ <Compile Include="src\GDocsUploadDocument.cs" />
3744+ <Compile Include="src\GDocsTrashDocument.cs" />
3745+ <Compile Include="src\Preferences.cs" />
3746+ </ItemGroup>
3747+ <ItemGroup>
3748+ <None Include="..\BundledLibraries\Google.GData.AccessControl.dll" />
3749+ <None Include="..\BundledLibraries\Google.GData.Client.dll" />
3750+ <None Include="..\BundledLibraries\Google.GData.Documents.dll" />
3751+ <None Include="..\BundledLibraries\Google.GData.Extensions.dll" />
3752+ </ItemGroup>
3753+ <ItemGroup>
3754+ <Folder Include="Resources/" />
3755+ </ItemGroup>
3756+ <ItemGroup>
3757+ <EmbeddedResource Include="Resources\GoogleDocs.addin.xml">
3758+ <LogicalName>GoogleDocs.addin.xml</LogicalName>
3759+ </EmbeddedResource>
3760+ <EmbeddedResource Include="Resources\icons\gDocsIcon.png">
3761+ <LogicalName>gDocsIcon.png</LogicalName>
3762+ </EmbeddedResource>
3763+ <EmbeddedResource Include="Resources\icons\gDocsTrashIcon.png">
3764+ <LogicalName>gDocsTrashIcon.png</LogicalName>
3765+ </EmbeddedResource>
3766+ <EmbeddedResource Include="Resources\icons\gDocsUploadIcon.png">
3767+ <LogicalName>gDocsUploadIcon.png</LogicalName>
3768+ </EmbeddedResource>
3769+ </ItemGroup>
3770+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
3771+</Project>
3772\ No newline at end of file
3773
3774=== added file 'GoogleMaps/GoogleMaps.csproj'
3775--- GoogleMaps/GoogleMaps.csproj 1970-01-01 00:00:00 +0000
3776+++ GoogleMaps/GoogleMaps.csproj 2009-04-12 09:02:35 +0000
3777@@ -0,0 +1,61 @@
3778+<?xml version="1.0" encoding="utf-8"?>
3779+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3780+ <PropertyGroup>
3781+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3782+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3783+ <ProductVersion>9.0.21022</ProductVersion>
3784+ <SchemaVersion>2.0</SchemaVersion>
3785+ <ProjectGuid>{D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}</ProjectGuid>
3786+ <OutputType>Library</OutputType>
3787+ <AssemblyName>GoogleMaps</AssemblyName>
3788+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
3789+ </PropertyGroup>
3790+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3791+ <DebugSymbols>true</DebugSymbols>
3792+ <DebugType>full</DebugType>
3793+ <Optimize>true</Optimize>
3794+ <OutputPath>bin\Debug</OutputPath>
3795+ <DefineConstants>DEBUG</DefineConstants>
3796+ <ErrorReport>prompt</ErrorReport>
3797+ <WarningLevel>4</WarningLevel>
3798+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3799+ <ConsolePause>false</ConsolePause>
3800+ <Execution>
3801+ <Execution clr-version="Net_2_0" />
3802+ </Execution>
3803+ </PropertyGroup>
3804+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3805+ <DebugType>none</DebugType>
3806+ <Optimize>true</Optimize>
3807+ <OutputPath>bin\Release</OutputPath>
3808+ <ErrorReport>prompt</ErrorReport>
3809+ <WarningLevel>4</WarningLevel>
3810+ <ConsolePause>false</ConsolePause>
3811+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3812+ <Execution>
3813+ <Execution clr-version="Net_2_0" />
3814+ </Execution>
3815+ </PropertyGroup>
3816+ <ItemGroup>
3817+ <Reference Include="System" />
3818+ <Reference Include="Mono.Posix" />
3819+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
3820+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
3821+ <Reference Include="System.Web" />
3822+ <Reference Include="System.Core">
3823+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
3824+ </Reference>
3825+ </ItemGroup>
3826+ <ItemGroup>
3827+ <Folder Include="src/" />
3828+ </ItemGroup>
3829+ <ItemGroup>
3830+ <Compile Include="src\MapAction.cs" />
3831+ </ItemGroup>
3832+ <ItemGroup>
3833+ <EmbeddedResource Include="Resources\GoogleMaps.addin.xml">
3834+ <LogicalName>GoogleMaps.addin.xml</LogicalName>
3835+ </EmbeddedResource>
3836+ </ItemGroup>
3837+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
3838+</Project>
3839\ No newline at end of file
3840
3841=== removed file 'GoogleMaps/GoogleMaps.mdp'
3842--- GoogleMaps/GoogleMaps.mdp 2009-02-28 16:16:48 +0000
3843+++ GoogleMaps/GoogleMaps.mdp 1970-01-01 00:00:00 +0000
3844@@ -1,30 +0,0 @@
3845-<Project name="GoogleMaps" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
3846- <Configurations active="Debug">
3847- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
3848- <Output directory="bin/Debug" assembly="GoogleMaps" />
3849- <Build debugmode="True" target="Library" />
3850- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
3851- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3852- </Configuration>
3853- <Configuration name="Release" ctype="DotNetProjectConfiguration">
3854- <Output directory="bin/Release" assembly="GoogleMaps" />
3855- <Build debugmode="False" target="Library" />
3856- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
3857- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3858- </Configuration>
3859- </Configurations>
3860- <Contents>
3861- <File name="." subtype="Directory" buildaction="Compile" />
3862- <File name="src" subtype="Directory" buildaction="Compile" />
3863- <File name="src/MapAction.cs" subtype="Code" buildaction="Compile" />
3864- <File name="Resources/GoogleMaps.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
3865- </Contents>
3866- <References>
3867- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3868- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
3869- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3870- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3871- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
3872- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
3873- </References>
3874-</Project>
3875\ No newline at end of file
3876
3877=== added file 'GoogleSearch/GoogleSearch.csproj'
3878--- GoogleSearch/GoogleSearch.csproj 1970-01-01 00:00:00 +0000
3879+++ GoogleSearch/GoogleSearch.csproj 2009-04-12 09:02:35 +0000
3880@@ -0,0 +1,78 @@
3881+<?xml version="1.0" encoding="utf-8"?>
3882+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3883+ <PropertyGroup>
3884+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3885+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3886+ <ProductVersion>9.0.21022</ProductVersion>
3887+ <SchemaVersion>2.0</SchemaVersion>
3888+ <ProjectGuid>{FF774FAF-1C82-49E6-BE84-5FE4D46D9391}</ProjectGuid>
3889+ <OutputType>Library</OutputType>
3890+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
3891+ </PropertyGroup>
3892+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3893+ <DebugSymbols>true</DebugSymbols>
3894+ <DebugType>full</DebugType>
3895+ <Optimize>true</Optimize>
3896+ <OutputPath>bin\Debug</OutputPath>
3897+ <DefineConstants>DEBUG</DefineConstants>
3898+ <ErrorReport>prompt</ErrorReport>
3899+ <WarningLevel>4</WarningLevel>
3900+ <AssemblyName>GoogleSearch</AssemblyName>
3901+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3902+ <Execution>
3903+ <Execution clr-version="Net_2_0" />
3904+ </Execution>
3905+ </PropertyGroup>
3906+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3907+ <DebugType>none</DebugType>
3908+ <Optimize>true</Optimize>
3909+ <OutputPath>bin\Release</OutputPath>
3910+ <ErrorReport>prompt</ErrorReport>
3911+ <WarningLevel>4</WarningLevel>
3912+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
3913+ <AssemblyName>InlineGoogleSearch</AssemblyName>
3914+ <Execution>
3915+ <Execution clr-version="Net_2_0" />
3916+ </Execution>
3917+ </PropertyGroup>
3918+ <ItemGroup>
3919+ <Reference Include="System" />
3920+ <Reference Include="System.Web" />
3921+ <Reference Include="System.Web.Services" />
3922+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3923+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3924+ <Reference Include="Mono.Posix" />
3925+ <Reference Include="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3926+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
3927+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
3928+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
3929+ <Reference Include="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral" />
3930+ <Reference Include="System.Core">
3931+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
3932+ </Reference>
3933+ </ItemGroup>
3934+ <ItemGroup>
3935+ <Folder Include="src/" />
3936+ </ItemGroup>
3937+ <ItemGroup>
3938+ <Compile Include="src\InlineGoogleSearch.cs" />
3939+ <Compile Include="gtk-gui\generated.cs" />
3940+ <Compile Include="src\InlineGoogleSearchConfig.cs" />
3941+ <Compile Include="gtk-gui\InlineGoogleSearch.InlineGoogleSearchConfig.cs" />
3942+ <Compile Include="src\GoogleSearchResult.cs" />
3943+ <Compile Include="src\GoogleSearch.cs" />
3944+ <Compile Include="src\ImFeelingLuckyAction.cs" />
3945+ </ItemGroup>
3946+ <ItemGroup>
3947+ <EmbeddedResource Include="gtk-gui\gui.stetic">
3948+ <LogicalName>gui.stetic</LogicalName>
3949+ </EmbeddedResource>
3950+ <EmbeddedResource Include="gtk-gui\objects.xml">
3951+ <LogicalName>objects.xml</LogicalName>
3952+ </EmbeddedResource>
3953+ <EmbeddedResource Include="Resources\GoogleSearch.addin.xml">
3954+ <LogicalName>GoogleSearch.addin.xml</LogicalName>
3955+ </EmbeddedResource>
3956+ </ItemGroup>
3957+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
3958+</Project>
3959\ No newline at end of file
3960
3961=== removed file 'GoogleSearch/GoogleSearch.mdp'
3962--- GoogleSearch/GoogleSearch.mdp 2009-02-28 16:16:48 +0000
3963+++ GoogleSearch/GoogleSearch.mdp 1970-01-01 00:00:00 +0000
3964@@ -1,43 +0,0 @@
3965-<Project name="GoogleSearch" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
3966- <Configurations active="Debug">
3967- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
3968- <Output directory="bin/Debug" assembly="GoogleSearch" />
3969- <Build debugmode="True" target="Library" />
3970- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3971- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3972- </Configuration>
3973- <Configuration name="Release" ctype="DotNetProjectConfiguration">
3974- <Output directory="bin/Release" assembly="InlineGoogleSearch" />
3975- <Build debugmode="False" target="Library" />
3976- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
3977- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
3978- </Configuration>
3979- </Configurations>
3980- <Contents>
3981- <File name="src" subtype="Directory" buildaction="Compile" />
3982- <File name="src/InlineGoogleSearch.cs" subtype="Code" buildaction="Compile" />
3983- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
3984- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
3985- <File name="src/InlineGoogleSearchConfig.cs" subtype="Code" buildaction="Compile" />
3986- <File name="gtk-gui/InlineGoogleSearch.InlineGoogleSearchConfig.cs" subtype="Code" buildaction="Compile" />
3987- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
3988- <File name="src/GoogleSearchResult.cs" subtype="Code" buildaction="Compile" />
3989- <File name="src/GoogleSearch.cs" subtype="Code" buildaction="Compile" />
3990- <File name="src/ImFeelingLuckyAction.cs" subtype="Code" buildaction="Compile" />
3991- <File name="Resources/GoogleSearch.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
3992- </Contents>
3993- <References>
3994- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
3995- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
3996- <ProjectReference type="Gac" localcopy="True" refto="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
3997- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3998- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
3999- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
4000- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4001- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4002- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4003- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4004- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4005- <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4006- </References>
4007-</Project>
4008\ No newline at end of file
4009
4010=== added file 'ImageShack/ImageShack.csproj'
4011--- ImageShack/ImageShack.csproj 1970-01-01 00:00:00 +0000
4012+++ ImageShack/ImageShack.csproj 2009-04-12 09:02:35 +0000
4013@@ -0,0 +1,80 @@
4014+<?xml version="1.0" encoding="utf-8"?>
4015+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4016+ <PropertyGroup>
4017+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4018+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
4019+ <ProductVersion>9.0.21022</ProductVersion>
4020+ <SchemaVersion>2.0</SchemaVersion>
4021+ <ProjectGuid>{A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}</ProjectGuid>
4022+ <OutputType>Library</OutputType>
4023+ <AssemblyName>ImageShack</AssemblyName>
4024+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
4025+ </PropertyGroup>
4026+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4027+ <DebugSymbols>true</DebugSymbols>
4028+ <DebugType>full</DebugType>
4029+ <Optimize>true</Optimize>
4030+ <OutputPath>bin\Debug</OutputPath>
4031+ <DefineConstants>DEBUG</DefineConstants>
4032+ <ErrorReport>prompt</ErrorReport>
4033+ <WarningLevel>4</WarningLevel>
4034+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4035+ <ConsolePause>false</ConsolePause>
4036+ <Execution>
4037+ <Execution clr-version="Net_2_0" />
4038+ </Execution>
4039+ </PropertyGroup>
4040+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4041+ <DebugType>none</DebugType>
4042+ <Optimize>true</Optimize>
4043+ <OutputPath>bin\Release</OutputPath>
4044+ <ErrorReport>prompt</ErrorReport>
4045+ <WarningLevel>4</WarningLevel>
4046+ <ConsolePause>false</ConsolePause>
4047+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4048+ <Execution>
4049+ <Execution clr-version="Net_2_0" />
4050+ </Execution>
4051+ </PropertyGroup>
4052+ <ItemGroup>
4053+ <Reference Include="System" />
4054+ <Reference Include="Mono.Posix" />
4055+ <Reference Include="System.Web" />
4056+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4057+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4058+ <Reference Include="Do.Platform, Version=0.9.0.0, Culture=neutral" />
4059+ <Reference Include="Do.Universe, Version=0.9.0.0, Culture=neutral" />
4060+ <Reference Include="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
4061+ <Reference Include="System.Core">
4062+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
4063+ </Reference>
4064+ <Reference Include="System.Xml.Linq">
4065+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
4066+ </Reference>
4067+ </ItemGroup>
4068+ <ItemGroup>
4069+ <Folder Include="src/" />
4070+ </ItemGroup>
4071+ <ItemGroup>
4072+ <Compile Include="src\ImageShackAction.cs" />
4073+ <Compile Include="gtk-gui\generated.cs" />
4074+ <Compile Include="gtk-gui\ImageShack.ImageShackConfig.cs" />
4075+ <Compile Include="src\ImageShackConfig.cs" />
4076+ <Compile Include="src\Notifications.cs" />
4077+ </ItemGroup>
4078+ <ItemGroup>
4079+ <EmbeddedResource Include="gtk-gui\gui.stetic">
4080+ <LogicalName>gui.stetic</LogicalName>
4081+ </EmbeddedResource>
4082+ <EmbeddedResource Include="gtk-gui\objects.xml">
4083+ <LogicalName>objects.xml</LogicalName>
4084+ </EmbeddedResource>
4085+ <EmbeddedResource Include="Resources\ImageShack.addin.xml">
4086+ <LogicalName>ImageShack.addin.xml</LogicalName>
4087+ </EmbeddedResource>
4088+ <EmbeddedResource Include="Resources\icons\imageshack.png">
4089+ <LogicalName>imageshack.png</LogicalName>
4090+ </EmbeddedResource>
4091+ </ItemGroup>
4092+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4093+</Project>
4094\ No newline at end of file
4095
4096=== removed file 'ImageShack/ImageShack.mdp'
4097--- ImageShack/ImageShack.mdp 2009-03-04 05:10:41 +0000
4098+++ ImageShack/ImageShack.mdp 1970-01-01 00:00:00 +0000
4099@@ -1,41 +0,0 @@
4100-<Project name="ImageShack" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
4101- <Configurations active="Debug">
4102- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4103- <Output directory="bin/Debug" assembly="ImageShack" />
4104- <Build debugmode="True" target="Library" />
4105- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
4106- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4107- </Configuration>
4108- <Configuration name="Release" ctype="DotNetProjectConfiguration">
4109- <Output directory="bin/Release" assembly="ImageShack" />
4110- <Build debugmode="False" target="Library" />
4111- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
4112- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4113- </Configuration>
4114- </Configurations>
4115- <Contents>
4116- <File name="." subtype="Directory" buildaction="Compile" />
4117- <File name="src" subtype="Directory" buildaction="Compile" />
4118- <File name="src/ImageShackAction.cs" subtype="Code" buildaction="Compile" />
4119- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
4120- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
4121- <File name="gtk-gui/ImageShack.ImageShackConfig.cs" subtype="Code" buildaction="Compile" />
4122- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
4123- <File name="src/ImageShackConfig.cs" subtype="Code" buildaction="Compile" />
4124- <File name="src/Notifications.cs" subtype="Code" buildaction="Compile" />
4125- <File name="Resources/ImageShack.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
4126- <File name="Resources/icons/imageshack.png" subtype="Code" buildaction="EmbedAsResource" />
4127- </Contents>
4128- <References>
4129- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4130- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
4131- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
4132- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4133- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4134- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
4135- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
4136- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
4137- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4138- <ProjectReference type="Gac" localcopy="True" refto="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4139- </References>
4140-</Project>
4141\ No newline at end of file
4142
4143=== added file 'JIRA/JIRA.csproj'
4144--- JIRA/JIRA.csproj 1970-01-01 00:00:00 +0000
4145+++ JIRA/JIRA.csproj 2009-04-12 09:02:35 +0000
4146@@ -0,0 +1,90 @@
4147+<?xml version="1.0" encoding="utf-8"?>
4148+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4149+ <PropertyGroup>
4150+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4151+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
4152+ <ProductVersion>9.0.21022</ProductVersion>
4153+ <SchemaVersion>2.0</SchemaVersion>
4154+ <ProjectGuid>{FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}</ProjectGuid>
4155+ <OutputType>Library</OutputType>
4156+ <AssemblyName>JIRA</AssemblyName>
4157+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
4158+ </PropertyGroup>
4159+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4160+ <DebugSymbols>true</DebugSymbols>
4161+ <DebugType>full</DebugType>
4162+ <Optimize>true</Optimize>
4163+ <OutputPath>bin\Debug</OutputPath>
4164+ <DefineConstants>DEBUG</DefineConstants>
4165+ <ErrorReport>prompt</ErrorReport>
4166+ <WarningLevel>4</WarningLevel>
4167+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4168+ <ConsolePause>false</ConsolePause>
4169+ <Execution>
4170+ <Execution clr-version="Net_2_0" />
4171+ </Execution>
4172+ </PropertyGroup>
4173+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4174+ <DebugType>none</DebugType>
4175+ <Optimize>true</Optimize>
4176+ <OutputPath>bin\Release</OutputPath>
4177+ <ErrorReport>prompt</ErrorReport>
4178+ <WarningLevel>4</WarningLevel>
4179+ <ConsolePause>false</ConsolePause>
4180+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4181+ <Execution>
4182+ <Execution clr-version="Net_2_0" />
4183+ </Execution>
4184+ </PropertyGroup>
4185+ <ItemGroup>
4186+ <Reference Include="System" />
4187+ <Reference Include="Mono.Posix" />
4188+ <Reference Include="System.Web.Services" />
4189+ <Reference Include="System.Web" />
4190+ <Reference Include="System.Xml" />
4191+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4192+ <Reference Include="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4193+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4194+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
4195+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
4196+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
4197+ </ItemGroup>
4198+ <ItemGroup>
4199+ <Compile Include="src\JIRAIssueSource.cs" />
4200+ <Compile Include="src\JIRAIssueItem.cs" />
4201+ <Compile Include="src\JIRAIssueAction.cs" />
4202+ <Compile Include="src\JIRAConfiguration.cs" />
4203+ <Compile Include="gtk-gui\generated.cs" />
4204+ <Compile Include="gtk-gui\JIRA.ConfigWidget.cs" />
4205+ <Compile Include="src\ConfigWidget.cs" />
4206+ <Compile Include="src\Remote\AtlassianJiraSoapService.cs" />
4207+ <Compile Include="src\Remote\JIRARssClient.cs" />
4208+ <Compile Include="src\Remote\IJIRAServerFacade.cs" />
4209+ <Compile Include="src\Remote\JIRAServerFacade.cs" />
4210+ </ItemGroup>
4211+ <ItemGroup>
4212+ <EmbeddedResource Include="gtk-gui\gui.stetic">
4213+ <LogicalName>gui.stetic</LogicalName>
4214+ </EmbeddedResource>
4215+ <EmbeddedResource Include="gtk-gui\objects.xml">
4216+ <LogicalName>objects.xml</LogicalName>
4217+ </EmbeddedResource>
4218+ <EmbeddedResource Include="Resources\JIRA.addin.xml">
4219+ <LogicalName>JIRA.addin.xml</LogicalName>
4220+ </EmbeddedResource>
4221+ <EmbeddedResource Include="Resources\icons\jira.png">
4222+ <LogicalName>jira.png</LogicalName>
4223+ </EmbeddedResource>
4224+ </ItemGroup>
4225+ <ItemGroup>
4226+ <Folder Include="src\Remote/" />
4227+ </ItemGroup>
4228+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4229+ <ProjectExtensions>
4230+ <MonoDevelop>
4231+ <Properties>
4232+ <GtkDesignInfo generateGettext="false" />
4233+ </Properties>
4234+ </MonoDevelop>
4235+ </ProjectExtensions>
4236+</Project>
4237\ No newline at end of file
4238
4239=== removed file 'JIRA/JIRA.mdp'
4240--- JIRA/JIRA.mdp 2009-01-09 08:10:40 +0000
4241+++ JIRA/JIRA.mdp 1970-01-01 00:00:00 +0000
4242@@ -1,48 +0,0 @@
4243-<Project name="JIRA" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
4244- <Configurations active="Debug">
4245- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4246- <Output directory="bin/Debug" assembly="JIRA" />
4247- <Build debugmode="True" target="Library" />
4248- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
4249- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4250- </Configuration>
4251- <Configuration name="Release" ctype="DotNetProjectConfiguration">
4252- <Output directory="bin/Release" assembly="JIRA" />
4253- <Build debugmode="False" target="Library" />
4254- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
4255- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4256- </Configuration>
4257- </Configurations>
4258- <Contents>
4259- <File name="src/JIRAIssueSource.cs" subtype="Code" buildaction="Compile" />
4260- <File name="src/JIRAIssueItem.cs" subtype="Code" buildaction="Compile" />
4261- <File name="src/JIRAIssueAction.cs" subtype="Code" buildaction="Compile" />
4262- <File name="src/JIRAConfiguration.cs" subtype="Code" buildaction="Compile" />
4263- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
4264- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
4265- <File name="gtk-gui/JIRA.ConfigWidget.cs" subtype="Code" buildaction="Compile" />
4266- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
4267- <File name="src/ConfigWidget.cs" subtype="Code" buildaction="Compile" />
4268- <File name="src/Remote" subtype="Directory" buildaction="Compile" />
4269- <File name="src/Remote/AtlassianJiraSoapService.cs" subtype="Code" buildaction="Compile" />
4270- <File name="src/Remote/JIRARssClient.cs" subtype="Code" buildaction="Compile" />
4271- <File name="src/Remote/IJIRAServerFacade.cs" subtype="Code" buildaction="Compile" />
4272- <File name="src/Remote/JIRAServerFacade.cs" subtype="Code" buildaction="Compile" />
4273- <File name="Resources/JIRA.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
4274- <File name="Resources/icons/jira.png" subtype="Code" buildaction="EmbedAsResource" />
4275- </Contents>
4276- <References>
4277- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4278- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
4279- <ProjectReference type="Gac" localcopy="True" refto="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
4280- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
4281- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4282- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4283- <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4284- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4285- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4286- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4287- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4288- </References>
4289- <GtkDesignInfo generateGettext="False" />
4290-</Project>
4291\ No newline at end of file
4292
4293=== added file 'Launchpad/Launchpad.csproj'
4294--- Launchpad/Launchpad.csproj 1970-01-01 00:00:00 +0000
4295+++ Launchpad/Launchpad.csproj 2009-04-12 09:02:35 +0000
4296@@ -0,0 +1,88 @@
4297+<?xml version="1.0" encoding="utf-8"?>
4298+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4299+ <PropertyGroup>
4300+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4301+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
4302+ <ProductVersion>9.0.21022</ProductVersion>
4303+ <SchemaVersion>2.0</SchemaVersion>
4304+ <ProjectGuid>{116F0930-12E7-4B54-B0F6-FC2EE3B1400D}</ProjectGuid>
4305+ <OutputType>Library</OutputType>
4306+ <AssemblyName>Launchpad</AssemblyName>
4307+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
4308+ </PropertyGroup>
4309+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4310+ <DebugSymbols>true</DebugSymbols>
4311+ <DebugType>full</DebugType>
4312+ <Optimize>true</Optimize>
4313+ <OutputPath>bin\Debug</OutputPath>
4314+ <DefineConstants>DEBUG</DefineConstants>
4315+ <ErrorReport>prompt</ErrorReport>
4316+ <WarningLevel>4</WarningLevel>
4317+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4318+ <Execution>
4319+ <Execution clr-version="Net_2_0" />
4320+ </Execution>
4321+ </PropertyGroup>
4322+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4323+ <DebugType>none</DebugType>
4324+ <Optimize>true</Optimize>
4325+ <OutputPath>bin\Release</OutputPath>
4326+ <ErrorReport>prompt</ErrorReport>
4327+ <WarningLevel>4</WarningLevel>
4328+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4329+ <Execution>
4330+ <Execution clr-version="Net_2_0" />
4331+ </Execution>
4332+ </PropertyGroup>
4333+ <ItemGroup>
4334+ <Reference Include="System" />
4335+ <Reference Include="Mono.Posix" />
4336+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
4337+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
4338+ <Reference Include="System.Web" />
4339+ <Reference Include="System.Core">
4340+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
4341+ </Reference>
4342+ </ItemGroup>
4343+ <ItemGroup>
4344+ <Folder Include="src/" />
4345+ </ItemGroup>
4346+ <ItemGroup>
4347+ <None Include="..\Launchpad.old\Resources\Launchpad.png" />
4348+ </ItemGroup>
4349+ <ItemGroup>
4350+ <Compile Include="src\LaunchpadAction.cs" />
4351+ <Compile Include="src\LaunchpadItem.cs" />
4352+ <Compile Include="src\LaunchpadItems.cs" />
4353+ </ItemGroup>
4354+ <ItemGroup>
4355+ <EmbeddedResource Include="Resources\Launchpad.addin.xml">
4356+ <LogicalName>Launchpad.addin.xml</LogicalName>
4357+ </EmbeddedResource>
4358+ <EmbeddedResource Include="Resources\icons\Launchpad.png">
4359+ <LogicalName>Launchpad.png</LogicalName>
4360+ </EmbeddedResource>
4361+ <EmbeddedResource Include="Resources\icons\LaunchpadAnswers.png">
4362+ <LogicalName>LaunchpadAnswers.png</LogicalName>
4363+ </EmbeddedResource>
4364+ <EmbeddedResource Include="Resources\icons\LaunchpadBlueprints.png">
4365+ <LogicalName>LaunchpadBlueprints.png</LogicalName>
4366+ </EmbeddedResource>
4367+ <EmbeddedResource Include="Resources\icons\LaunchpadBugs.png">
4368+ <LogicalName>LaunchpadBugs.png</LogicalName>
4369+ </EmbeddedResource>
4370+ <EmbeddedResource Include="Resources\icons\LaunchpadCode.png">
4371+ <LogicalName>LaunchpadCode.png</LogicalName>
4372+ </EmbeddedResource>
4373+ <EmbeddedResource Include="Resources\icons\LaunchpadRegister.png">
4374+ <LogicalName>LaunchpadRegister.png</LogicalName>
4375+ </EmbeddedResource>
4376+ <EmbeddedResource Include="Resources\icons\LaunchpadTranslations.png">
4377+ <LogicalName>LaunchpadTranslations.png</LogicalName>
4378+ </EmbeddedResource>
4379+ <EmbeddedResource Include="Resources\icons\LaunchpadUser.png">
4380+ <LogicalName>LaunchpadUser.png</LogicalName>
4381+ </EmbeddedResource>
4382+ </ItemGroup>
4383+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4384+</Project>
4385\ No newline at end of file
4386
4387=== removed file 'Launchpad/Launchpad.mdp'
4388--- Launchpad/Launchpad.mdp 2009-02-28 16:16:48 +0000
4389+++ Launchpad/Launchpad.mdp 1970-01-01 00:00:00 +0000
4390@@ -1,40 +0,0 @@
4391-<Project name="Launchpad" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
4392- <Configurations active="Debug">
4393- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4394- <Output directory="bin/Debug" assembly="Launchpad" />
4395- <Build debugmode="True" target="Library" />
4396- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
4397- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4398- </Configuration>
4399- <Configuration name="Release" ctype="DotNetProjectConfiguration">
4400- <Output directory="bin/Release" assembly="Launchpad" />
4401- <Build debugmode="False" target="Library" />
4402- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
4403- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4404- </Configuration>
4405- </Configurations>
4406- <Contents>
4407- <File name="src" subtype="Directory" buildaction="Compile" />
4408- <File name="../Launchpad.old/Resources/Launchpad.png" subtype="Code" buildaction="Nothing" />
4409- <File name="src/LaunchpadAction.cs" subtype="Code" buildaction="Compile" />
4410- <File name="src/LaunchpadItem.cs" subtype="Code" buildaction="Compile" />
4411- <File name="src/LaunchpadItems.cs" subtype="Code" buildaction="Compile" />
4412- <File name="Resources/Launchpad.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
4413- <File name="Resources/icons/Launchpad.png" subtype="Code" buildaction="EmbedAsResource" />
4414- <File name="Resources/icons/LaunchpadAnswers.png" subtype="Code" buildaction="EmbedAsResource" />
4415- <File name="Resources/icons/LaunchpadBlueprints.png" subtype="Code" buildaction="EmbedAsResource" />
4416- <File name="Resources/icons/LaunchpadBugs.png" subtype="Code" buildaction="EmbedAsResource" />
4417- <File name="Resources/icons/LaunchpadCode.png" subtype="Code" buildaction="EmbedAsResource" />
4418- <File name="Resources/icons/LaunchpadRegister.png" subtype="Code" buildaction="EmbedAsResource" />
4419- <File name="Resources/icons/LaunchpadTranslations.png" subtype="Code" buildaction="EmbedAsResource" />
4420- <File name="Resources/icons/LaunchpadUser.png" subtype="Code" buildaction="EmbedAsResource" />
4421- </Contents>
4422- <References>
4423- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4424- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
4425- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4426- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4427- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4428- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
4429- </References>
4430-</Project>
4431\ No newline at end of file
4432
4433=== added file 'LocateFiles/LocateFiles.csproj'
4434--- LocateFiles/LocateFiles.csproj 1970-01-01 00:00:00 +0000
4435+++ LocateFiles/LocateFiles.csproj 2009-04-12 09:02:35 +0000
4436@@ -0,0 +1,58 @@
4437+<?xml version="1.0" encoding="utf-8"?>
4438+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4439+ <PropertyGroup>
4440+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4441+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
4442+ <ProductVersion>9.0.21022</ProductVersion>
4443+ <SchemaVersion>2.0</SchemaVersion>
4444+ <ProjectGuid>{922F292D-F80D-45B9-AE52-1EB653AE4460}</ProjectGuid>
4445+ <OutputType>Library</OutputType>
4446+ <AssemblyName>LocateFiles</AssemblyName>
4447+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
4448+ </PropertyGroup>
4449+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4450+ <DebugSymbols>true</DebugSymbols>
4451+ <DebugType>full</DebugType>
4452+ <Optimize>true</Optimize>
4453+ <OutputPath>bin\Debug</OutputPath>
4454+ <DefineConstants>DEBUG</DefineConstants>
4455+ <ErrorReport>prompt</ErrorReport>
4456+ <WarningLevel>4</WarningLevel>
4457+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4458+ <Execution>
4459+ <Execution clr-version="Net_2_0" />
4460+ </Execution>
4461+ </PropertyGroup>
4462+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4463+ <DebugType>none</DebugType>
4464+ <Optimize>true</Optimize>
4465+ <OutputPath>bin\Release</OutputPath>
4466+ <ErrorReport>prompt</ErrorReport>
4467+ <WarningLevel>4</WarningLevel>
4468+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4469+ <Execution>
4470+ <Execution clr-version="Net_2_0" />
4471+ </Execution>
4472+ </PropertyGroup>
4473+ <ItemGroup>
4474+ <Reference Include="System" />
4475+ <Reference Include="Mono.Posix" />
4476+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
4477+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
4478+ <Reference Include="System.Core">
4479+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
4480+ </Reference>
4481+ </ItemGroup>
4482+ <ItemGroup>
4483+ <Folder Include="src/" />
4484+ </ItemGroup>
4485+ <ItemGroup>
4486+ <Compile Include="src\LocateFilesAction.cs" />
4487+ </ItemGroup>
4488+ <ItemGroup>
4489+ <EmbeddedResource Include="Resources\LocateFiles.addin.xml">
4490+ <LogicalName>LocateFiles.addin.xml</LogicalName>
4491+ </EmbeddedResource>
4492+ </ItemGroup>
4493+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4494+</Project>
4495\ No newline at end of file
4496
4497=== removed file 'LocateFiles/LocateFiles.mdp'
4498--- LocateFiles/LocateFiles.mdp 2009-02-28 16:16:48 +0000
4499+++ LocateFiles/LocateFiles.mdp 1970-01-01 00:00:00 +0000
4500@@ -1,28 +0,0 @@
4501-<Project name="LocateFiles" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
4502- <Configurations active="Debug">
4503- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4504- <Output directory="bin/Debug" assembly="LocateFiles" />
4505- <Build debugmode="True" target="Library" />
4506- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
4507- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4508- </Configuration>
4509- <Configuration name="Release" ctype="DotNetProjectConfiguration">
4510- <Output directory="bin/Release" assembly="LocateFiles" />
4511- <Build debugmode="False" target="Library" />
4512- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
4513- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4514- </Configuration>
4515- </Configurations>
4516- <Contents>
4517- <File name="src" subtype="Directory" buildaction="Compile" />
4518- <File name="src/LocateFilesAction.cs" subtype="Code" buildaction="Compile" />
4519- <File name="Resources/LocateFiles.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
4520- </Contents>
4521- <References>
4522- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4523- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
4524- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4525- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4526- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4527- </References>
4528-</Project>
4529\ No newline at end of file
4530
4531=== added file 'MPD/MPD.csproj'
4532--- MPD/MPD.csproj 1970-01-01 00:00:00 +0000
4533+++ MPD/MPD.csproj 2009-04-12 09:02:35 +0000
4534@@ -0,0 +1,58 @@
4535+<?xml version="1.0" encoding="utf-8"?>
4536+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4537+ <PropertyGroup>
4538+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4539+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
4540+ <ProductVersion>9.0.21022</ProductVersion>
4541+ <SchemaVersion>2.0</SchemaVersion>
4542+ <ProjectGuid>{7AF43605-31EF-499F-8F83-DEFB82C2351D}</ProjectGuid>
4543+ <OutputType>Library</OutputType>
4544+ <AssemblyName>MPD</AssemblyName>
4545+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
4546+ </PropertyGroup>
4547+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4548+ <DebugSymbols>true</DebugSymbols>
4549+ <DebugType>full</DebugType>
4550+ <Optimize>true</Optimize>
4551+ <OutputPath>bin\Debug</OutputPath>
4552+ <DefineConstants>DEBUG</DefineConstants>
4553+ <ErrorReport>prompt</ErrorReport>
4554+ <WarningLevel>4</WarningLevel>
4555+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4556+ <ConsolePause>false</ConsolePause>
4557+ <Execution>
4558+ <Execution clr-version="Net_2_0" />
4559+ </Execution>
4560+ </PropertyGroup>
4561+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4562+ <DebugType>none</DebugType>
4563+ <Optimize>true</Optimize>
4564+ <OutputPath>bin\Release</OutputPath>
4565+ <ErrorReport>prompt</ErrorReport>
4566+ <WarningLevel>4</WarningLevel>
4567+ <ConsolePause>false</ConsolePause>
4568+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4569+ <Execution>
4570+ <Execution clr-version="Net_2_0" />
4571+ </Execution>
4572+ </PropertyGroup>
4573+ <ItemGroup>
4574+ <Reference Include="System" />
4575+ <Reference Include="System.Xml" />
4576+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
4577+ </ItemGroup>
4578+ <ItemGroup />
4579+ <ItemGroup>
4580+ <Compile Include="src\MPD.cs" />
4581+ <Compile Include="src\MPDItemSource.cs" />
4582+ <Compile Include="src\MPDItems.cs" />
4583+ <Compile Include="src\MPDPlayAction.cs" />
4584+ <Compile Include="src\MusicItems.cs" />
4585+ </ItemGroup>
4586+ <ItemGroup>
4587+ <EmbeddedResource Include="Resources\MPD.addin.xml">
4588+ <LogicalName>MPD.addin.xml</LogicalName>
4589+ </EmbeddedResource>
4590+ </ItemGroup>
4591+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4592+</Project>
4593\ No newline at end of file
4594
4595=== removed file 'MPD/MPD.mdp'
4596--- MPD/MPD.mdp 2009-02-28 16:16:48 +0000
4597+++ MPD/MPD.mdp 1970-01-01 00:00:00 +0000
4598@@ -1,30 +0,0 @@
4599-<Project name="MPD" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
4600- <Configurations active="Debug">
4601- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4602- <Output directory="bin/Debug" assembly="MPD" />
4603- <Build debugmode="True" target="Library" />
4604- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
4605- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4606- </Configuration>
4607- <Configuration name="Release" ctype="DotNetProjectConfiguration">
4608- <Output directory="bin/Release" assembly="MPD" />
4609- <Build debugmode="False" target="Library" />
4610- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
4611- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4612- </Configuration>
4613- </Configurations>
4614- <Contents>
4615- <File name="." subtype="Directory" buildaction="Compile" />
4616- <File name="src/MPD.cs" subtype="Code" buildaction="Compile" />
4617- <File name="src/MPDItemSource.cs" subtype="Code" buildaction="Compile" />
4618- <File name="src/MPDItems.cs" subtype="Code" buildaction="Compile" />
4619- <File name="src/MPDPlayAction.cs" subtype="Code" buildaction="Compile" />
4620- <File name="src/MusicItems.cs" subtype="Code" buildaction="Compile" />
4621- <File name="Resources/MPD.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
4622- </Contents>
4623- <References>
4624- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4625- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4626- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4627- </References>
4628-</Project>
4629\ No newline at end of file
4630
4631=== added file 'ManLookUp/ManLookUp.csproj'
4632--- ManLookUp/ManLookUp.csproj 1970-01-01 00:00:00 +0000
4633+++ ManLookUp/ManLookUp.csproj 2009-04-12 09:02:35 +0000
4634@@ -0,0 +1,59 @@
4635+<?xml version="1.0" encoding="utf-8"?>
4636+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4637+ <PropertyGroup>
4638+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4639+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
4640+ <ProductVersion>9.0.21022</ProductVersion>
4641+ <SchemaVersion>2.0</SchemaVersion>
4642+ <ProjectGuid>{D19F3460-26D1-463B-BAC9-D272870C12B2}</ProjectGuid>
4643+ <OutputType>Library</OutputType>
4644+ <AssemblyName>ManLookUp</AssemblyName>
4645+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
4646+ </PropertyGroup>
4647+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4648+ <DebugSymbols>true</DebugSymbols>
4649+ <DebugType>full</DebugType>
4650+ <Optimize>true</Optimize>
4651+ <OutputPath>bin\Debug</OutputPath>
4652+ <DefineConstants>DEBUG</DefineConstants>
4653+ <ErrorReport>prompt</ErrorReport>
4654+ <WarningLevel>4</WarningLevel>
4655+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4656+ <AssemblyKeyFile>.</AssemblyKeyFile>
4657+ <Execution>
4658+ <Execution clr-version="Net_2_0" />
4659+ </Execution>
4660+ </PropertyGroup>
4661+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4662+ <DebugType>none</DebugType>
4663+ <Optimize>true</Optimize>
4664+ <OutputPath>bin\Release</OutputPath>
4665+ <ErrorReport>prompt</ErrorReport>
4666+ <WarningLevel>4</WarningLevel>
4667+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4668+ <Execution>
4669+ <Execution clr-version="Net_2_0" />
4670+ </Execution>
4671+ </PropertyGroup>
4672+ <ItemGroup>
4673+ <Reference Include="Mono.Posix" />
4674+ <Reference Include="System" />
4675+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
4676+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
4677+ <Reference Include="System.Core">
4678+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
4679+ </Reference>
4680+ </ItemGroup>
4681+ <ItemGroup>
4682+ <Folder Include="src/" />
4683+ </ItemGroup>
4684+ <ItemGroup>
4685+ <Compile Include="src\ReadManualPageAction.cs" />
4686+ </ItemGroup>
4687+ <ItemGroup>
4688+ <EmbeddedResource Include="Resources\ManLookUp.addin.xml">
4689+ <LogicalName>ManLookUp.addin.xml</LogicalName>
4690+ </EmbeddedResource>
4691+ </ItemGroup>
4692+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4693+</Project>
4694\ No newline at end of file
4695
4696=== removed file 'ManLookUp/ManLookUp.mdp'
4697--- ManLookUp/ManLookUp.mdp 2009-02-28 16:16:48 +0000
4698+++ ManLookUp/ManLookUp.mdp 1970-01-01 00:00:00 +0000
4699@@ -1,28 +0,0 @@
4700-<Project name="ManLookUp" fileversion="2.0" language="C#" Description="Gnome-do plugin" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
4701- <Configurations active="Debug">
4702- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4703- <Output directory="bin/Debug" assemblyKeyFile="." assembly="ManLookUp" />
4704- <Build debugmode="True" target="Library" />
4705- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
4706- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4707- </Configuration>
4708- <Configuration name="Release" ctype="DotNetProjectConfiguration">
4709- <Output directory="bin/Release" assembly="ManLookUp" />
4710- <Build debugmode="False" target="Library" />
4711- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
4712- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4713- </Configuration>
4714- </Configurations>
4715- <Contents>
4716- <File name="src" subtype="Directory" buildaction="Compile" />
4717- <File name="src/ReadManualPageAction.cs" subtype="Code" buildaction="Compile" />
4718- <File name="Resources/ManLookUp.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
4719- </Contents>
4720- <References>
4721- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
4722- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4723- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4724- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4725- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4726- </References>
4727-</Project>
4728\ No newline at end of file
4729
4730=== added file 'Microblogging/Microblogging.csproj'
4731--- Microblogging/Microblogging.csproj 1970-01-01 00:00:00 +0000
4732+++ Microblogging/Microblogging.csproj 2009-04-12 09:02:35 +0000
4733@@ -0,0 +1,102 @@
4734+<?xml version="1.0" encoding="utf-8"?>
4735+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4736+ <PropertyGroup>
4737+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4738+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
4739+ <ProductVersion>9.0.21022</ProductVersion>
4740+ <SchemaVersion>2.0</SchemaVersion>
4741+ <ProjectGuid>{0C66C68B-FEAC-4608-9273-DC439967635C}</ProjectGuid>
4742+ <OutputType>Library</OutputType>
4743+ <RootNamespace>Microblogging</RootNamespace>
4744+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
4745+ </PropertyGroup>
4746+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4747+ <DebugSymbols>true</DebugSymbols>
4748+ <DebugType>full</DebugType>
4749+ <Optimize>true</Optimize>
4750+ <OutputPath>bin\Debug</OutputPath>
4751+ <DefineConstants>DEBUG</DefineConstants>
4752+ <ErrorReport>prompt</ErrorReport>
4753+ <WarningLevel>4</WarningLevel>
4754+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4755+ <EnvironmentVariables>
4756+ <EnvironmentVariables />
4757+ </EnvironmentVariables>
4758+ <Execution>
4759+ <Execution clr-version="Net_2_0" />
4760+ </Execution>
4761+ <AssemblyName>Microblog</AssemblyName>
4762+ </PropertyGroup>
4763+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4764+ <DebugType>none</DebugType>
4765+ <Optimize>true</Optimize>
4766+ <OutputPath>bin\Release</OutputPath>
4767+ <ErrorReport>prompt</ErrorReport>
4768+ <WarningLevel>4</WarningLevel>
4769+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4770+ <AssemblyName>Twitter</AssemblyName>
4771+ <Execution>
4772+ <Execution clr-version="Net_2_0" />
4773+ </Execution>
4774+ </PropertyGroup>
4775+ <ItemGroup>
4776+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4777+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4778+ <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
4779+ <Reference Include="System" />
4780+ <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
4781+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
4782+ <Reference Include="Mono.Posix" />
4783+ <Reference Include="System.Xml" />
4784+ <Reference Include="System.Web" />
4785+ <Reference Include="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral" />
4786+ <Reference Include="System.Core">
4787+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
4788+ </Reference>
4789+ </ItemGroup>
4790+ <ItemGroup>
4791+ <Compile Include="src\Configuration.cs" />
4792+ <Compile Include="src\Microblog.cs" />
4793+ <Compile Include="src\FriendSource.cs" />
4794+ <Compile Include="src\PostAction.cs" />
4795+ <Compile Include="gtk-gui\generated.cs" />
4796+ <Compile Include="src\GenConfig.cs" />
4797+ <Compile Include="src\Preferences.cs" />
4798+ <Compile Include="src\Twitterizer\Twitterizer.Framework\Twitter.cs" />
4799+ <Compile Include="src\Twitterizer\Twitterizer.Framework\TwitterizerException.cs" />
4800+ <Compile Include="src\Twitterizer\Twitterizer.Framework\TwitterRequest.cs" />
4801+ <Compile Include="src\Twitterizer\Twitterizer.Framework\Properties\AssemblyInfo.cs" />
4802+ <Compile Include="src\Twitterizer\Twitterizer.Framework\Urls.cs" />
4803+ <Compile Include="gtk-gui\Microblogging.GenConfig.cs" />
4804+ <Compile Include="src\MicroblogClient.cs" />
4805+ <Compile Include="src\StatusUpdatedEventArgs.cs" />
4806+ <Compile Include="src\TimelineUpdatedEventArgs.cs" />
4807+ <Compile Include="src\Notifications.cs" />
4808+ <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterParameters.cs" />
4809+ <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterRequestData.cs" />
4810+ <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterStatus.cs" />
4811+ <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterStatusCollection.cs" />
4812+ <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterUser.cs" />
4813+ <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterUserCollection.cs" />
4814+ <Compile Include="src\Twitterizer\Twitterizer.Framework\MethodClasses\TwitterDirectMessageMethods.cs" />
4815+ <Compile Include="src\Twitterizer\Twitterizer.Framework\MethodClasses\TwitterStatusMethods.cs" />
4816+ <Compile Include="src\Twitterizer\Twitterizer.Framework\MethodClasses\TwitterUserMethods.cs" />
4817+ <Compile Include="src\FriendItem.cs" />
4818+ <Compile Include="src\MicroblogStatus.cs" />
4819+ </ItemGroup>
4820+ <ItemGroup>
4821+ <EmbeddedResource Include="gtk-gui\gui.stetic">
4822+ <LogicalName>gui.stetic</LogicalName>
4823+ </EmbeddedResource>
4824+ <EmbeddedResource Include="gtk-gui\objects.xml">
4825+ <LogicalName>objects.xml</LogicalName>
4826+ </EmbeddedResource>
4827+ <EmbeddedResource Include="Resources\Microblogging.addin.xml">
4828+ <LogicalName>Microblogging.addin.xml</LogicalName>
4829+ </EmbeddedResource>
4830+ <EmbeddedResource Include="Resources\icons\microblogging.svg">
4831+ <LogicalName>microblogging.svg</LogicalName>
4832+ </EmbeddedResource>
4833+ </ItemGroup>
4834+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4835+</Project>
4836\ No newline at end of file
4837
4838=== removed file 'Microblogging/Microblogging.mdp'
4839--- Microblogging/Microblogging.mdp 2009-02-28 16:16:48 +0000
4840+++ Microblogging/Microblogging.mdp 1970-01-01 00:00:00 +0000
4841@@ -1,64 +0,0 @@
4842-<Project name="Microblogging" fileversion="2.0" language="C#" DefaultNamespace="Microblogging" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
4843- <Configurations active="Debug">
4844- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4845- <Output directory="bin/Debug" assembly="Microblog" />
4846- <Build debugmode="True" target="Library" />
4847- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
4848- <EnvironmentVariables />
4849- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4850- </Configuration>
4851- <Configuration name="Release" ctype="DotNetProjectConfiguration">
4852- <Output directory="bin/Release" assembly="Twitter" />
4853- <Build debugmode="False" target="Library" />
4854- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
4855- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4856- </Configuration>
4857- </Configurations>
4858- <Contents>
4859- <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
4860- <File name="src/Microblog.cs" subtype="Code" buildaction="Compile" />
4861- <File name="src/FriendSource.cs" subtype="Code" buildaction="Compile" />
4862- <File name="src/PostAction.cs" subtype="Code" buildaction="Compile" />
4863- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
4864- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
4865- <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
4866- <File name="src/GenConfig.cs" subtype="Code" buildaction="Compile" />
4867- <File name="src/Preferences.cs" subtype="Code" buildaction="Compile" />
4868- <File name="src/Twitterizer/Twitterizer.Framework/Twitter.cs" subtype="Code" buildaction="Compile" />
4869- <File name="src/Twitterizer/Twitterizer.Framework/TwitterizerException.cs" subtype="Code" buildaction="Compile" />
4870- <File name="src/Twitterizer/Twitterizer.Framework/TwitterRequest.cs" subtype="Code" buildaction="Compile" />
4871- <File name="src/Twitterizer/Twitterizer.Framework/Properties/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
4872- <File name="src/Twitterizer/Twitterizer.Framework/Urls.cs" subtype="Code" buildaction="Compile" />
4873- <File name="gtk-gui/Microblogging.GenConfig.cs" subtype="Code" buildaction="Compile" />
4874- <File name="src/MicroblogClient.cs" subtype="Code" buildaction="Compile" />
4875- <File name="src/StatusUpdatedEventArgs.cs" subtype="Code" buildaction="Compile" />
4876- <File name="src/TimelineUpdatedEventArgs.cs" subtype="Code" buildaction="Compile" />
4877- <File name="src/Notifications.cs" subtype="Code" buildaction="Compile" />
4878- <File name="Resources/Microblogging.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
4879- <File name="Resources/icons/microblogging.svg" subtype="Code" buildaction="EmbedAsResource" />
4880- <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterParameters.cs" subtype="Code" buildaction="Compile" />
4881- <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterRequestData.cs" subtype="Code" buildaction="Compile" />
4882- <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterStatus.cs" subtype="Code" buildaction="Compile" />
4883- <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterStatusCollection.cs" subtype="Code" buildaction="Compile" />
4884- <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterUser.cs" subtype="Code" buildaction="Compile" />
4885- <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterUserCollection.cs" subtype="Code" buildaction="Compile" />
4886- <File name="src/Twitterizer/Twitterizer.Framework/MethodClasses/TwitterDirectMessageMethods.cs" subtype="Code" buildaction="Compile" />
4887- <File name="src/Twitterizer/Twitterizer.Framework/MethodClasses/TwitterStatusMethods.cs" subtype="Code" buildaction="Compile" />
4888- <File name="src/Twitterizer/Twitterizer.Framework/MethodClasses/TwitterUserMethods.cs" subtype="Code" buildaction="Compile" />
4889- <File name="src/FriendItem.cs" subtype="Code" buildaction="Compile" />
4890- <File name="src/MicroblogStatus.cs" subtype="Code" buildaction="Compile" />
4891- </Contents>
4892- <References>
4893- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4894- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
4895- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4896- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4897- <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4898- <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4899- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
4900- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4901- <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
4902- <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
4903- <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
4904- </References>
4905-</Project>
4906\ No newline at end of file
4907
4908=== added file 'NX/NX.csproj'
4909--- NX/NX.csproj 1970-01-01 00:00:00 +0000
4910+++ NX/NX.csproj 2009-04-12 09:02:35 +0000
4911@@ -0,0 +1,60 @@
4912+<?xml version="1.0" encoding="utf-8"?>
4913+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4914+ <PropertyGroup>
4915+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4916+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
4917+ <ProductVersion>9.0.21022</ProductVersion>
4918+ <SchemaVersion>2.0</SchemaVersion>
4919+ <ProjectGuid>{FEF4CE99-A03C-4F3D-ADF1-2304E7440886}</ProjectGuid>
4920+ <OutputType>Library</OutputType>
4921+ <AssemblyName>NX</AssemblyName>
4922+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
4923+ </PropertyGroup>
4924+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4925+ <DebugSymbols>true</DebugSymbols>
4926+ <DebugType>full</DebugType>
4927+ <Optimize>true</Optimize>
4928+ <OutputPath>bin\Debug</OutputPath>
4929+ <DefineConstants>DEBUG</DefineConstants>
4930+ <ErrorReport>prompt</ErrorReport>
4931+ <WarningLevel>4</WarningLevel>
4932+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4933+ <ConsolePause>false</ConsolePause>
4934+ <Execution>
4935+ <Execution clr-version="Net_2_0" />
4936+ </Execution>
4937+ </PropertyGroup>
4938+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4939+ <DebugType>none</DebugType>
4940+ <Optimize>true</Optimize>
4941+ <OutputPath>bin\Release</OutputPath>
4942+ <ErrorReport>prompt</ErrorReport>
4943+ <WarningLevel>4</WarningLevel>
4944+ <ConsolePause>false</ConsolePause>
4945+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4946+ <Execution>
4947+ <Execution clr-version="Net_2_0" />
4948+ </Execution>
4949+ </PropertyGroup>
4950+ <ItemGroup>
4951+ <Reference Include="System" />
4952+ <Reference Include="Mono.Posix" />
4953+ <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
4954+ <Reference Include="System.Core">
4955+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
4956+ </Reference>
4957+ </ItemGroup>
4958+ <ItemGroup>
4959+ <Folder Include="src/" />
4960+ </ItemGroup>
4961+ <ItemGroup>
4962+ <Compile Include="src\NXAction.cs" />
4963+ <Compile Include="src\NXHosts.cs" />
4964+ </ItemGroup>
4965+ <ItemGroup>
4966+ <EmbeddedResource Include="Resources\NX.addin.xml">
4967+ <LogicalName>NX.addin.xml</LogicalName>
4968+ </EmbeddedResource>
4969+ </ItemGroup>
4970+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4971+</Project>
4972\ No newline at end of file
4973
4974=== removed file 'NX/NX.mdp'
4975--- NX/NX.mdp 2009-02-28 16:16:48 +0000
4976+++ NX/NX.mdp 1970-01-01 00:00:00 +0000
4977@@ -1,28 +0,0 @@
4978-<Project name="NX" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
4979- <Configurations active="Debug">
4980- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4981- <Output directory="bin/Debug" assembly="NX" />
4982- <Build debugmode="True" target="Library" />
4983- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
4984- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4985- </Configuration>
4986- <Configuration name="Release" ctype="DotNetProjectConfiguration">
4987- <Output directory="bin/Release" assembly="NX" />
4988- <Build debugmode="False" target="Library" />
4989- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
4990- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
4991- </Configuration>
4992- </Configurations>
4993- <Contents>
4994- <File name="src" subtype="Directory" buildaction="Compile" />
4995- <File name="src/NXAction.cs" subtype="Code" buildaction="Compile" />
4996- <File name="src/NXHosts.cs" subtype="Code" buildaction="Compile" />
4997- <File name="Resources/NX.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
4998- </Contents>
4999- <References>
5000- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches