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
=== added file 'Alias/Alias.csproj'
--- Alias/Alias.csproj 1970-01-01 00:00:00 +0000
+++ Alias/Alias.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,58 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{3C97D337-90A6-4F81-A06E-7C904B8A5A08}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Alias</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <ConsolePause>false</ConsolePause>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 <StartupObject />
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>false</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <Execution>
35 <Execution clr-version="Net_2_0" />
36 </Execution>
37 <StartupObject />
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
43 <Reference Include="Mono.Posix" />
44 <Reference Include="System.Core">
45 <RequiredTargetFramework>3.5</RequiredTargetFramework>
46 </Reference>
47 </ItemGroup>
48 <ItemGroup>
49 <Compile Include="src\AliasAction.cs" />
50 <Compile Include="src\AliasItemSource.cs" />
51 <Compile Include="src\DeleteAliasAction.cs" />
52 <Compile Include="src\AliasItem.cs" />
53 </ItemGroup>
54 <ItemGroup>
55 <None Include="Resources\Alias.addin.xml" />
56 </ItemGroup>
57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
58</Project>
0\ No newline at end of file59\ No newline at end of file
160
=== removed file 'Alias/Alias.mdp'
--- Alias/Alias.mdp 2009-02-28 16:16:48 +0000
+++ Alias/Alias.mdp 1970-01-01 00:00:00 +0000
@@ -1,30 +0,0 @@
1<Project name="Alias" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Alias" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Alias" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src/AliasAction.cs" subtype="Code" buildaction="Compile" />
18 <File name="src/AliasItemSource.cs" subtype="Code" buildaction="Compile" />
19 <File name="Resources/Alias.addin.xml" subtype="Code" buildaction="Nothing" />
20 <File name="src/DeleteAliasAction.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/AliasItem.cs" subtype="Code" buildaction="Compile" />
22 </Contents>
23 <References>
24 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
25 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
26 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
27 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
28 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
29 </References>
30</Project>
31\ No newline at end of file0\ No newline at end of file
321
=== added file 'AptURL/AptURL.csproj'
--- AptURL/AptURL.csproj 1970-01-01 00:00:00 +0000
+++ AptURL/AptURL.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,59 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{DEF3446C-4525-4EB4-8B7F-1233BB0754DA}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>AptURL</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 </Reference>
46 </ItemGroup>
47 <ItemGroup>
48 <Folder Include="src/" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="src\AptUrl.cs" />
52 </ItemGroup>
53 <ItemGroup>
54 <EmbeddedResource Include="Resources\AptURL.addin.xml">
55 <LogicalName>AptURL.addin.xml</LogicalName>
56 </EmbeddedResource>
57 </ItemGroup>
58 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
59</Project>
0\ No newline at end of file60\ No newline at end of file
161
=== removed file 'AptURL/AptURL.mdp'
--- AptURL/AptURL.mdp 2009-02-28 16:16:48 +0000
+++ AptURL/AptURL.mdp 1970-01-01 00:00:00 +0000
@@ -1,28 +0,0 @@
1<Project name="AptURL" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="AptURL" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="AptURL" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/AptUrl.cs" subtype="Code" buildaction="Compile" />
20 <File name="Resources/AptURL.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
21 </Contents>
22 <References>
23 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
24 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
25 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
26 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
27 </References>
28</Project>
29\ No newline at end of file0\ No newline at end of file
301
=== added file 'Archive/Archive.csproj'
--- Archive/Archive.csproj 1970-01-01 00:00:00 +0000
+++ Archive/Archive.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,61 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{EB31F08F-40E9-40C9-9501-451AD757C834}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Archive</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 </Reference>
46 </ItemGroup>
47 <ItemGroup>
48 <Folder Include="src/" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="src\ArchiveTypeItem.cs" />
52 <Compile Include="src\CreateArchiveAction.cs" />
53 <Compile Include="src\ExtractArchiveAction.cs" />
54 </ItemGroup>
55 <ItemGroup>
56 <EmbeddedResource Include="Resources\Archive.addin.xml">
57 <LogicalName>Archive.addin.xml</LogicalName>
58 </EmbeddedResource>
59 </ItemGroup>
60 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
61</Project>
0\ No newline at end of file62\ No newline at end of file
163
=== removed file 'Archive/Archive.mdp'
--- Archive/Archive.mdp 2009-02-28 16:16:48 +0000
+++ Archive/Archive.mdp 1970-01-01 00:00:00 +0000
@@ -1,30 +0,0 @@
1<Project name="Archive" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Archive" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Archive" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/ArchiveTypeItem.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/CreateArchiveAction.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/ExtractArchiveAction.cs" subtype="Code" buildaction="Compile" />
22 <File name="Resources/Archive.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
23 </Contents>
24 <References>
25 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
26 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
27 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
28 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
29 </References>
30</Project>
31\ No newline at end of file0\ No newline at end of file
321
=== added file 'Banshee/Banshee.csproj'
--- Banshee/Banshee.csproj 1970-01-01 00:00:00 +0000
+++ Banshee/Banshee.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,83 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{133D7370-E8A0-401E-9D72-817B835CEBDD}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>Banshee</RootNamespace>
11 <AssemblyName>Banshee</AssemblyName>
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>true</Optimize>
18 <OutputPath>bin\Debug</OutputPath>
19 <DefineConstants>DEBUG</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
23 <EnvironmentVariables>
24 <EnvironmentVariables />
25 </EnvironmentVariables>
26 <Execution>
27 <Execution clr-version="Net_2_0" />
28 </Execution>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>none</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release</OutputPath>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
37 <Execution>
38 <Execution clr-version="Net_2_0" />
39 </Execution>
40 </PropertyGroup>
41 <ItemGroup>
42 <Reference Include="System" />
43 <Reference Include="Mono.Posix" />
44 <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
45 <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
46 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
47 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
48 <Reference Include="System.Core">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
50 </Reference>
51 </ItemGroup>
52 <ItemGroup>
53 <Folder Include="src/" />
54 </ItemGroup>
55 <ItemGroup>
56 <Compile Include="src\MediaItems.cs" />
57 <Compile Include="src\Banshee.cs" />
58 <Compile Include="src\MediaItemSource.cs" />
59 <Compile Include="src\BansheeDBus.cs" />
60 <Compile Include="src\PlayAction.cs" />
61 <Compile Include="src\EnqueueAction.cs" />
62 <Compile Include="src\SearchCollectionAction.cs" />
63 <Compile Include="src\BrowseMediaItems.cs" />
64 <Compile Include="src\BansheeIndexer.cs" />
65 <Compile Include="src\AbstractPlayerAction.cs" />
66 <Compile Include="src\NextAction.cs" />
67 <Compile Include="src\PreviousAction.cs" />
68 <Compile Include="src\PauseAction.cs" />
69 </ItemGroup>
70 <ItemGroup>
71 <EmbeddedResource Include="Resources\Banshee.addin.xml">
72 <LogicalName>Banshee.addin.xml</LogicalName>
73 </EmbeddedResource>
74 </ItemGroup>
75 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
76 <ProjectExtensions>
77 <MonoDevelop>
78 <Properties>
79 <Deployment.LinuxDeployData scriptName="banshee-1" />
80 </Properties>
81 </MonoDevelop>
82 </ProjectExtensions>
83</Project>
0\ No newline at end of file84\ No newline at end of file
185
=== removed file 'Banshee/Banshee.mdp'
--- Banshee/Banshee.mdp 2009-02-28 16:16:48 +0000
+++ Banshee/Banshee.mdp 1970-01-01 00:00:00 +0000
@@ -1,44 +0,0 @@
1<Project name="Banshee" fileversion="2.0" language="C#" DefaultNamespace="Banshee" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Banshee" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <EnvironmentVariables />
8 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
9 </Configuration>
10 <Configuration name="Release" ctype="DotNetProjectConfiguration">
11 <Output directory="bin/Release" assembly="Banshee" />
12 <Build debugmode="False" target="Library" />
13 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
14 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
15 </Configuration>
16 </Configurations>
17 <Contents>
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/MediaItems.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/Banshee.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/MediaItemSource.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/BansheeDBus.cs" subtype="Code" buildaction="Compile" />
23 <File name="src/PlayAction.cs" subtype="Code" buildaction="Compile" />
24 <File name="src/EnqueueAction.cs" subtype="Code" buildaction="Compile" />
25 <File name="src/SearchCollectionAction.cs" subtype="Code" buildaction="Compile" />
26 <File name="src/BrowseMediaItems.cs" subtype="Code" buildaction="Compile" />
27 <File name="src/BansheeIndexer.cs" subtype="Code" buildaction="Compile" />
28 <File name="Resources/Banshee.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
29 <File name="src/AbstractPlayerAction.cs" subtype="Code" buildaction="Compile" />
30 <File name="src/NextAction.cs" subtype="Code" buildaction="Compile" />
31 <File name="src/PreviousAction.cs" subtype="Code" buildaction="Compile" />
32 <File name="src/PauseAction.cs" subtype="Code" buildaction="Compile" />
33 </Contents>
34 <References>
35 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
36 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
37 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
38 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
39 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
40 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
41 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
42 </References>
43 <Deployment.LinuxDeployData scriptName="banshee-1" />
44</Project>
45\ No newline at end of file0\ No newline at end of file
461
=== added file 'Bibtex/Bibtex.csproj'
--- Bibtex/Bibtex.csproj 1970-01-01 00:00:00 +0000
+++ Bibtex/Bibtex.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,74 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{08131452-DB34-4F4C-9CD1-660F17DC6BE0}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Bibtex</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
42 <Reference Include="Mono.Posix" />
43 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
44 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
45 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
46 <Reference Include="System.Core">
47 <RequiredTargetFramework>3.5</RequiredTargetFramework>
48 </Reference>
49 </ItemGroup>
50 <ItemGroup>
51 <Folder Include="src/" />
52 </ItemGroup>
53 <ItemGroup>
54 <Compile Include="src\BibtexItemSource.cs" />
55 <Compile Include="src\BibtexItem.cs" />
56 <Compile Include="gtk-gui\generated.cs" />
57 <Compile Include="src\Configuration.cs" />
58 <Compile Include="src\BibtexAuthorsItem.cs" />
59 <Compile Include="src\BibtexCiteAction.cs" />
60 <Compile Include="gtk-gui\Bibtex.Configuration.cs" />
61 </ItemGroup>
62 <ItemGroup>
63 <EmbeddedResource Include="gtk-gui\gui.stetic">
64 <LogicalName>gui.stetic</LogicalName>
65 </EmbeddedResource>
66 <EmbeddedResource Include="gtk-gui\objects.xml">
67 <LogicalName>objects.xml</LogicalName>
68 </EmbeddedResource>
69 <EmbeddedResource Include="Resources\Bibtex.addin.xml">
70 <LogicalName>Bibtex.addin.xml</LogicalName>
71 </EmbeddedResource>
72 </ItemGroup>
73 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
74</Project>
0\ No newline at end of file75\ No newline at end of file
176
=== removed file 'Bibtex/Bibtex.mdp'
--- Bibtex/Bibtex.mdp 2009-02-28 16:16:48 +0000
+++ Bibtex/Bibtex.mdp 1970-01-01 00:00:00 +0000
@@ -1,39 +0,0 @@
1<Project name="Bibtex" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Bibtex" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Bibtex" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/BibtexItemSource.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/BibtexItem.cs" subtype="Code" buildaction="Compile" />
21 <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
22 <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
23 <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
24 <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
25 <File name="src/BibtexAuthorsItem.cs" subtype="Code" buildaction="Compile" />
26 <File name="src/BibtexCiteAction.cs" subtype="Code" buildaction="Compile" />
27 <File name="Resources/Bibtex.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
28 <File name="gtk-gui/Bibtex.Configuration.cs" subtype="Code" buildaction="Compile" />
29 </Contents>
30 <References>
31 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
32 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
33 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
34 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
35 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
36 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
37 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
38 </References>
39</Project>
40\ No newline at end of file0\ No newline at end of file
411
=== added file 'Cl.ickable/Cl.ickable.csproj'
--- Cl.ickable/Cl.ickable.csproj 1970-01-01 00:00:00 +0000
+++ Cl.ickable/Cl.ickable.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,63 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D8757CAA-E238-49C5-B161-1B251591AE91}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Cl.ickable</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="System.Web" />
43 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
44 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
45 <Reference Include="System.Core">
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
47 </Reference>
48 </ItemGroup>
49 <ItemGroup>
50 <Folder Include="src/" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="src\ClipAction.cs" />
54 <Compile Include="src\ClickableItemSource.cs" />
55 <Compile Include="src\WebClipsItem.cs" />
56 </ItemGroup>
57 <ItemGroup>
58 <EmbeddedResource Include="Resources\Cl.ickable.addin.xml">
59 <LogicalName>Cl.ickable.addin.xml</LogicalName>
60 </EmbeddedResource>
61 </ItemGroup>
62 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
63</Project>
0\ No newline at end of file64\ No newline at end of file
165
=== removed file 'Cl.ickable/Cl.ickable.mdp'
--- Cl.ickable/Cl.ickable.mdp 2009-02-28 16:16:48 +0000
+++ Cl.ickable/Cl.ickable.mdp 1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
1<Project name="Cl.ickable" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Cl.ickable" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Cl.ickable" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/ClipAction.cs" subtype="Code" buildaction="Compile" />
20 <File name="Resources/Cl.ickable.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
21 <File name="src/ClickableItemSource.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/WebClipsItem.cs" subtype="Code" buildaction="Compile" />
23 </Contents>
24 <References>
25 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
26 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
27 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
28 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
29 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
30 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
31 </References>
32</Project>
33\ No newline at end of file0\ No newline at end of file
341
=== added file 'ClawsMail/ClawsMail.csproj'
--- ClawsMail/ClawsMail.csproj 1970-01-01 00:00:00 +0000
+++ ClawsMail/ClawsMail.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,71 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>ClawsMail</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <ConsolePause>false</ConsolePause>
22 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
23 <AssemblyKeyFile>..\..\..\..\..\k\jp\gnome-do\k-plugins\do-plugins_clawsmail\ClawsMail</AssemblyKeyFile>
24 <EnvironmentVariables>
25 <EnvironmentVariables />
26 </EnvironmentVariables>
27 <Execution>
28 <Execution clr-version="Net_2_0" />
29 </Execution>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>none</DebugType>
33 <Optimize>true</Optimize>
34 <OutputPath>bin\Release</OutputPath>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 <AssemblyKeyFile>.</AssemblyKeyFile>
38 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
39 <ConsolePause>false</ConsolePause>
40 <Execution>
41 <Execution clr-version="Net_2_0" />
42 </Execution>
43 </PropertyGroup>
44 <ItemGroup>
45 <Reference Include="System" />
46 <Reference Include="System.Xml" />
47 <Reference Include="Mono.Posix" />
48 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
49 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
50 </ItemGroup>
51 <ItemGroup>
52 <Compile Include="src\ClawsContactDetailItem.cs" />
53 <Compile Include="src\ClawsContactsItemSource.cs" />
54 </ItemGroup>
55 <ItemGroup>
56 <EmbeddedResource Include="Resources\ClawsMail.addin.xml">
57 <LogicalName>ClawsMail.addin.xml</LogicalName>
58 </EmbeddedResource>
59 <EmbeddedResource Include="Resources\icons\claws-mail.png">
60 <LogicalName>claws-mail.png</LogicalName>
61 </EmbeddedResource>
62 </ItemGroup>
63 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
64 <ProjectExtensions>
65 <MonoDevelop>
66 <Properties>
67 <Deployment.LinuxDeployData scriptName="sylpheed-claws-address" />
68 </Properties>
69 </MonoDevelop>
70 </ProjectExtensions>
71</Project>
0\ No newline at end of file72\ No newline at end of file
173
=== removed file 'ClawsMail/ClawsMail.mdp'
--- ClawsMail/ClawsMail.mdp 2009-02-28 16:16:48 +0000
+++ ClawsMail/ClawsMail.mdp 1970-01-01 00:00:00 +0000
@@ -1,31 +0,0 @@
1<Project name="ClawsMail" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assemblyKeyFile="/home/k/jp/gnome-do/k-plugins/do-plugins_clawsmail/ClawsMail/." assembly="ClawsMail" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <EnvironmentVariables />
8 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
9 </Configuration>
10 <Configuration name="Release" ctype="DotNetProjectConfiguration">
11 <Output directory="bin/Release" assemblyKeyFile="." assembly="ClawsMail" />
12 <Build debugmode="False" target="Library" />
13 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
14 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
15 </Configuration>
16 </Configurations>
17 <Contents>
18 <File name="src/ClawsContactDetailItem.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/ClawsContactsItemSource.cs" subtype="Code" buildaction="Compile" />
20 <File name="Resources/ClawsMail.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
21 <File name="Resources/icons/claws-mail.png" subtype="Code" buildaction="EmbedAsResource" />
22 </Contents>
23 <References>
24 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
25 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
26 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
27 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
28 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
29 </References>
30 <Deployment.LinuxDeployData scriptName="sylpheed-claws-address" />
31</Project>
32\ No newline at end of file0\ No newline at end of file
331
=== added file 'Confluence/Confluence.csproj'
--- Confluence/Confluence.csproj 1970-01-01 00:00:00 +0000
+++ Confluence/Confluence.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,79 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{F45F22CA-55AA-44CB-9FC5-6DE2139D549D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Confluence</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <Execution>
34 <Execution clr-version="Net_2_0" />
35 </Execution>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
40 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
43 <Reference Include="System.Web" />
44 <Reference Include="System.Web.Services" />
45 <Reference Include="System.Xml" />
46 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
47 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
48 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
49 <Reference Include="System.Core">
50 <RequiredTargetFramework>3.5</RequiredTargetFramework>
51 </Reference>
52 </ItemGroup>
53 <ItemGroup>
54 <EmbeddedResource Include="gtk-gui\gui.stetic">
55 <LogicalName>gui.stetic</LogicalName>
56 </EmbeddedResource>
57 <EmbeddedResource Include="gtk-gui\objects.xml">
58 <LogicalName>objects.xml</LogicalName>
59 </EmbeddedResource>
60 <EmbeddedResource Include="Resources\Confluence.addin.xml">
61 <LogicalName>Confluence.addin.xml</LogicalName>
62 </EmbeddedResource>
63 </ItemGroup>
64 <ItemGroup>
65 <Compile Include="gtk-gui\generated.cs" />
66 <Compile Include="src\ConfluenceSearchAction.cs" />
67 <Compile Include="src\Remote\ConfluenceSoapServiceService.cs" />
68 <Compile Include="gtk-gui\Confluence.ConfluenceConfigWidget.cs" />
69 <Compile Include="src\ConfluenceConfigWidget.cs" />
70 <Compile Include="src\ConfluenceConfiguration.cs" />
71 </ItemGroup>
72 <ItemGroup>
73 <Folder Include="src/" />
74 </ItemGroup>
75 <ItemGroup>
76 <None Include="Resources\icons\confluence.png" />
77 </ItemGroup>
78 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
79</Project>
0\ No newline at end of file80\ No newline at end of file
181
=== removed file 'Confluence/Confluence.mdp'
--- Confluence/Confluence.mdp 2009-02-28 16:16:48 +0000
+++ Confluence/Confluence.mdp 1970-01-01 00:00:00 +0000
@@ -1,43 +0,0 @@
1<Project name="Confluence" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Confluence" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Confluence" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
18 <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
19 <File name="src" subtype="Directory" buildaction="Compile" />
20 <File name="src/ConfluenceSearchAction.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/Remote/ConfluenceSoapServiceService.cs" subtype="Code" buildaction="Compile" />
22 <File name="gtk-gui/Confluence.ConfluenceConfigWidget.cs" subtype="Code" buildaction="Compile" />
23 <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
24 <File name="src/ConfluenceConfigWidget.cs" subtype="Code" buildaction="Compile" />
25 <File name="src/ConfluenceConfiguration.cs" subtype="Code" buildaction="Compile" />
26 <File name="Resources/Confluence.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
27 <File name="Resources/icons/confluence.png" subtype="Code" buildaction="Nothing" />
28 </Contents>
29 <References>
30 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
31 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
32 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
33 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
34 <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
35 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
36 <ProjectReference type="Gac" localcopy="True" refto="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
37 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
38 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
39 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
40 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
41 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
42 </References>
43</Project>
44\ No newline at end of file0\ No newline at end of file
451
=== added file 'Del.icio.us/del.icio.us.csproj'
--- Del.icio.us/del.icio.us.csproj 1970-01-01 00:00:00 +0000
+++ Del.icio.us/del.icio.us.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,74 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{00029685-8F75-4212-82F4-C79722246AE1}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>del.icio.us</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="System.Xml" />
42 <Reference Include="Mono.Posix" />
43 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
44 <Reference Include="System.Web" />
45 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
46 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
47 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
48 <Reference Include="System.Core">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
50 </Reference>
51 </ItemGroup>
52 <ItemGroup>
53 <Folder Include="src/" />
54 </ItemGroup>
55 <ItemGroup>
56 <Compile Include="src\SearchAction.cs" />
57 <Compile Include="src\Delicious.cs" />
58 <Compile Include="src\BookmarksItemSource.cs" />
59 <Compile Include="src\TagsItemSource.cs" />
60 <Compile Include="src\TagItem.cs" />
61 <Compile Include="src\Configuration.cs" />
62 <Compile Include="src\NewBookmarkAction.cs" />
63 <Compile Include="src\Preferences.cs" />
64 </ItemGroup>
65 <ItemGroup>
66 <EmbeddedResource Include="Resources\delicious.addin.xml">
67 <LogicalName>delicious.addin.xml</LogicalName>
68 </EmbeddedResource>
69 <EmbeddedResource Include="Resources\icons\delicious.png">
70 <LogicalName>delicious.png</LogicalName>
71 </EmbeddedResource>
72 </ItemGroup>
73 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
74</Project>
0\ No newline at end of file75\ No newline at end of file
176
=== removed file 'Del.icio.us/del.icio.us.mdp'
--- Del.icio.us/del.icio.us.mdp 2009-02-28 16:16:48 +0000
+++ Del.icio.us/del.icio.us.mdp 1970-01-01 00:00:00 +0000
@@ -1,41 +0,0 @@
1<Project name="del.icio.us" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="del.icio.us" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="del.icio.us" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/SearchAction.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/Delicious.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/BookmarksItemSource.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/TagsItemSource.cs" subtype="Code" buildaction="Compile" />
23 <File name="src/TagItem.cs" subtype="Code" buildaction="Compile" />
24 <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
25 <File name="src/NewBookmarkAction.cs" subtype="Code" buildaction="Compile" />
26 <File name="Resources/delicious.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
27 <File name="Resources/icons/delicious.png" subtype="Code" buildaction="EmbedAsResource" />
28 <File name="src/Preferences.cs" subtype="Code" buildaction="Compile" />
29 </Contents>
30 <References>
31 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
32 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
33 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
34 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
35 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
36 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
37 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
38 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
39 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
40 </References>
41</Project>
42\ No newline at end of file0\ No newline at end of file
431
=== added file 'DiskMounter/DiskMounter.csproj'
--- DiskMounter/DiskMounter.csproj 1970-01-01 00:00:00 +0000
+++ DiskMounter/DiskMounter.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,66 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{61B93772-EA86-44D5-AB83-12D32FDE9382}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>DiskMounter</RootNamespace>
11 <AssemblyName>DiskMounter</AssemblyName>
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>true</Optimize>
18 <OutputPath>bin\Debug</OutputPath>
19 <DefineConstants>DEBUG</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
23 <ConsolePause>false</ConsolePause>
24 <Execution>
25 <Execution clr-version="Net_2_0" />
26 </Execution>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>none</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release</OutputPath>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <ConsolePause>false</ConsolePause>
35 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
36 <Execution>
37 <Execution clr-version="Net_2_0" />
38 </Execution>
39 </PropertyGroup>
40 <ItemGroup>
41 <Reference Include="System" />
42 <Reference Include="gnome-vfs-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
43 <Reference Include="Mono.Posix" />
44 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
45 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
46 <Reference Include="System.Core">
47 <RequiredTargetFramework>3.5</RequiredTargetFramework>
48 </Reference>
49 </ItemGroup>
50 <ItemGroup>
51 <Folder Include="src/" />
52 </ItemGroup>
53 <ItemGroup>
54 <Compile Include="src\DriveItem.cs" />
55 <Compile Include="src\DriveItemSource.cs" />
56 <Compile Include="src\MountAction.cs" />
57 <Compile Include="src\OpenVolumeAction.cs" />
58 <Compile Include="src\UnmountAction.cs" />
59 </ItemGroup>
60 <ItemGroup>
61 <EmbeddedResource Include="Resources\DiskMounter.addin.xml">
62 <LogicalName>DiskMounter.addin.xml</LogicalName>
63 </EmbeddedResource>
64 </ItemGroup>
65 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
66</Project>
0\ No newline at end of file67\ No newline at end of file
168
=== removed file 'DiskMounter/DiskMounter.mdp'
--- DiskMounter/DiskMounter.mdp 2009-02-28 16:16:48 +0000
+++ DiskMounter/DiskMounter.mdp 1970-01-01 00:00:00 +0000
@@ -1,33 +0,0 @@
1<Project name="DiskMounter" fileversion="2.0" language="C#" DefaultNamespace="DiskMounter" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="DiskMounter" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="DiskMounter" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/DriveItem.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/DriveItemSource.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/MountAction.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/OpenVolumeAction.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/UnmountAction.cs" subtype="Code" buildaction="Compile" />
23 <File name="Resources/DiskMounter.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
24 </Contents>
25 <References>
26 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
27 <ProjectReference type="Gac" localcopy="True" refto="gnome-vfs-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
28 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
29 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
30 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
31 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
32 </References>
33</Project>
34\ No newline at end of file0\ No newline at end of file
351
=== removed file 'DoPlugins.mds'
--- DoPlugins.mds 2009-03-29 17:55:48 +0000
+++ DoPlugins.mds 1970-01-01 00:00:00 +0000
@@ -1,293 +0,0 @@
1<Combine fileversion="2.0" outputpath="build/bin/" name="DoPlugins" releaseversion="0.4.9.9">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="CombineConfiguration">
4 <Entry build="True" name="Rhythmbox" configuration="Debug" />
5 <Entry build="True" name="Epiphany" configuration="Debug" />
6 <Entry build="True" name="Evolution" configuration="Debug" />
7 <Entry build="True" name="GNOME-Session" configuration="Debug" />
8 <Entry build="True" name="GoogleCalculator" configuration="Debug" />
9 <Entry build="True" name="Launchpad" configuration="Debug" />
10 <Entry build="True" name="LocateFiles" configuration="Debug" />
11 <Entry build="True" name="OpenSearch" configuration="Debug" />
12 <Entry build="True" name="Pastebin" configuration="Debug" />
13 <Entry build="True" name="Pidgin" configuration="Debug" />
14 <Entry build="True" name="SSH" configuration="Debug" />
15 <Entry build="True" name="Tomboy" configuration="Debug" />
16 <Entry build="True" name="WindowManager" configuration="Debug" />
17 <Entry build="True" name="Firefox" configuration="Debug" />
18 <Entry build="True" name="Vinagre" configuration="Debug" />
19 <Entry build="True" name="GNOME-Screenshot" configuration="Debug" />
20 <Entry build="True" name="Tasque" configuration="Debug" />
21 <Entry build="True" name="Archive" configuration="Debug" />
22 <Entry build="True" name="DiskMounter" configuration="Debug" />
23 <Entry build="True" name="Text" configuration="Debug" />
24 <Entry build="True" name="GNOME-Terminal" configuration="Debug" />
25 <Entry build="True" name="GNOME-Dictionary" configuration="Debug" />
26 <Entry build="True" name="Flickr" configuration="Debug" />
27 <Entry build="True" name="RSS" configuration="Debug" />
28 <Entry build="True" name="GoogleMaps" configuration="Debug" />
29 <Entry build="True" name="Riptide" configuration="Debug" />
30 <Entry build="True" name="Shelf" configuration="Debug" />
31 <Entry build="True" name="VolumeControl" configuration="Debug" />
32 <Entry build="True" name="ImageShack" configuration="Debug" />
33 <Entry build="True" name="Cl.ickable" configuration="Debug" />
34 <Entry build="True" name="ManLookUp" configuration="Debug" />
35 <Entry build="True" name="Banshee" configuration="Debug" />
36 <Entry build="True" name="Microblogging" configuration="Debug" />
37 <Entry build="True" name="File" configuration="Debug" />
38 <Entry build="True" name="AptURL" configuration="Debug" />
39 <Entry build="True" name="Bibtex" configuration="Debug" />
40 <Entry build="True" name="Confluence" configuration="Debug" />
41 <Entry build="True" name="JIRA" configuration="Debug" />
42 <Entry build="True" name="MPD" configuration="Debug" />
43 <Entry build="True" name="PingFM" configuration="Debug" />
44 <Entry build="True" name="RememberTheMilk" configuration="Debug" />
45 <Entry build="True" name="SqueezeCenterPlugin" configuration="Debug" />
46 <Entry build="True" name="Woof" configuration="Debug" />
47 <Entry build="True" name="Wordnet" configuration="Debug" />
48 <Entry build="True" name="VirtualBox" configuration="Debug" />
49 <Entry build="True" name="Translate" configuration="Debug" />
50 <Entry build="True" name="Thunderbird" configuration="Debug" />
51 <Entry build="True" name="Skype" configuration="Debug" />
52 <Entry build="True" name="Zim" configuration="Debug" />
53 <Entry build="True" name="Putty" configuration="Debug" />
54 <Entry build="True" name="SystemServices" configuration="Debug" />
55 <Entry build="True" name="Alias" configuration="Debug" />
56 <Entry build="True" name="ClawsMail" configuration="Debug" />
57 <Entry build="True" name="NX" configuration="Debug" />
58 <Entry build="True" name="Quote" configuration="Debug" />
59 <Entry build="True" name="Opera" configuration="Debug" />
60 <Entry build="True" name="del.icio.us" configuration="Debug" />
61 <Entry build="True" name="EOG Slideshow" configuration="Debug" />
62 <Entry build="True" name="GoogleCalendar" configuration="Debug" />
63 <Entry build="True" name="GoogleDocs" configuration="Debug" />
64 <Entry build="True" name="GoogleContacts" configuration="Debug" />
65 <Entry build="True" name="GoogleSearch" configuration="Debug" />
66 <Entry build="True" name="Stock Quote" configuration="Debug" />
67 <Entry build="True" name="RequestTracker" configuration="Debug" />
68 <Entry build="True" name="TerminalServerClient" configuration="Debug" />
69 <Entry build="True" name="xmms2" configuration="Debug" />
70 <Entry build="True" name="TinyUrl" configuration="Debug" />
71 <Entry build="True" name="Tracker" configuration="Debug" />
72 <Entry build="True" name="YouTube" configuration="Debug" />
73 <Entry build="True" name="Emesene" configuration="Debug" />
74 </Configuration>
75 <Configuration name="Release" ctype="CombineConfiguration">
76 <Entry build="True" name="Rhythmbox" configuration="Release" />
77 <Entry build="True" name="Epiphany" configuration="Release" />
78 <Entry build="True" name="Evolution" configuration="Release" />
79 <Entry build="True" name="GNOME-Session" configuration="Release" />
80 <Entry build="True" name="GoogleCalculator" configuration="Release" />
81 <Entry build="False" name="Launchpad" configuration="Release" />
82 <Entry build="True" name="LocateFiles" configuration="Release" />
83 <Entry build="True" name="OpenSearch" configuration="Release" />
84 <Entry build="True" name="Pastebin" configuration="Release" />
85 <Entry build="True" name="Pidgin" configuration="Release" />
86 <Entry build="True" name="SSH" configuration="Release" />
87 <Entry build="True" name="Tomboy" configuration="Release" />
88 <Entry build="True" name="WindowManager" configuration="Release" />
89 <Entry build="True" name="Firefox" configuration="Release" />
90 <Entry build="True" name="Vinagre" configuration="Release" />
91 <Entry build="True" name="GNOME-Screenshot" configuration="Release" />
92 <Entry build="True" name="Tasque" configuration="Release" />
93 <Entry build="True" name="Archive" configuration="Default" />
94 <Entry build="True" name="DiskMounter" configuration="Release" />
95 <Entry build="True" name="Text" configuration="Release" />
96 <Entry build="True" name="GNOME-Terminal" configuration="Release" />
97 <Entry build="True" name="GNOME-Dictionary" configuration="Release" />
98 <Entry build="True" name="Flickr" configuration="Release" />
99 <Entry build="True" name="RSS" configuration="Release" />
100 <Entry build="True" name="GoogleMaps" configuration="Release" />
101 <Entry build="True" name="Riptide" configuration="Release" />
102 <Entry build="True" name="Shelf" configuration="Release" />
103 <Entry build="True" name="VolumeControl" configuration="Release" />
104 <Entry build="True" name="ImageShack" configuration="Release" />
105 <Entry build="True" name="Cl.ickable" configuration="Release" />
106 <Entry build="True" name="ManLookUp" configuration="Release" />
107 <Entry build="True" name="Banshee" configuration="Release" />
108 <Entry build="True" name="Microblogging" configuration="Release" />
109 <Entry build="True" name="File" configuration="Release" />
110 <Entry build="True" name="AptURL" configuration="Release" />
111 <Entry build="True" name="Bibtex" configuration="Release" />
112 <Entry build="True" name="Confluence" configuration="Release" />
113 <Entry build="True" name="JIRA" configuration="Release" />
114 <Entry build="True" name="MPD" configuration="Release" />
115 <Entry build="True" name="PingFM" configuration="Release" />
116 <Entry build="True" name="RememberTheMilk" configuration="Release" />
117 <Entry build="True" name="SqueezeCenterPlugin" configuration="Release" />
118 <Entry build="True" name="Woof" configuration="Release" />
119 <Entry build="True" name="Wordnet" configuration="Release" />
120 <Entry build="True" name="VirtualBox" configuration="Release" />
121 <Entry build="True" name="Translate" configuration="Release" />
122 <Entry build="True" name="Thunderbird" configuration="Release" />
123 <Entry build="True" name="Skype" configuration="Release" />
124 <Entry build="True" name="Zim" configuration="Release" />
125 <Entry build="True" name="Putty" configuration="Release" />
126 <Entry build="True" name="SystemServices" configuration="Release" />
127 <Entry build="True" name="Alias" configuration="Release" />
128 <Entry build="True" name="ClawsMail" configuration="Release" />
129 <Entry build="True" name="NX" configuration="Release" />
130 <Entry build="True" name="Quote" configuration="Release" />
131 <Entry build="True" name="Opera" configuration="Release" />
132 <Entry build="True" name="del.icio.us" configuration="Release" />
133 <Entry build="True" name="EOG Slideshow" configuration="Release" />
134 <Entry build="True" name="GoogleCalendar" configuration="Release" />
135 <Entry build="True" name="GoogleDocs" configuration="Release" />
136 <Entry build="True" name="GoogleContacts" configuration="Release" />
137 <Entry build="True" name="GoogleSearch" configuration="Release" />
138 <Entry build="True" name="Stock Quote" configuration="Release" />
139 <Entry build="True" name="RequestTracker" configuration="Release" />
140 <Entry build="True" name="TerminalServerClient" configuration="Release" />
141 <Entry build="True" name="xmms2" configuration="Release" />
142 <Entry build="True" name="TinyUrl" configuration="Release" />
143 <Entry build="True" name="Tracker" configuration="Release" />
144 <Entry build="True" name="YouTube" configuration="Release" />
145 <Entry build="True" name="Emesene" configuration="Release" />
146 </Configuration>
147 </Configurations>
148 <StartMode startupentry="Rhythmbox" single="True">
149 <Execute type="None" entry="Rhythmbox" />
150 <Execute type="None" entry="Epiphany" />
151 <Execute type="None" entry="Evolution" />
152 <Execute type="None" entry="GNOME-Session" />
153 <Execute type="None" entry="GoogleCalculator" />
154 <Execute type="None" entry="Launchpad" />
155 <Execute type="None" entry="LocateFiles" />
156 <Execute type="None" entry="OpenSearch" />
157 <Execute type="None" entry="Pastebin" />
158 <Execute type="None" entry="Pidgin" />
159 <Execute type="None" entry="SSH" />
160 <Execute type="None" entry="Tomboy" />
161 <Execute type="None" entry="WindowManager" />
162 <Execute type="None" entry="Firefox" />
163 <Execute type="None" entry="Vinagre" />
164 <Execute type="None" entry="GNOME-Screenshot" />
165 <Execute type="None" entry="Tasque" />
166 <Execute type="None" entry="Archive" />
167 <Execute type="None" entry="DiskMounter" />
168 <Execute type="None" entry="Text" />
169 <Execute type="None" entry="GNOME-Terminal" />
170 <Execute type="None" entry="GNOME-Dictionary" />
171 <Execute type="None" entry="Flickr" />
172 <Execute type="None" entry="RSS" />
173 <Execute type="None" entry="GoogleMaps" />
174 <Execute type="None" entry="Riptide" />
175 <Execute type="None" entry="Shelf" />
176 <Execute type="None" entry="VolumeControl" />
177 <Execute type="None" entry="ImageShack" />
178 <Execute type="None" entry="Cl.ickable" />
179 <Execute type="None" entry="ManLookUp" />
180 <Execute type="None" entry="Banshee" />
181 <Execute type="None" entry="Microblogging" />
182 <Execute type="None" entry="File" />
183 <Execute type="None" entry="AptURL" />
184 <Execute type="None" entry="Bibtex" />
185 <Execute type="None" entry="Confluence" />
186 <Execute type="None" entry="JIRA" />
187 <Execute type="None" entry="MPD" />
188 <Execute type="None" entry="PingFM" />
189 <Execute type="None" entry="RememberTheMilk" />
190 <Execute type="None" entry="SqueezeCenterPlugin" />
191 <Execute type="None" entry="Woof" />
192 <Execute type="None" entry="Wordnet" />
193 <Execute type="None" entry="VirtualBox" />
194 <Execute type="None" entry="Translate" />
195 <Execute type="None" entry="Thunderbird" />
196 <Execute type="None" entry="Skype" />
197 <Execute type="None" entry="Zim" />
198 <Execute type="None" entry="Putty" />
199 <Execute type="None" entry="SystemServices" />
200 <Execute type="None" entry="Alias" />
201 <Execute type="None" entry="ClawsMail" />
202 <Execute type="None" entry="NX" />
203 <Execute type="None" entry="Quote" />
204 <Execute type="None" entry="Opera" />
205 <Execute type="None" entry="del.icio.us" />
206 <Execute type="None" entry="EOG Slideshow" />
207 <Execute type="None" entry="GoogleCalendar" />
208 <Execute type="None" entry="GoogleDocs" />
209 <Execute type="None" entry="GoogleContacts" />
210 <Execute type="None" entry="GoogleSearch" />
211 <Execute type="None" entry="Stock Quote" />
212 <Execute type="None" entry="RequestTracker" />
213 <Execute type="None" entry="TerminalServerClient" />
214 <Execute type="None" entry="xmms2" />
215 <Execute type="None" entry="TinyUrl" />
216 <Execute type="None" entry="Tracker" />
217 <Execute type="None" entry="YouTube" />
218 <Execute type="None" entry="Emesene" />
219 </StartMode>
220 <MonoDevelop.ChangeLogAddIn.ChangeLogInfo policy="UpdateNearestChangeLog" />
221 <Entries>
222 <Entry filename="Rhythmbox/Rhythmbox.mdp" />
223 <Entry filename="Epiphany/Epiphany.mdp" />
224 <Entry filename="Evolution/Evolution.mdp" />
225 <Entry filename="GNOME-Session/GNOME-Session.mdp" />
226 <Entry filename="GoogleCalculator/GoogleCalculator.mdp" />
227 <Entry filename="Launchpad/Launchpad.mdp" />
228 <Entry filename="LocateFiles/LocateFiles.mdp" />
229 <Entry filename="OpenSearch/OpenSearch.mdp" />
230 <Entry filename="Pastebin/Pastebin.mdp" />
231 <Entry filename="Pidgin/Pidgin.mdp" />
232 <Entry filename="SSH/SSH.mdp" />
233 <Entry filename="Tomboy/Tomboy.mdp" />
234 <Entry filename="WindowManager/WindowManager.mdp" />
235 <Entry filename="Firefox/Firefox.mdp" />
236 <Entry filename="Vinagre/Vinagre.mdp" />
237 <Entry filename="GNOME-Screenshot/GNOME-Screenshot.mdp" />
238 <Entry filename="Tasque/Tasque.mdp" />
239 <Entry filename="Archive/Archive.mdp" />
240 <Entry filename="DiskMounter/DiskMounter.mdp" />
241 <Entry filename="Text/Text.mdp" />
242 <Entry filename="GNOME-Terminal/GNOME-Terminal.mdp" />
243 <Entry filename="GNOME-Dictionary/GNOME-Dictionary.mdp" />
244 <Entry filename="Flickr/Flickr.mdp" />
245 <Entry filename="RSS/RSS.mdp" />
246 <Entry filename="GoogleMaps/GoogleMaps.mdp" />
247 <Entry filename="Riptide/Riptide.mdp" />
248 <Entry filename="Shelf/Shelf.mdp" />
249 <Entry filename="VolumeControl/VolumeControl.mdp" />
250 <Entry filename="ImageShack/ImageShack.mdp" />
251 <Entry filename="Cl.ickable/Cl.ickable.mdp" />
252 <Entry filename="ManLookUp/ManLookUp.mdp" />
253 <Entry filename="Banshee/Banshee.mdp" />
254 <Entry filename="Microblogging/Microblogging.mdp" />
255 <Entry filename="File/File.mdp" />
256 <Entry filename="AptURL/AptURL.mdp" />
257 <Entry filename="Bibtex/Bibtex.mdp" />
258 <Entry filename="Confluence/Confluence.mdp" />
259 <Entry filename="JIRA/JIRA.mdp" />
260 <Entry filename="MPD/MPD.mdp" />
261 <Entry filename="PingFM/PingFM.mdp" />
262 <Entry filename="RememberTheMilk/RTM.mdp" />
263 <Entry filename="SqueezeCenter/SqueezeCenterPlugin.mdp" />
264 <Entry filename="Woof/Woof.mdp" />
265 <Entry filename="Wordnet/Wordnet.mdp" />
266 <Entry filename="VirtualBox/VirtualBox.mdp" />
267 <Entry filename="Translate/Translate.mdp" />
268 <Entry filename="Thunderbird/Thunderbird.mdp" />
269 <Entry filename="Skype/Skype.mdp" />
270 <Entry filename="Zim/Zim.mdp" />
271 <Entry filename="Putty/Putty.mdp" />
272 <Entry filename="SystemServices/SystemServices.mdp" />
273 <Entry filename="Alias/Alias.mdp" />
274 <Entry filename="ClawsMail/ClawsMail.mdp" />
275 <Entry filename="NX/NX.mdp" />
276 <Entry filename="Quote/Quote.mdp" />
277 <Entry filename="Opera/Opera.mdp" />
278 <Entry filename="Del.icio.us/del.icio.us.mdp" />
279 <Entry filename="EOG-Slideshow/EOG-Slideshow.mdp" />
280 <Entry filename="GoogleCalendar/GoogleCalendar.mdp" />
281 <Entry filename="GoogleDocs/GDocs.mdp" />
282 <Entry filename="GoogleContacts/GMailContacts.mdp" />
283 <Entry filename="GoogleSearch/GoogleSearch.mdp" />
284 <Entry filename="StockQuote/Stock Quote.mdp" />
285 <Entry filename="RequestTracker/RequestTracker.mdp" />
286 <Entry filename="TerminalServerClient/TerminalServerClient.mdp" />
287 <Entry filename="Xmms2/xmms2.mdp" />
288 <Entry filename="TinyUrl/TinyUrl.mdp" />
289 <Entry filename="Tracker/Tracker.mdp" />
290 <Entry filename="YouTube/YouTube.mdp" />
291 <Entry filename="Emesene/Emesene.mdp" />
292 </Entries>
293</Combine>
294\ No newline at end of file0\ No newline at end of file
2951
=== added file 'DoPlugins.sln'
--- DoPlugins.sln 1970-01-01 00:00:00 +0000
+++ DoPlugins.sln 2009-04-12 09:02:35 +0000
@@ -0,0 +1,439 @@
1
2Microsoft Visual Studio Solution File, Format Version 10.00
3# Visual Studio 2008
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rhythmbox", "Rhythmbox\Rhythmbox.csproj", "{D189BB1F-8F23-428F-A697-E1A604040F85}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Epiphany", "Epiphany\Epiphany.csproj", "{608C1AF2-CCE2-4447-8153-833A1EFCC32E}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Evolution", "Evolution\Evolution.csproj", "{CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}"
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GNOME-Session", "GNOME-Session\GNOME-Session.csproj", "{BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}"
11EndProject
12Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleCalculator", "GoogleCalculator\GoogleCalculator.csproj", "{0EC293B2-D2AF-474B-BDE3-8F64BF890279}"
13EndProject
14Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launchpad", "Launchpad\Launchpad.csproj", "{116F0930-12E7-4B54-B0F6-FC2EE3B1400D}"
15EndProject
16Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocateFiles", "LocateFiles\LocateFiles.csproj", "{922F292D-F80D-45B9-AE52-1EB653AE4460}"
17EndProject
18Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSearch", "OpenSearch\OpenSearch.csproj", "{3D2DE1E9-0218-4004-8030-5CE46095B9D5}"
19EndProject
20Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pastebin", "Pastebin\Pastebin.csproj", "{B2FE9A1D-85F9-4204-91D8-3605D4D4158C}"
21EndProject
22Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pidgin", "Pidgin\Pidgin.csproj", "{FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}"
23EndProject
24Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SSH", "SSH\SSH.csproj", "{D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}"
25EndProject
26Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tomboy", "Tomboy\Tomboy.csproj", "{E71373A8-51D3-4670-B039-6BB47E84534F}"
27EndProject
28Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowManager", "WindowManager\WindowManager.csproj", "{BC031F70-30BC-477F-A442-2E90C8240B03}"
29EndProject
30Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Firefox", "Firefox\Firefox.csproj", "{626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}"
31EndProject
32Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vinagre", "Vinagre\Vinagre.csproj", "{758908D9-FF25-4148-9890-CC7E05E80B47}"
33EndProject
34Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GNOME-Screenshot", "GNOME-Screenshot\GNOME-Screenshot.csproj", "{C0BF1415-FDE7-4A7F-941C-2C760D865039}"
35EndProject
36Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasque", "Tasque\Tasque.csproj", "{16F386DA-418C-434E-8FCC-C9B861119646}"
37EndProject
38Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archive", "Archive\Archive.csproj", "{EB31F08F-40E9-40C9-9501-451AD757C834}"
39EndProject
40Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiskMounter", "DiskMounter\DiskMounter.csproj", "{61B93772-EA86-44D5-AB83-12D32FDE9382}"
41EndProject
42Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Text", "Text\Text.csproj", "{D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}"
43EndProject
44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GNOME-Terminal", "GNOME-Terminal\GNOME-Terminal.csproj", "{57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}"
45EndProject
46Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GNOME-Dictionary", "GNOME-Dictionary\GNOME-Dictionary.csproj", "{D544EE60-F440-42B9-A943-E8D7D81C6410}"
47EndProject
48Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Flickr", "Flickr\Flickr.csproj", "{2AC83A19-3A27-49BC-89C3-11FFE525E2E3}"
49EndProject
50Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSS", "RSS\RSS.csproj", "{388165C1-DE70-4F56-83A8-422923507DDB}"
51EndProject
52Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleMaps", "GoogleMaps\GoogleMaps.csproj", "{D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}"
53EndProject
54Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riptide", "Riptide\Riptide.csproj", "{020072BD-07D2-4B6E-B353-3446A5F8D9AB}"
55EndProject
56Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shelf", "Shelf\Shelf.csproj", "{DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}"
57EndProject
58Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VolumeControl", "VolumeControl\VolumeControl.csproj", "{37049552-073C-4F38-AF67-9E7B20B98032}"
59EndProject
60Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageShack", "ImageShack\ImageShack.csproj", "{A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}"
61EndProject
62Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cl.ickable", "Cl.ickable\Cl.ickable.csproj", "{D8757CAA-E238-49C5-B161-1B251591AE91}"
63EndProject
64Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManLookUp", "ManLookUp\ManLookUp.csproj", "{D19F3460-26D1-463B-BAC9-D272870C12B2}"
65EndProject
66Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Banshee", "Banshee\Banshee.csproj", "{133D7370-E8A0-401E-9D72-817B835CEBDD}"
67EndProject
68Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microblogging", "Microblogging\Microblogging.csproj", "{0C66C68B-FEAC-4608-9273-DC439967635C}"
69EndProject
70Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "File", "File\File.csproj", "{0FE5A534-46EF-4A45-A245-8344A8520CB1}"
71EndProject
72Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AptURL", "AptURL\AptURL.csproj", "{DEF3446C-4525-4EB4-8B7F-1233BB0754DA}"
73EndProject
74Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bibtex", "Bibtex\Bibtex.csproj", "{08131452-DB34-4F4C-9CD1-660F17DC6BE0}"
75EndProject
76Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confluence", "Confluence\Confluence.csproj", "{F45F22CA-55AA-44CB-9FC5-6DE2139D549D}"
77EndProject
78Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JIRA", "JIRA\JIRA.csproj", "{FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}"
79EndProject
80Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MPD", "MPD\MPD.csproj", "{7AF43605-31EF-499F-8F83-DEFB82C2351D}"
81EndProject
82Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PingFM", "PingFM\PingFM.csproj", "{653EF898-CB6B-458C-9660-48FDC7B75C3E}"
83EndProject
84Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Woof", "Woof\Woof.csproj", "{EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}"
85EndProject
86Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wordnet", "Wordnet\Wordnet.csproj", "{882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}"
87EndProject
88Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualBox", "VirtualBox\VirtualBox.csproj", "{7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}"
89EndProject
90Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Translate", "Translate\Translate.csproj", "{3942517E-9738-4D1D-A0D0-4D3E2F81355D}"
91EndProject
92Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thunderbird", "Thunderbird\Thunderbird.csproj", "{2C4B8B38-82C6-4B1B-B99E-4422515EA62A}"
93EndProject
94Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Skype", "Skype\Skype.csproj", "{0C94C639-DF96-434E-BB39-55886A270EFE}"
95EndProject
96Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zim", "Zim\Zim.csproj", "{0F5225CE-C98E-4D77-91B0-DA2BD483C633}"
97EndProject
98Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Putty", "Putty\Putty.csproj", "{21CED544-3E6A-4FAA-8A4A-B415EF1902E6}"
99EndProject
100Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemServices", "SystemServices\SystemServices.csproj", "{E97438E4-74C7-4E40-B7AD-AA06F7245EEE}"
101EndProject
102Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alias", "Alias\Alias.csproj", "{3C97D337-90A6-4F81-A06E-7C904B8A5A08}"
103EndProject
104Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClawsMail", "ClawsMail\ClawsMail.csproj", "{C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}"
105EndProject
106Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NX", "NX\NX.csproj", "{FEF4CE99-A03C-4F3D-ADF1-2304E7440886}"
107EndProject
108Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quote", "Quote\Quote.csproj", "{21BA2924-CD14-4F5A-9B98-E2651C7F844A}"
109EndProject
110Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Opera", "Opera\Opera.csproj", "{E581A784-6E0C-45C4-A9B7-FF267651B8D1}"
111EndProject
112Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "del.icio.us", "Del.icio.us\del.icio.us.csproj", "{00029685-8F75-4212-82F4-C79722246AE1}"
113EndProject
114Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EOG-Slideshow", "EOG-Slideshow\EOG-Slideshow.csproj", "{108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}"
115EndProject
116Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleCalendar", "GoogleCalendar\GoogleCalendar.csproj", "{860B498C-7D17-441C-A84A-BF6E0D3E73FC}"
117EndProject
118Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleSearch", "GoogleSearch\GoogleSearch.csproj", "{FF774FAF-1C82-49E6-BE84-5FE4D46D9391}"
119EndProject
120Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stock Quote", "StockQuote\Stock Quote.csproj", "{CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}"
121EndProject
122Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequestTracker", "RequestTracker\RequestTracker.csproj", "{AC533CF0-B22A-496E-AD15-373313998A4B}"
123EndProject
124Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerminalServerClient", "TerminalServerClient\TerminalServerClient.csproj", "{3A5168AE-7A91-4906-B5F7-14674241541E}"
125EndProject
126Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xmms2", "Xmms2\xmms2.csproj", "{AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}"
127EndProject
128Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyUrl", "TinyUrl\TinyUrl.csproj", "{35B2B972-B0FC-4E63-94AC-E08C088E8BED}"
129EndProject
130Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tracker", "Tracker\Tracker.csproj", "{E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}"
131EndProject
132Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouTube", "YouTube\YouTube.csproj", "{D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}"
133EndProject
134Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emesene", "Emesene\Emesene.csproj", "{9128FA94-8AAF-4E08-BF67-2EE196480E6B}"
135EndProject
136Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleDocs", "GoogleDocs\GoogleDocs.csproj", "{21D7A340-FA70-415B-83A5-56E840D5DBBB}"
137EndProject
138Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleContacts", "GoogleContacts\GoogleContacts.csproj", "{1AC7E80C-1DC3-475E-947E-D91FF7F643BA}"
139EndProject
140Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RememberTheMilk", "RememberTheMilk\RememberTheMilk.csproj", "{03123077-F8C3-4716-AA65-F6A394F5E514}"
141EndProject
142Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqueezeCenter", "SqueezeCenter\SqueezeCenter.csproj", "{A54C85F3-70A4-40B3-8142-000424C0D292}"
143EndProject
144Global
145 GlobalSection(SolutionConfigurationPlatforms) = preSolution
146 Debug|Any CPU = Debug|Any CPU
147 Release|Any CPU = Release|Any CPU
148 EndGlobalSection
149 GlobalSection(ProjectConfigurationPlatforms) = postSolution
150 {00029685-8F75-4212-82F4-C79722246AE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
151 {00029685-8F75-4212-82F4-C79722246AE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
152 {00029685-8F75-4212-82F4-C79722246AE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
153 {00029685-8F75-4212-82F4-C79722246AE1}.Release|Any CPU.Build.0 = Release|Any CPU
154 {020072BD-07D2-4B6E-B353-3446A5F8D9AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
155 {020072BD-07D2-4B6E-B353-3446A5F8D9AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
156 {020072BD-07D2-4B6E-B353-3446A5F8D9AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
157 {020072BD-07D2-4B6E-B353-3446A5F8D9AB}.Release|Any CPU.Build.0 = Release|Any CPU
158 {03123077-F8C3-4716-AA65-F6A394F5E514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
159 {03123077-F8C3-4716-AA65-F6A394F5E514}.Debug|Any CPU.Build.0 = Debug|Any CPU
160 {03123077-F8C3-4716-AA65-F6A394F5E514}.Release|Any CPU.ActiveCfg = Release|Any CPU
161 {03123077-F8C3-4716-AA65-F6A394F5E514}.Release|Any CPU.Build.0 = Release|Any CPU
162 {08131452-DB34-4F4C-9CD1-660F17DC6BE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
163 {08131452-DB34-4F4C-9CD1-660F17DC6BE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
164 {08131452-DB34-4F4C-9CD1-660F17DC6BE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
165 {08131452-DB34-4F4C-9CD1-660F17DC6BE0}.Release|Any CPU.Build.0 = Release|Any CPU
166 {0C66C68B-FEAC-4608-9273-DC439967635C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
167 {0C66C68B-FEAC-4608-9273-DC439967635C}.Debug|Any CPU.Build.0 = Debug|Any CPU
168 {0C66C68B-FEAC-4608-9273-DC439967635C}.Release|Any CPU.ActiveCfg = Release|Any CPU
169 {0C66C68B-FEAC-4608-9273-DC439967635C}.Release|Any CPU.Build.0 = Release|Any CPU
170 {0C94C639-DF96-434E-BB39-55886A270EFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
171 {0C94C639-DF96-434E-BB39-55886A270EFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
172 {0C94C639-DF96-434E-BB39-55886A270EFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
173 {0C94C639-DF96-434E-BB39-55886A270EFE}.Release|Any CPU.Build.0 = Release|Any CPU
174 {0EC293B2-D2AF-474B-BDE3-8F64BF890279}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
175 {0EC293B2-D2AF-474B-BDE3-8F64BF890279}.Debug|Any CPU.Build.0 = Debug|Any CPU
176 {0EC293B2-D2AF-474B-BDE3-8F64BF890279}.Release|Any CPU.ActiveCfg = Release|Any CPU
177 {0EC293B2-D2AF-474B-BDE3-8F64BF890279}.Release|Any CPU.Build.0 = Release|Any CPU
178 {0F5225CE-C98E-4D77-91B0-DA2BD483C633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
179 {0F5225CE-C98E-4D77-91B0-DA2BD483C633}.Debug|Any CPU.Build.0 = Debug|Any CPU
180 {0F5225CE-C98E-4D77-91B0-DA2BD483C633}.Release|Any CPU.ActiveCfg = Release|Any CPU
181 {0F5225CE-C98E-4D77-91B0-DA2BD483C633}.Release|Any CPU.Build.0 = Release|Any CPU
182 {0FE5A534-46EF-4A45-A245-8344A8520CB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
183 {0FE5A534-46EF-4A45-A245-8344A8520CB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
184 {0FE5A534-46EF-4A45-A245-8344A8520CB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
185 {0FE5A534-46EF-4A45-A245-8344A8520CB1}.Release|Any CPU.Build.0 = Release|Any CPU
186 {108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
187 {108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
188 {108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
189 {108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}.Release|Any CPU.Build.0 = Release|Any CPU
190 {116F0930-12E7-4B54-B0F6-FC2EE3B1400D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
191 {116F0930-12E7-4B54-B0F6-FC2EE3B1400D}.Debug|Any CPU.Build.0 = Debug|Any CPU
192 {116F0930-12E7-4B54-B0F6-FC2EE3B1400D}.Release|Any CPU.ActiveCfg = Release|Any CPU
193 {133D7370-E8A0-401E-9D72-817B835CEBDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
194 {133D7370-E8A0-401E-9D72-817B835CEBDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
195 {133D7370-E8A0-401E-9D72-817B835CEBDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
196 {133D7370-E8A0-401E-9D72-817B835CEBDD}.Release|Any CPU.Build.0 = Release|Any CPU
197 {16F386DA-418C-434E-8FCC-C9B861119646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
198 {16F386DA-418C-434E-8FCC-C9B861119646}.Debug|Any CPU.Build.0 = Debug|Any CPU
199 {16F386DA-418C-434E-8FCC-C9B861119646}.Release|Any CPU.ActiveCfg = Release|Any CPU
200 {16F386DA-418C-434E-8FCC-C9B861119646}.Release|Any CPU.Build.0 = Release|Any CPU
201 {1AC7E80C-1DC3-475E-947E-D91FF7F643BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
202 {1AC7E80C-1DC3-475E-947E-D91FF7F643BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
203 {1AC7E80C-1DC3-475E-947E-D91FF7F643BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
204 {1AC7E80C-1DC3-475E-947E-D91FF7F643BA}.Release|Any CPU.Build.0 = Release|Any CPU
205 {21BA2924-CD14-4F5A-9B98-E2651C7F844A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
206 {21BA2924-CD14-4F5A-9B98-E2651C7F844A}.Debug|Any CPU.Build.0 = Debug|Any CPU
207 {21BA2924-CD14-4F5A-9B98-E2651C7F844A}.Release|Any CPU.ActiveCfg = Release|Any CPU
208 {21BA2924-CD14-4F5A-9B98-E2651C7F844A}.Release|Any CPU.Build.0 = Release|Any CPU
209 {21CED544-3E6A-4FAA-8A4A-B415EF1902E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
210 {21CED544-3E6A-4FAA-8A4A-B415EF1902E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
211 {21CED544-3E6A-4FAA-8A4A-B415EF1902E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
212 {21CED544-3E6A-4FAA-8A4A-B415EF1902E6}.Release|Any CPU.Build.0 = Release|Any CPU
213 {21D7A340-FA70-415B-83A5-56E840D5DBBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
214 {21D7A340-FA70-415B-83A5-56E840D5DBBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
215 {21D7A340-FA70-415B-83A5-56E840D5DBBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
216 {21D7A340-FA70-415B-83A5-56E840D5DBBB}.Release|Any CPU.Build.0 = Release|Any CPU
217 {2AC83A19-3A27-49BC-89C3-11FFE525E2E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
218 {2AC83A19-3A27-49BC-89C3-11FFE525E2E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
219 {2AC83A19-3A27-49BC-89C3-11FFE525E2E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
220 {2AC83A19-3A27-49BC-89C3-11FFE525E2E3}.Release|Any CPU.Build.0 = Release|Any CPU
221 {2C4B8B38-82C6-4B1B-B99E-4422515EA62A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
222 {2C4B8B38-82C6-4B1B-B99E-4422515EA62A}.Debug|Any CPU.Build.0 = Debug|Any CPU
223 {2C4B8B38-82C6-4B1B-B99E-4422515EA62A}.Release|Any CPU.ActiveCfg = Release|Any CPU
224 {2C4B8B38-82C6-4B1B-B99E-4422515EA62A}.Release|Any CPU.Build.0 = Release|Any CPU
225 {35B2B972-B0FC-4E63-94AC-E08C088E8BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
226 {35B2B972-B0FC-4E63-94AC-E08C088E8BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
227 {35B2B972-B0FC-4E63-94AC-E08C088E8BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
228 {35B2B972-B0FC-4E63-94AC-E08C088E8BED}.Release|Any CPU.Build.0 = Release|Any CPU
229 {37049552-073C-4F38-AF67-9E7B20B98032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
230 {37049552-073C-4F38-AF67-9E7B20B98032}.Debug|Any CPU.Build.0 = Debug|Any CPU
231 {37049552-073C-4F38-AF67-9E7B20B98032}.Release|Any CPU.ActiveCfg = Release|Any CPU
232 {37049552-073C-4F38-AF67-9E7B20B98032}.Release|Any CPU.Build.0 = Release|Any CPU
233 {388165C1-DE70-4F56-83A8-422923507DDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
234 {388165C1-DE70-4F56-83A8-422923507DDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
235 {388165C1-DE70-4F56-83A8-422923507DDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
236 {388165C1-DE70-4F56-83A8-422923507DDB}.Release|Any CPU.Build.0 = Release|Any CPU
237 {3942517E-9738-4D1D-A0D0-4D3E2F81355D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
238 {3942517E-9738-4D1D-A0D0-4D3E2F81355D}.Debug|Any CPU.Build.0 = Debug|Any CPU
239 {3942517E-9738-4D1D-A0D0-4D3E2F81355D}.Release|Any CPU.ActiveCfg = Release|Any CPU
240 {3942517E-9738-4D1D-A0D0-4D3E2F81355D}.Release|Any CPU.Build.0 = Release|Any CPU
241 {3A5168AE-7A91-4906-B5F7-14674241541E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
242 {3A5168AE-7A91-4906-B5F7-14674241541E}.Debug|Any CPU.Build.0 = Debug|Any CPU
243 {3A5168AE-7A91-4906-B5F7-14674241541E}.Release|Any CPU.ActiveCfg = Release|Any CPU
244 {3A5168AE-7A91-4906-B5F7-14674241541E}.Release|Any CPU.Build.0 = Release|Any CPU
245 {3C97D337-90A6-4F81-A06E-7C904B8A5A08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
246 {3C97D337-90A6-4F81-A06E-7C904B8A5A08}.Debug|Any CPU.Build.0 = Debug|Any CPU
247 {3C97D337-90A6-4F81-A06E-7C904B8A5A08}.Release|Any CPU.ActiveCfg = Release|Any CPU
248 {3C97D337-90A6-4F81-A06E-7C904B8A5A08}.Release|Any CPU.Build.0 = Release|Any CPU
249 {3D2DE1E9-0218-4004-8030-5CE46095B9D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
250 {3D2DE1E9-0218-4004-8030-5CE46095B9D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
251 {3D2DE1E9-0218-4004-8030-5CE46095B9D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
252 {3D2DE1E9-0218-4004-8030-5CE46095B9D5}.Release|Any CPU.Build.0 = Release|Any CPU
253 {57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
254 {57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
255 {57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
256 {57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}.Release|Any CPU.Build.0 = Release|Any CPU
257 {608C1AF2-CCE2-4447-8153-833A1EFCC32E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
258 {608C1AF2-CCE2-4447-8153-833A1EFCC32E}.Debug|Any CPU.Build.0 = Debug|Any CPU
259 {608C1AF2-CCE2-4447-8153-833A1EFCC32E}.Release|Any CPU.ActiveCfg = Release|Any CPU
260 {608C1AF2-CCE2-4447-8153-833A1EFCC32E}.Release|Any CPU.Build.0 = Release|Any CPU
261 {61B93772-EA86-44D5-AB83-12D32FDE9382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
262 {61B93772-EA86-44D5-AB83-12D32FDE9382}.Debug|Any CPU.Build.0 = Debug|Any CPU
263 {61B93772-EA86-44D5-AB83-12D32FDE9382}.Release|Any CPU.ActiveCfg = Release|Any CPU
264 {61B93772-EA86-44D5-AB83-12D32FDE9382}.Release|Any CPU.Build.0 = Release|Any CPU
265 {626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
266 {626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
267 {626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
268 {626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}.Release|Any CPU.Build.0 = Release|Any CPU
269 {653EF898-CB6B-458C-9660-48FDC7B75C3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
270 {653EF898-CB6B-458C-9660-48FDC7B75C3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
271 {653EF898-CB6B-458C-9660-48FDC7B75C3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
272 {653EF898-CB6B-458C-9660-48FDC7B75C3E}.Release|Any CPU.Build.0 = Release|Any CPU
273 {758908D9-FF25-4148-9890-CC7E05E80B47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
274 {758908D9-FF25-4148-9890-CC7E05E80B47}.Debug|Any CPU.Build.0 = Debug|Any CPU
275 {758908D9-FF25-4148-9890-CC7E05E80B47}.Release|Any CPU.ActiveCfg = Release|Any CPU
276 {758908D9-FF25-4148-9890-CC7E05E80B47}.Release|Any CPU.Build.0 = Release|Any CPU
277 {7AF43605-31EF-499F-8F83-DEFB82C2351D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
278 {7AF43605-31EF-499F-8F83-DEFB82C2351D}.Debug|Any CPU.Build.0 = Debug|Any CPU
279 {7AF43605-31EF-499F-8F83-DEFB82C2351D}.Release|Any CPU.ActiveCfg = Release|Any CPU
280 {7AF43605-31EF-499F-8F83-DEFB82C2351D}.Release|Any CPU.Build.0 = Release|Any CPU
281 {7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
282 {7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}.Debug|Any CPU.Build.0 = Debug|Any CPU
283 {7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}.Release|Any CPU.ActiveCfg = Release|Any CPU
284 {7C2B79E3-19D3-46EE-A8FF-9C20B4AF696C}.Release|Any CPU.Build.0 = Release|Any CPU
285 {860B498C-7D17-441C-A84A-BF6E0D3E73FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
286 {860B498C-7D17-441C-A84A-BF6E0D3E73FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
287 {860B498C-7D17-441C-A84A-BF6E0D3E73FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
288 {860B498C-7D17-441C-A84A-BF6E0D3E73FC}.Release|Any CPU.Build.0 = Release|Any CPU
289 {882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
290 {882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}.Debug|Any CPU.Build.0 = Debug|Any CPU
291 {882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}.Release|Any CPU.ActiveCfg = Release|Any CPU
292 {882BD6C1-05F8-48B8-8AC0-C295D6B1F29D}.Release|Any CPU.Build.0 = Release|Any CPU
293 {9128FA94-8AAF-4E08-BF67-2EE196480E6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
294 {9128FA94-8AAF-4E08-BF67-2EE196480E6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
295 {9128FA94-8AAF-4E08-BF67-2EE196480E6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
296 {9128FA94-8AAF-4E08-BF67-2EE196480E6B}.Release|Any CPU.Build.0 = Release|Any CPU
297 {922F292D-F80D-45B9-AE52-1EB653AE4460}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
298 {922F292D-F80D-45B9-AE52-1EB653AE4460}.Debug|Any CPU.Build.0 = Debug|Any CPU
299 {922F292D-F80D-45B9-AE52-1EB653AE4460}.Release|Any CPU.ActiveCfg = Release|Any CPU
300 {922F292D-F80D-45B9-AE52-1EB653AE4460}.Release|Any CPU.Build.0 = Release|Any CPU
301 {A54C85F3-70A4-40B3-8142-000424C0D292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
302 {A54C85F3-70A4-40B3-8142-000424C0D292}.Debug|Any CPU.Build.0 = Debug|Any CPU
303 {A54C85F3-70A4-40B3-8142-000424C0D292}.Release|Any CPU.ActiveCfg = Release|Any CPU
304 {A54C85F3-70A4-40B3-8142-000424C0D292}.Release|Any CPU.Build.0 = Release|Any CPU
305 {A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
306 {A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}.Debug|Any CPU.Build.0 = Debug|Any CPU
307 {A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}.Release|Any CPU.ActiveCfg = Release|Any CPU
308 {A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}.Release|Any CPU.Build.0 = Release|Any CPU
309 {AC533CF0-B22A-496E-AD15-373313998A4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
310 {AC533CF0-B22A-496E-AD15-373313998A4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
311 {AC533CF0-B22A-496E-AD15-373313998A4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
312 {AC533CF0-B22A-496E-AD15-373313998A4B}.Release|Any CPU.Build.0 = Release|Any CPU
313 {AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
314 {AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}.Debug|Any CPU.Build.0 = Debug|Any CPU
315 {AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}.Release|Any CPU.ActiveCfg = Release|Any CPU
316 {AEF90DC5-4CDF-4B3D-A137-8961C2D91D95}.Release|Any CPU.Build.0 = Release|Any CPU
317 {B2FE9A1D-85F9-4204-91D8-3605D4D4158C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
318 {B2FE9A1D-85F9-4204-91D8-3605D4D4158C}.Debug|Any CPU.Build.0 = Debug|Any CPU
319 {B2FE9A1D-85F9-4204-91D8-3605D4D4158C}.Release|Any CPU.ActiveCfg = Release|Any CPU
320 {B2FE9A1D-85F9-4204-91D8-3605D4D4158C}.Release|Any CPU.Build.0 = Release|Any CPU
321 {BC031F70-30BC-477F-A442-2E90C8240B03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
322 {BC031F70-30BC-477F-A442-2E90C8240B03}.Debug|Any CPU.Build.0 = Debug|Any CPU
323 {BC031F70-30BC-477F-A442-2E90C8240B03}.Release|Any CPU.ActiveCfg = Release|Any CPU
324 {BC031F70-30BC-477F-A442-2E90C8240B03}.Release|Any CPU.Build.0 = Release|Any CPU
325 {BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
326 {BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}.Debug|Any CPU.Build.0 = Debug|Any CPU
327 {BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}.Release|Any CPU.ActiveCfg = Release|Any CPU
328 {BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}.Release|Any CPU.Build.0 = Release|Any CPU
329 {C0BF1415-FDE7-4A7F-941C-2C760D865039}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
330 {C0BF1415-FDE7-4A7F-941C-2C760D865039}.Debug|Any CPU.Build.0 = Debug|Any CPU
331 {C0BF1415-FDE7-4A7F-941C-2C760D865039}.Release|Any CPU.ActiveCfg = Release|Any CPU
332 {C0BF1415-FDE7-4A7F-941C-2C760D865039}.Release|Any CPU.Build.0 = Release|Any CPU
333 {C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
334 {C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}.Debug|Any CPU.Build.0 = Debug|Any CPU
335 {C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}.Release|Any CPU.ActiveCfg = Release|Any CPU
336 {C197ABB3-D8A0-4296-B521-F9AFB4F2CED6}.Release|Any CPU.Build.0 = Release|Any CPU
337 {CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
338 {CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}.Debug|Any CPU.Build.0 = Debug|Any CPU
339 {CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}.Release|Any CPU.ActiveCfg = Release|Any CPU
340 {CDE5F239-E6EF-4C95-BCC9-FEBFF51B1D46}.Release|Any CPU.Build.0 = Release|Any CPU
341 {CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
342 {CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
343 {CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
344 {CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}.Release|Any CPU.Build.0 = Release|Any CPU
345 {D189BB1F-8F23-428F-A697-E1A604040F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
346 {D189BB1F-8F23-428F-A697-E1A604040F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
347 {D189BB1F-8F23-428F-A697-E1A604040F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
348 {D189BB1F-8F23-428F-A697-E1A604040F85}.Release|Any CPU.Build.0 = Release|Any CPU
349 {D19F3460-26D1-463B-BAC9-D272870C12B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
350 {D19F3460-26D1-463B-BAC9-D272870C12B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
351 {D19F3460-26D1-463B-BAC9-D272870C12B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
352 {D19F3460-26D1-463B-BAC9-D272870C12B2}.Release|Any CPU.Build.0 = Release|Any CPU
353 {D544EE60-F440-42B9-A943-E8D7D81C6410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
354 {D544EE60-F440-42B9-A943-E8D7D81C6410}.Debug|Any CPU.Build.0 = Debug|Any CPU
355 {D544EE60-F440-42B9-A943-E8D7D81C6410}.Release|Any CPU.ActiveCfg = Release|Any CPU
356 {D544EE60-F440-42B9-A943-E8D7D81C6410}.Release|Any CPU.Build.0 = Release|Any CPU
357 {D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
358 {D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}.Debug|Any CPU.Build.0 = Debug|Any CPU
359 {D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}.Release|Any CPU.ActiveCfg = Release|Any CPU
360 {D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}.Release|Any CPU.Build.0 = Release|Any CPU
361 {D8757CAA-E238-49C5-B161-1B251591AE91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
362 {D8757CAA-E238-49C5-B161-1B251591AE91}.Debug|Any CPU.Build.0 = Debug|Any CPU
363 {D8757CAA-E238-49C5-B161-1B251591AE91}.Release|Any CPU.ActiveCfg = Release|Any CPU
364 {D8757CAA-E238-49C5-B161-1B251591AE91}.Release|Any CPU.Build.0 = Release|Any CPU
365 {D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
366 {D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
367 {D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
368 {D8B3061C-CC4B-4AE6-98B6-DE02B5ED0FEB}.Release|Any CPU.Build.0 = Release|Any CPU
369 {D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
370 {D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}.Debug|Any CPU.Build.0 = Debug|Any CPU
371 {D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}.Release|Any CPU.ActiveCfg = Release|Any CPU
372 {D93AA31B-BD23-4EF5-9CB5-0F1A6DB94630}.Release|Any CPU.Build.0 = Release|Any CPU
373 {D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
374 {D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
375 {D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
376 {D9FCEED6-FD49-42AF-B4C6-DA3EBCFACCDC}.Release|Any CPU.Build.0 = Release|Any CPU
377 {DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
378 {DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
379 {DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
380 {DE4FD95B-F05C-44AF-B53F-F20861C8D8D9}.Release|Any CPU.Build.0 = Release|Any CPU
381 {DEF3446C-4525-4EB4-8B7F-1233BB0754DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
382 {DEF3446C-4525-4EB4-8B7F-1233BB0754DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
383 {DEF3446C-4525-4EB4-8B7F-1233BB0754DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
384 {DEF3446C-4525-4EB4-8B7F-1233BB0754DA}.Release|Any CPU.Build.0 = Release|Any CPU
385 {E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
386 {E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}.Debug|Any CPU.Build.0 = Debug|Any CPU
387 {E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}.Release|Any CPU.ActiveCfg = Release|Any CPU
388 {E2B4278E-C983-4E39-B2B9-5B7BCF6DAB72}.Release|Any CPU.Build.0 = Release|Any CPU
389 {E581A784-6E0C-45C4-A9B7-FF267651B8D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
390 {E581A784-6E0C-45C4-A9B7-FF267651B8D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
391 {E581A784-6E0C-45C4-A9B7-FF267651B8D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
392 {E581A784-6E0C-45C4-A9B7-FF267651B8D1}.Release|Any CPU.Build.0 = Release|Any CPU
393 {E71373A8-51D3-4670-B039-6BB47E84534F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
394 {E71373A8-51D3-4670-B039-6BB47E84534F}.Debug|Any CPU.Build.0 = Debug|Any CPU
395 {E71373A8-51D3-4670-B039-6BB47E84534F}.Release|Any CPU.ActiveCfg = Release|Any CPU
396 {E71373A8-51D3-4670-B039-6BB47E84534F}.Release|Any CPU.Build.0 = Release|Any CPU
397 {E97438E4-74C7-4E40-B7AD-AA06F7245EEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
398 {E97438E4-74C7-4E40-B7AD-AA06F7245EEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
399 {E97438E4-74C7-4E40-B7AD-AA06F7245EEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
400 {E97438E4-74C7-4E40-B7AD-AA06F7245EEE}.Release|Any CPU.Build.0 = Release|Any CPU
401 {EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
402 {EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}.Debug|Any CPU.Build.0 = Debug|Any CPU
403 {EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}.Release|Any CPU.ActiveCfg = Release|Any CPU
404 {EAA26C30-3EE9-427E-A190-D3EA6A6BBA59}.Release|Any CPU.Build.0 = Release|Any CPU
405 {EB31F08F-40E9-40C9-9501-451AD757C834}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
406 {EB31F08F-40E9-40C9-9501-451AD757C834}.Debug|Any CPU.Build.0 = Debug|Any CPU
407 {EB31F08F-40E9-40C9-9501-451AD757C834}.Release|Any CPU.ActiveCfg = Default|Any CPU
408 {EB31F08F-40E9-40C9-9501-451AD757C834}.Release|Any CPU.Build.0 = Default|Any CPU
409 {F45F22CA-55AA-44CB-9FC5-6DE2139D549D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
410 {F45F22CA-55AA-44CB-9FC5-6DE2139D549D}.Debug|Any CPU.Build.0 = Debug|Any CPU
411 {F45F22CA-55AA-44CB-9FC5-6DE2139D549D}.Release|Any CPU.ActiveCfg = Release|Any CPU
412 {F45F22CA-55AA-44CB-9FC5-6DE2139D549D}.Release|Any CPU.Build.0 = Release|Any CPU
413 {FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
414 {FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}.Debug|Any CPU.Build.0 = Debug|Any CPU
415 {FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}.Release|Any CPU.ActiveCfg = Release|Any CPU
416 {FC9F6D36-8B6B-4DF6-B0BA-FC3827CE502E}.Release|Any CPU.Build.0 = Release|Any CPU
417 {FEF4CE99-A03C-4F3D-ADF1-2304E7440886}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
418 {FEF4CE99-A03C-4F3D-ADF1-2304E7440886}.Debug|Any CPU.Build.0 = Debug|Any CPU
419 {FEF4CE99-A03C-4F3D-ADF1-2304E7440886}.Release|Any CPU.ActiveCfg = Release|Any CPU
420 {FEF4CE99-A03C-4F3D-ADF1-2304E7440886}.Release|Any CPU.Build.0 = Release|Any CPU
421 {FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
422 {FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
423 {FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
424 {FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}.Release|Any CPU.Build.0 = Release|Any CPU
425 {FF774FAF-1C82-49E6-BE84-5FE4D46D9391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
426 {FF774FAF-1C82-49E6-BE84-5FE4D46D9391}.Debug|Any CPU.Build.0 = Debug|Any CPU
427 {FF774FAF-1C82-49E6-BE84-5FE4D46D9391}.Release|Any CPU.ActiveCfg = Release|Any CPU
428 {FF774FAF-1C82-49E6-BE84-5FE4D46D9391}.Release|Any CPU.Build.0 = Release|Any CPU
429 EndGlobalSection
430 GlobalSection(MonoDevelopProperties) = preSolution
431 name = DoPlugins
432 version = 0.1
433 outputpath = build\bin\
434 StartupItem = Rhythmbox\Rhythmbox.csproj
435 releaseversion = 0.4.9.9
436 MonoDevelop.ChangeLogAddIn.ChangeLogInfo = $0
437 $0.policy = UpdateNearestChangeLog
438 EndGlobalSection
439EndGlobal
0440
=== added file 'EOG-Slideshow/EOG-Slideshow.csproj'
--- EOG-Slideshow/EOG-Slideshow.csproj 1970-01-01 00:00:00 +0000
+++ EOG-Slideshow/EOG-Slideshow.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,58 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{108A08E2-ED37-435D-8BCA-CB05E4C0CAC4}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>EOG Slideshow</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="System.Core">
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
44 </Reference>
45 </ItemGroup>
46 <ItemGroup>
47 <Folder Include="src/" />
48 </ItemGroup>
49 <ItemGroup>
50 <Compile Include="src\PlaySlideshowAction.cs" />
51 </ItemGroup>
52 <ItemGroup>
53 <EmbeddedResource Include="Resources\EOG-Slideshow.addin.xml">
54 <LogicalName>EOG-Slideshow.addin.xml</LogicalName>
55 </EmbeddedResource>
56 </ItemGroup>
57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
58</Project>
0\ No newline at end of file59\ No newline at end of file
160
=== removed file 'EOG-Slideshow/EOG-Slideshow.mdp'
--- EOG-Slideshow/EOG-Slideshow.mdp 2009-02-28 16:16:48 +0000
+++ EOG-Slideshow/EOG-Slideshow.mdp 1970-01-01 00:00:00 +0000
@@ -1,27 +0,0 @@
1<Project name="EOG Slideshow" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="EOG Slideshow" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="EOG Slideshow" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/PlaySlideshowAction.cs" subtype="Code" buildaction="Compile" />
20 <File name="Resources/EOG-Slideshow.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
21 </Contents>
22 <References>
23 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
24 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
25 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
26 </References>
27</Project>
28\ No newline at end of file0\ No newline at end of file
291
=== added file 'Emesene/Emesene.csproj'
--- Emesene/Emesene.csproj 1970-01-01 00:00:00 +0000
+++ Emesene/Emesene.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,99 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{9128FA94-8AAF-4E08-BF67-2EE196480E6B}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Emesene</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
42 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
43 <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
44 <Reference Include="System.Xml" />
45 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
46 <Reference Include="System.Core">
47 <RequiredTargetFramework>3.5</RequiredTargetFramework>
48 </Reference>
49 </ItemGroup>
50 <ItemGroup />
51 <ItemGroup>
52 <Compile Include="src\Emesene.cs" />
53 <Compile Include="src\EmeseneAvatarItem.cs" />
54 <Compile Include="src\EmeseneAvatarItemSource.cs" />
55 <Compile Include="src\EmeseneChangeAvatarAction.cs" />
56 <Compile Include="src\EmeseneChangeNickAction.cs" />
57 <Compile Include="src\EmeseneChangePSMAction.cs" />
58 <Compile Include="src\EmeseneChangeStatusAction.cs" />
59 <Compile Include="src\EmeseneChatAction.cs" />
60 <Compile Include="src\EmeseneContactItemSource.cs" />
61 <Compile Include="src\EmeseneOpenAvatarHistoryAction.cs" />
62 <Compile Include="src\EmeseneOpenConversationHistoryAction.cs" />
63 <Compile Include="src\EmeseneStatusItem.cs" />
64 <Compile Include="src\EmeseneStatusItemSource.cs" />
65 </ItemGroup>
66 <ItemGroup>
67 <EmbeddedResource Include="Resources\Emesene.addin.xml">
68 <LogicalName>Emesene.addin.xml</LogicalName>
69 </EmbeddedResource>
70 <EmbeddedResource Include="Resources\statusIcons\away.png">
71 <LogicalName>away.png</LogicalName>
72 </EmbeddedResource>
73 <EmbeddedResource Include="Resources\statusIcons\brb.png">
74 <LogicalName>brb.png</LogicalName>
75 </EmbeddedResource>
76 <EmbeddedResource Include="Resources\statusIcons\busy.png">
77 <LogicalName>busy.png</LogicalName>
78 </EmbeddedResource>
79 <EmbeddedResource Include="Resources\statusIcons\idle.png">
80 <LogicalName>idle.png</LogicalName>
81 </EmbeddedResource>
82 <EmbeddedResource Include="Resources\statusIcons\invisible.png">
83 <LogicalName>invisible.png</LogicalName>
84 </EmbeddedResource>
85 <EmbeddedResource Include="Resources\statusIcons\lunch.png">
86 <LogicalName>lunch.png</LogicalName>
87 </EmbeddedResource>
88 <EmbeddedResource Include="Resources\statusIcons\offline.png">
89 <LogicalName>offline.png</LogicalName>
90 </EmbeddedResource>
91 <EmbeddedResource Include="Resources\statusIcons\online.png">
92 <LogicalName>online.png</LogicalName>
93 </EmbeddedResource>
94 <EmbeddedResource Include="Resources\statusIcons\phone.png">
95 <LogicalName>phone.png</LogicalName>
96 </EmbeddedResource>
97 </ItemGroup>
98 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
99</Project>
0\ No newline at end of file100\ No newline at end of file
1101
=== removed file 'Emesene/Emesene.mdp'
--- Emesene/Emesene.mdp 2009-02-28 16:16:48 +0000
+++ Emesene/Emesene.mdp 1970-01-01 00:00:00 +0000
@@ -1,51 +0,0 @@
1<Project name="Emesene" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Emesene" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Emesene" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src/Emesene.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/EmeseneAvatarItem.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/EmeseneAvatarItemSource.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/EmeseneChangeAvatarAction.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/EmeseneChangeNickAction.cs" subtype="Code" buildaction="Compile" />
23 <File name="src/EmeseneChangePSMAction.cs" subtype="Code" buildaction="Compile" />
24 <File name="src/EmeseneChangeStatusAction.cs" subtype="Code" buildaction="Compile" />
25 <File name="src/EmeseneChatAction.cs" subtype="Code" buildaction="Compile" />
26 <File name="src/EmeseneContactItemSource.cs" subtype="Code" buildaction="Compile" />
27 <File name="src/EmeseneOpenAvatarHistoryAction.cs" subtype="Code" buildaction="Compile" />
28 <File name="src/EmeseneOpenConversationHistoryAction.cs" subtype="Code" buildaction="Compile" />
29 <File name="src/EmeseneStatusItem.cs" subtype="Code" buildaction="Compile" />
30 <File name="src/EmeseneStatusItemSource.cs" subtype="Code" buildaction="Compile" />
31 <File name="Resources/Emesene.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
32 <File name="Resources/statusIcons/away.png" subtype="Code" buildaction="EmbedAsResource" />
33 <File name="Resources/statusIcons/brb.png" subtype="Code" buildaction="EmbedAsResource" />
34 <File name="Resources/statusIcons/busy.png" subtype="Code" buildaction="EmbedAsResource" />
35 <File name="Resources/statusIcons/idle.png" subtype="Code" buildaction="EmbedAsResource" />
36 <File name="Resources/statusIcons/invisible.png" subtype="Code" buildaction="EmbedAsResource" />
37 <File name="Resources/statusIcons/lunch.png" subtype="Code" buildaction="EmbedAsResource" />
38 <File name="Resources/statusIcons/offline.png" subtype="Code" buildaction="EmbedAsResource" />
39 <File name="Resources/statusIcons/online.png" subtype="Code" buildaction="EmbedAsResource" />
40 <File name="Resources/statusIcons/phone.png" subtype="Code" buildaction="EmbedAsResource" />
41 </Contents>
42 <References>
43 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
44 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
45 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
46 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
47 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
48 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
49 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
50 </References>
51</Project>
52\ No newline at end of file0\ No newline at end of file
531
=== added file 'Epiphany/Epiphany.csproj'
--- Epiphany/Epiphany.csproj 1970-01-01 00:00:00 +0000
+++ Epiphany/Epiphany.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,56 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{608C1AF2-CCE2-4447-8153-833A1EFCC32E}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Epiphany</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <Execution>
34 <Execution clr-version="Net_2_0" />
35 </Execution>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="System.Xml" />
40 <Reference Include="Mono.Posix" />
41 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
43 </ItemGroup>
44 <ItemGroup>
45 <Folder Include="src/" />
46 </ItemGroup>
47 <ItemGroup>
48 <Compile Include="src\EpiphanyBookmarkItemSource.cs" />
49 </ItemGroup>
50 <ItemGroup>
51 <EmbeddedResource Include="Resources\Epiphany.addin.xml">
52 <LogicalName>Epiphany.addin.xml</LogicalName>
53 </EmbeddedResource>
54 </ItemGroup>
55 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
56</Project>
0\ No newline at end of file57\ No newline at end of file
158
=== removed file 'Epiphany/Epiphany.mdp'
--- Epiphany/Epiphany.mdp 2009-02-28 16:16:48 +0000
+++ Epiphany/Epiphany.mdp 1970-01-01 00:00:00 +0000
@@ -1,28 +0,0 @@
1<Project name="Epiphany" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Epiphany" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Epiphany" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/EpiphanyBookmarkItemSource.cs" subtype="Code" buildaction="Compile" />
19 <File name="Resources/Epiphany.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
20 </Contents>
21 <References>
22 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
23 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
24 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
25 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
26 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
27 </References>
28</Project>
29\ No newline at end of file0\ No newline at end of file
301
=== added file 'Evolution/Evolution.csproj'
--- Evolution/Evolution.csproj 1970-01-01 00:00:00 +0000
+++ Evolution/Evolution.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,66 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{CF5C0FBB-C849-4FC0-A582-411CFDFD0A7E}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Evolution</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <Execution>
34 <Execution clr-version="Net_2_0" />
35 </Execution>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="Mono.Posix" />
40 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
41 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="evolution-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=457eed85bd9370df" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 </Reference>
46 </ItemGroup>
47 <ItemGroup>
48 <Folder Include="src/" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="src\ContactItemSource.cs" />
52 <Compile Include="src\ContactDetailItem.cs" />
53 <Compile Include="src\EmailContactDetailItem.cs" />
54 <Compile Include="src\PhoneContactDetailItem.cs" />
55 <Compile Include="src\AddressContactDetailItem.cs" />
56 </ItemGroup>
57 <ItemGroup>
58 <EmbeddedResource Include="Resources\Evolution.addin.xml">
59 <LogicalName>Evolution.addin.xml</LogicalName>
60 </EmbeddedResource>
61 <EmbeddedResource Include="Resources\icons\phone.png">
62 <LogicalName>phone.png</LogicalName>
63 </EmbeddedResource>
64 </ItemGroup>
65 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
66</Project>
0\ No newline at end of file67\ No newline at end of file
168
=== removed file 'Evolution/Evolution.mdp'
--- Evolution/Evolution.mdp 2009-02-28 16:16:48 +0000
+++ Evolution/Evolution.mdp 1970-01-01 00:00:00 +0000
@@ -1,34 +0,0 @@
1<Project name="Evolution" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Evolution" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Evolution" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/ContactItemSource.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/ContactDetailItem.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/EmailContactDetailItem.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/PhoneContactDetailItem.cs" subtype="Code" buildaction="Compile" />
22 <File name="Resources/Evolution.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
23 <File name="src/AddressContactDetailItem.cs" subtype="Code" buildaction="Compile" />
24 <File name="Resources/icons/phone.png" subtype="Code" buildaction="EmbedAsResource" />
25 </Contents>
26 <References>
27 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
28 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
29 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
30 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
31 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
32 <ProjectReference type="Gac" localcopy="True" refto="evolution-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=457eed85bd9370df" />
33 </References>
34</Project>
35\ No newline at end of file0\ No newline at end of file
361
=== added file 'File/File.csproj'
--- File/File.csproj 1970-01-01 00:00:00 +0000
+++ File/File.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,94 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{0FE5A534-46EF-4A45-A245-8344A8520CB1}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>FilePlugin</RootNamespace>
11 <AssemblyName>File</AssemblyName>
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>true</Optimize>
18 <OutputPath>bin\Debug</OutputPath>
19 <DefineConstants>DEBUG</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
34 <Execution>
35 <Execution clr-version="Net_2_0" />
36 </Execution>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
41 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
42 <Reference Include="Mono.Posix" />
43 <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
44 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
45 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
46 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
47 <Reference Include="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral" />
48 <Reference Include="System.Core">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
50 </Reference>
51 </ItemGroup>
52 <ItemGroup>
53 <Folder Include="src/" />
54 <Folder Include="Resources/" />
55 <Folder Include="src\Do/" />
56 <Folder Include="src\Do\Do.Universe/" />
57 </ItemGroup>
58 <ItemGroup>
59 <EmbeddedResource Include="gtk-gui\gui.stetic">
60 <LogicalName>gui.stetic</LogicalName>
61 </EmbeddedResource>
62 <EmbeddedResource Include="gtk-gui\objects.xml">
63 <LogicalName>objects.xml</LogicalName>
64 </EmbeddedResource>
65 <EmbeddedResource Include="Resources\File.addin.xml">
66 <LogicalName>File.addin.xml</LogicalName>
67 </EmbeddedResource>
68 </ItemGroup>
69 <ItemGroup>
70 <Compile Include="gtk-gui\generated.cs" />
71 <Compile Include="src\PathNodeView.cs" />
72 <Compile Include="gtk-gui\Do.FilesAndFolders.Configuration.cs" />
73 <Compile Include="src\Do\Do.FilesAndFolders\Configuration.cs" />
74 <Compile Include="src\Do\Do.FilesAndFolders\FileItemSource.cs" />
75 <Compile Include="src\Do\Do.FilesAndFolders\ImportantFolders.cs" />
76 <Compile Include="src\Do\Do.FilesAndFolders\IndexedFolder.cs" />
77 <Compile Include="src\Do\Do.FilesAndFolders\IndexedFolderCollection.cs" />
78 <Compile Include="src\Do\Do.FilesAndFolders\NewFileAction.cs" />
79 <Compile Include="src\Do\Do.FilesAndFolders\NewFolderAction.cs" />
80 <Compile Include="src\Do\Do.FilesAndFolders\Plugin.cs" />
81 <Compile Include="src\Do\Do.FilesAndFolders\Preferences.cs" />
82 <Compile Include="src\Do\Do.FilesAndFolders\RecentFileItemSource.cs" />
83 <Compile Include="src\Do\Do.Universe\IFileItemExtensions.cs" />
84 <Compile Include="src\Do\Do.FilesAndFolders\CopyAction.cs" />
85 <Compile Include="src\Do\Do.FilesAndFolders\DeleteAction.cs" />
86 <Compile Include="src\Do\Do.FilesAndFolders\MoveAction.cs" />
87 <Compile Include="src\Do\Do.FilesAndFolders\MoveToTrashAction.cs" />
88 <Compile Include="src\Do\Do.FilesAndFolders\AbstractFileAction.cs" />
89 <Compile Include="src\Do\Do.FilesAndFolders\RenameAction.cs" />
90 <Compile Include="src\IndexPathNodeView.cs" />
91 <Compile Include="src\IgnorePathNodeView.cs" />
92 </ItemGroup>
93 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
94</Project>
0\ No newline at end of file95\ No newline at end of file
196
=== removed file 'File/File.mdp'
--- File/File.mdp 2009-03-02 07:36:38 +0000
+++ File/File.mdp 1970-01-01 00:00:00 +0000
@@ -1,59 +0,0 @@
1<Project name="File" fileversion="2.0" language="C#" DefaultNamespace="FilePlugin" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="File" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="File" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
19 <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
20 <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
21 <File name="src/PathNodeView.cs" subtype="Code" buildaction="Compile" />
22 <File name="Resources" subtype="Directory" buildaction="Compile" />
23 <File name="Resources/File.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
24 <File name="gtk-gui/Do.FilesAndFolders.Configuration.cs" subtype="Code" buildaction="Compile" />
25 <File name="src/Do" subtype="Directory" buildaction="Compile" />
26 <File name="src/Do/Do.Universe" subtype="Directory" buildaction="Compile" />
27 <File name="src/Do/Do.FilesAndFolders/Configuration.cs" subtype="Code" buildaction="Compile" />
28 <File name="src/Do/Do.FilesAndFolders/FileItemSource.cs" subtype="Code" buildaction="Compile" />
29 <File name="src/Do/Do.FilesAndFolders/ImportantFolders.cs" subtype="Code" buildaction="Compile" />
30 <File name="src/Do/Do.FilesAndFolders/IndexedFolder.cs" subtype="Code" buildaction="Compile" />
31 <File name="src/Do/Do.FilesAndFolders/IndexedFolderCollection.cs" subtype="Code" buildaction="Compile" />
32 <File name="src/Do/Do.FilesAndFolders/NewFileAction.cs" subtype="Code" buildaction="Compile" />
33 <File name="src/Do/Do.FilesAndFolders/NewFolderAction.cs" subtype="Code" buildaction="Compile" />
34 <File name="src/Do/Do.FilesAndFolders/Plugin.cs" subtype="Code" buildaction="Compile" />
35 <File name="src/Do/Do.FilesAndFolders/Preferences.cs" subtype="Code" buildaction="Compile" />
36 <File name="src/Do/Do.FilesAndFolders/RecentFileItemSource.cs" subtype="Code" buildaction="Compile" />
37 <File name="src/Do/Do.Universe/IFileItemExtensions.cs" subtype="Code" buildaction="Compile" />
38 <File name="src/Do/Do.FilesAndFolders/CopyAction.cs" subtype="Code" buildaction="Compile" />
39 <File name="src/Do/Do.FilesAndFolders/DeleteAction.cs" subtype="Code" buildaction="Compile" />
40 <File name="src/Do/Do.FilesAndFolders/MoveAction.cs" subtype="Code" buildaction="Compile" />
41 <File name="src/Do/Do.FilesAndFolders/MoveToTrashAction.cs" subtype="Code" buildaction="Compile" />
42 <File name="src/Do/Do.FilesAndFolders/AbstractFileAction.cs" subtype="Code" buildaction="Compile" />
43 <File name="src/Do/Do.FilesAndFolders/RenameAction.cs" subtype="Code" buildaction="Compile" />
44 <File name="src/IndexPathNodeView.cs" subtype="Code" buildaction="Compile" />
45 <File name="src/IgnorePathNodeView.cs" subtype="Code" buildaction="Compile" />
46 </Contents>
47 <References>
48 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
49 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
50 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
51 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
52 <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
53 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
54 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
55 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
56 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
57 <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null" />
58 </References>
59</Project>
60\ No newline at end of file0\ No newline at end of file
611
=== added file 'Firefox/Firefox.csproj'
--- Firefox/Firefox.csproj 1970-01-01 00:00:00 +0000
+++ Firefox/Firefox.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,60 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{626250E9-46AF-48D1-A31C-B9CB2D2EAA5E}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Firefox</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
43 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
44 <Reference Include="System.Core">
45 <RequiredTargetFramework>3.5</RequiredTargetFramework>
46 </Reference>
47 </ItemGroup>
48 <ItemGroup>
49 <Folder Include="src/" />
50 </ItemGroup>
51 <ItemGroup>
52 <Compile Include="src\BookmarkItemSource.cs" />
53 </ItemGroup>
54 <ItemGroup>
55 <EmbeddedResource Include="Resources\Firefox.addin.xml">
56 <LogicalName>Firefox.addin.xml</LogicalName>
57 </EmbeddedResource>
58 </ItemGroup>
59 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
60</Project>
0\ No newline at end of file61\ No newline at end of file
162
=== removed file 'Firefox/Firefox.mdp'
--- Firefox/Firefox.mdp 2009-02-28 16:16:48 +0000
+++ Firefox/Firefox.mdp 1970-01-01 00:00:00 +0000
@@ -1,29 +0,0 @@
1<Project name="Firefox" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Firefox" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Firefox" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/BookmarkItemSource.cs" subtype="Code" buildaction="Compile" />
20 <File name="Resources/Firefox.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
21 </Contents>
22 <References>
23 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
24 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
25 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
26 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
27 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
28 </References>
29</Project>
30\ No newline at end of file0\ No newline at end of file
311
=== added file 'Flickr/Flickr.csproj'
--- Flickr/Flickr.csproj 1970-01-01 00:00:00 +0000
+++ Flickr/Flickr.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,78 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{2AC83A19-3A27-49BC-89C3-11FFE525E2E3}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>Flickr</RootNamespace>
11 <AssemblyName>Flickr</AssemblyName>
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>true</Optimize>
18 <OutputPath>bin\Debug</OutputPath>
19 <DefineConstants>DEBUG</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
34 <Execution>
35 <Execution clr-version="Net_2_0" />
36 </Execution>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="FlickrNet, Version=2.1.5.0, Culture=neutral, PublicKeyToken=2491df59efa5d132" />
41 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
42 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
43 <Reference Include="Mono.Posix" />
44 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
45 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
46 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
47 <Reference Include="System.Core">
48 <RequiredTargetFramework>3.5</RequiredTargetFramework>
49 </Reference>
50 </ItemGroup>
51 <ItemGroup>
52 <Folder Include="src/" />
53 </ItemGroup>
54 <ItemGroup>
55 <Compile Include="src\UploadAction.cs" />
56 <Compile Include="gtk-gui\generated.cs" />
57 <Compile Include="src\AccountConfig.cs" />
58 <Compile Include="src\FlickrItemSource.cs" />
59 <Compile Include="gtk-gui\Flickr.UploadConfig.cs" />
60 <Compile Include="src\UploadConfig.cs" />
61 <Compile Include="gtk-gui\Flickr.AccountConfig.cs" />
62 </ItemGroup>
63 <ItemGroup>
64 <EmbeddedResource Include="gtk-gui\gui.stetic">
65 <LogicalName>gui.stetic</LogicalName>
66 </EmbeddedResource>
67 <EmbeddedResource Include="gtk-gui\objects.xml">
68 <LogicalName>objects.xml</LogicalName>
69 </EmbeddedResource>
70 <EmbeddedResource Include="Resources\Flickr.addin.xml">
71 <LogicalName>Flickr.addin.xml</LogicalName>
72 </EmbeddedResource>
73 <EmbeddedResource Include="Resources\icons\flickr.png">
74 <LogicalName>flickr.png</LogicalName>
75 </EmbeddedResource>
76 </ItemGroup>
77 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
78</Project>
0\ No newline at end of file79\ No newline at end of file
180
=== removed file 'Flickr/Flickr.mdp'
--- Flickr/Flickr.mdp 2009-02-28 16:16:48 +0000
+++ Flickr/Flickr.mdp 1970-01-01 00:00:00 +0000
@@ -1,42 +0,0 @@
1<Project name="Flickr" fileversion="2.0" language="C#" DefaultNamespace="Flickr" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Flickr" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Flickr" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/UploadAction.cs" subtype="Code" buildaction="Compile" />
20 <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
21 <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/AccountConfig.cs" subtype="Code" buildaction="Compile" />
23 <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
24 <File name="src/FlickrItemSource.cs" subtype="Code" buildaction="Compile" />
25 <File name="gtk-gui/Flickr.UploadConfig.cs" subtype="Code" buildaction="Compile" />
26 <File name="src/UploadConfig.cs" subtype="Code" buildaction="Compile" />
27 <File name="gtk-gui/Flickr.AccountConfig.cs" subtype="Code" buildaction="Compile" />
28 <File name="Resources/Flickr.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
29 <File name="Resources/icons/flickr.png" subtype="Code" buildaction="EmbedAsResource" />
30 </Contents>
31 <References>
32 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
33 <ProjectReference type="Gac" localcopy="True" refto="FlickrNet, Version=2.1.5.0, Culture=neutral, PublicKeyToken=2491df59efa5d132" />
34 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
35 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
36 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
37 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
38 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
39 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
40 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
41 </References>
42</Project>
43\ No newline at end of file0\ No newline at end of file
441
=== added file 'GNOME-Dictionary/GNOME-Dictionary.csproj'
--- GNOME-Dictionary/GNOME-Dictionary.csproj 1970-01-01 00:00:00 +0000
+++ GNOME-Dictionary/GNOME-Dictionary.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,63 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D544EE60-F440-42B9-A943-E8D7D81C6410}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>GNOME-Dictionary</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <AssemblyKeyFile>.</AssemblyKeyFile>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <ConsolePause>false</ConsolePause>
36 <Execution>
37 <Execution clr-version="Net_2_0" />
38 </Execution>
39 </PropertyGroup>
40 <ItemGroup>
41 <Reference Include="System" />
42 <Reference Include="Mono.Posix" />
43 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
44 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
45 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
46 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
47 <Reference Include="System.Core">
48 <RequiredTargetFramework>3.5</RequiredTargetFramework>
49 </Reference>
50 </ItemGroup>
51 <ItemGroup>
52 <Folder Include="src/" />
53 </ItemGroup>
54 <ItemGroup>
55 <Compile Include="src\DefineAction.cs" />
56 </ItemGroup>
57 <ItemGroup>
58 <EmbeddedResource Include="Resources\GNOME-Dictionary.addin.xml">
59 <LogicalName>GNOME-Dictionary.addin.xml</LogicalName>
60 </EmbeddedResource>
61 </ItemGroup>
62 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
63</Project>
0\ No newline at end of file64\ No newline at end of file
165
=== removed file 'GNOME-Dictionary/GNOME-Dictionary.mdp'
--- GNOME-Dictionary/GNOME-Dictionary.mdp 2009-02-28 16:16:48 +0000
+++ GNOME-Dictionary/GNOME-Dictionary.mdp 1970-01-01 00:00:00 +0000
@@ -1,31 +0,0 @@
1<Project name="GNOME-Dictionary" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="GNOME-Dictionary" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assemblyKeyFile="." assembly="GNOME-Dictionary" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/DefineAction.cs" subtype="Code" buildaction="Compile" />
20 <File name="Resources/GNOME-Dictionary.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
21 </Contents>
22 <References>
23 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
24 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
25 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
26 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
27 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
28 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
29 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
30 </References>
31</Project>
32\ No newline at end of file0\ No newline at end of file
331
=== added file 'GNOME-Screenshot/GNOME-Screenshot.csproj'
--- GNOME-Screenshot/GNOME-Screenshot.csproj 1970-01-01 00:00:00 +0000
+++ GNOME-Screenshot/GNOME-Screenshot.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,63 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C0BF1415-FDE7-4A7F-941C-2C760D865039}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>GNOME-Screenshot</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <Execution>
34 <Execution clr-version="Net_2_0" />
35 </Execution>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="Mono.Posix" />
40 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
41 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="System.Core">
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
44 </Reference>
45 </ItemGroup>
46 <ItemGroup>
47 <Folder Include="src/" />
48 </ItemGroup>
49 <ItemGroup>
50 <Compile Include="src\CurrentWindowScreenshotItem.cs" />
51 <Compile Include="src\ScreenshotDelayItem.cs" />
52 <Compile Include="src\ScreenshotItem.cs" />
53 <Compile Include="src\TakeScreenshotAction.cs" />
54 <Compile Include="src\WholeScreenScreenshotItem.cs" />
55 <Compile Include="src\ScreenshotItemSource.cs" />
56 </ItemGroup>
57 <ItemGroup>
58 <EmbeddedResource Include="Resources\GNOME-Screenshot.addin.xml">
59 <LogicalName>GNOME-Screenshot.addin.xml</LogicalName>
60 </EmbeddedResource>
61 </ItemGroup>
62 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
63</Project>
0\ No newline at end of file64\ No newline at end of file
165
=== removed file 'GNOME-Screenshot/GNOME-Screenshot.mdp'
--- GNOME-Screenshot/GNOME-Screenshot.mdp 2009-02-28 16:16:48 +0000
+++ GNOME-Screenshot/GNOME-Screenshot.mdp 1970-01-01 00:00:00 +0000
@@ -1,33 +0,0 @@
1<Project name="GNOME-Screenshot" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="GNOME-Screenshot" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="GNOME-Screenshot" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/CurrentWindowScreenshotItem.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/ScreenshotDelayItem.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/ScreenshotItem.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/TakeScreenshotAction.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/WholeScreenScreenshotItem.cs" subtype="Code" buildaction="Compile" />
23 <File name="src/ScreenshotItemSource.cs" subtype="Code" buildaction="Compile" />
24 <File name="Resources/GNOME-Screenshot.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
25 </Contents>
26 <References>
27 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
28 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
29 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
30 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
31 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
32 </References>
33</Project>
34\ No newline at end of file0\ No newline at end of file
351
=== added file 'GNOME-Session/GNOME-Session.csproj'
--- GNOME-Session/GNOME-Session.csproj 1970-01-01 00:00:00 +0000
+++ GNOME-Session/GNOME-Session.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,63 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{BD7E8B6D-6192-4F2D-ADC9-A98F6067DE68}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>GNOME-Session</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <Execution>
34 <Execution clr-version="Net_2_0" />
35 </Execution>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
40 <Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
43 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
44 <Reference Include="System.Core">
45 <RequiredTargetFramework>3.5</RequiredTargetFramework>
46 </Reference>
47 </ItemGroup>
48 <ItemGroup>
49 <Folder Include="src/" />
50 </ItemGroup>
51 <ItemGroup>
52 <Compile Include="src\PowerManagement.cs" />
53 <Compile Include="src\ScreenSaver.cs" />
54 <Compile Include="src\SessionCommandItem.cs" />
55 <Compile Include="src\SessionCommandsItemSource.cs" />
56 </ItemGroup>
57 <ItemGroup>
58 <EmbeddedResource Include="Resources\GNOME-Session.addin.xml">
59 <LogicalName>GNOME-Session.addin.xml</LogicalName>
60 </EmbeddedResource>
61 </ItemGroup>
62 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
63</Project>
0\ No newline at end of file64\ No newline at end of file
165
=== removed file 'GNOME-Session/GNOME-Session.mdp'
--- GNOME-Session/GNOME-Session.mdp 2009-02-28 16:16:48 +0000
+++ GNOME-Session/GNOME-Session.mdp 1970-01-01 00:00:00 +0000
@@ -1,33 +0,0 @@
1<Project name="GNOME-Session" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="GNOME-Session" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="GNOME-Session" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/PowerManagement.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/ScreenSaver.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/SessionCommandItem.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/SessionCommandsItemSource.cs" subtype="Code" buildaction="Compile" />
22 <File name="Resources/GNOME-Session.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
23 </Contents>
24 <References>
25 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
26 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
27 <ProjectReference type="Gac" localcopy="True" refto="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
28 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
29 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
30 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
31 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
32 </References>
33</Project>
34\ No newline at end of file0\ No newline at end of file
351
=== added file 'GNOME-Terminal/GNOME-Terminal.csproj'
--- GNOME-Terminal/GNOME-Terminal.csproj 1970-01-01 00:00:00 +0000
+++ GNOME-Terminal/GNOME-Terminal.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,67 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{57E83E05-2C07-488E-BA16-FAC3FD3EEFE3}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>GNOME-Terminal</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <AssemblyKeyFile>.</AssemblyKeyFile>
23 <ConsolePause>false</ConsolePause>
24 <Execution>
25 <Execution clr-version="Net_2_0" />
26 </Execution>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>none</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release</OutputPath>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <ConsolePause>false</ConsolePause>
35 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
36 <Execution>
37 <Execution clr-version="Net_2_0" />
38 </Execution>
39 </PropertyGroup>
40 <ItemGroup>
41 <Reference Include="System" />
42 <Reference Include="Mono.Posix" />
43 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
44 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
45 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
46 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
47 <Reference Include="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
48 <Reference Include="System.Core">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
50 </Reference>
51 </ItemGroup>
52 <ItemGroup>
53 <Folder Include="src/" />
54 </ItemGroup>
55 <ItemGroup>
56 <Compile Include="src\ProfileItem.cs" />
57 <Compile Include="src\ProfileItemSource.cs" />
58 <Compile Include="src\OpenTerminalHereAction.cs" />
59 <Compile Include="src\RunInTerminalAction.cs" />
60 </ItemGroup>
61 <ItemGroup>
62 <EmbeddedResource Include="Resources\GNOME-Terminal.addin.xml">
63 <LogicalName>GNOME-Terminal.addin.xml</LogicalName>
64 </EmbeddedResource>
65 </ItemGroup>
66 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
67</Project>
0\ No newline at end of file68\ No newline at end of file
169
=== removed file 'GNOME-Terminal/GNOME-Terminal.mdp'
--- GNOME-Terminal/GNOME-Terminal.mdp 2009-02-28 16:16:48 +0000
+++ GNOME-Terminal/GNOME-Terminal.mdp 1970-01-01 00:00:00 +0000
@@ -1,35 +0,0 @@
1<Project name="GNOME-Terminal" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assemblyKeyFile="." assembly="GNOME-Terminal" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="GNOME-Terminal" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/ProfileItem.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/ProfileItemSource.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/OpenTerminalHereAction.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/RunInTerminalAction.cs" subtype="Code" buildaction="Compile" />
23 <File name="Resources/GNOME-Terminal.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
24 </Contents>
25 <References>
26 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
27 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
28 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
29 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
30 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
31 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
32 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
33 <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
34 </References>
35</Project>
36\ No newline at end of file0\ No newline at end of file
371
=== added file 'GoogleCalculator/GoogleCalculator.csproj'
--- GoogleCalculator/GoogleCalculator.csproj 1970-01-01 00:00:00 +0000
+++ GoogleCalculator/GoogleCalculator.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,59 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{0EC293B2-D2AF-474B-BDE3-8F64BF890279}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>GoogleCalculator</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <Execution>
34 <Execution clr-version="Net_2_0" />
35 </Execution>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="Mono.Posix" />
40 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
41 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="System.Web" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 </Reference>
46 </ItemGroup>
47 <ItemGroup>
48 <Folder Include="src/" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="src\GoogleCalculatorAction.cs" />
52 </ItemGroup>
53 <ItemGroup>
54 <EmbeddedResource Include="Resources\GoogleCalculator.addin.xml">
55 <LogicalName>GoogleCalculator.addin.xml</LogicalName>
56 </EmbeddedResource>
57 </ItemGroup>
58 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
59</Project>
0\ No newline at end of file60\ No newline at end of file
161
=== removed file 'GoogleCalculator/GoogleCalculator.mdp'
--- GoogleCalculator/GoogleCalculator.mdp 2009-02-28 16:16:48 +0000
+++ GoogleCalculator/GoogleCalculator.mdp 1970-01-01 00:00:00 +0000
@@ -1,29 +0,0 @@
1<Project name="GoogleCalculator" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="GoogleCalculator" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="GoogleCalculator" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/GoogleCalculatorAction.cs" subtype="Code" buildaction="Compile" />
19 <File name="Resources/GoogleCalculator.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
20 </Contents>
21 <References>
22 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
23 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
24 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
25 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
26 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
27 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
28 </References>
29</Project>
30\ No newline at end of file0\ No newline at end of file
311
=== added file 'GoogleCalendar/GoogleCalendar.csproj'
--- GoogleCalendar/GoogleCalendar.csproj 1970-01-01 00:00:00 +0000
+++ GoogleCalendar/GoogleCalendar.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,83 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{860B498C-7D17-441C-A84A-BF6E0D3E73FC}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>true</Optimize>
16 <OutputPath>bin\Debug</OutputPath>
17 <DefineConstants>DEBUG</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <AssemblyName>GoogleCalendar</AssemblyName>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <AssemblyName>GCalendar</AssemblyName>
34 <Execution>
35 <Execution clr-version="Net_2_0" />
36 </Execution>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="Google.GData.AccessControl" />
43 <Reference Include="Google.GData.Calendar" />
44 <Reference Include="Google.GData.Client" />
45 <Reference Include="Google.GData.Extensions" />
46 <Reference Include="System.Xml" />
47 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
48 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
49 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
50 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
51 <Reference Include="System.Core">
52 <RequiredTargetFramework>3.5</RequiredTargetFramework>
53 </Reference>
54 </ItemGroup>
55 <ItemGroup>
56 <Compile Include="src\CertHandler.cs" />
57 <Compile Include="src\Configuration.cs" />
58 <Compile Include="src\GCalendarEventItem.cs" />
59 <Compile Include="src\GCalendarItem.cs" />
60 <Compile Include="src\GCalendarItemSource.cs" />
61 <Compile Include="src\GCalendarNewEvent.cs" />
62 <Compile Include="src\GCalendarSearchEvents.cs" />
63 <Compile Include="src\GCalClient.cs" />
64 <Compile Include="src\GCal.cs" />
65 <Compile Include="src\GCalPreferences.cs" />
66 <Compile Include="src\GCalendarViewActions.cs" />
67 </ItemGroup>
68 <ItemGroup>
69 <None Include="..\BundledLibraries\Google.GData.AccessControl.dll" />
70 <None Include="..\BundledLibraries\Google.GData.Calendar.dll" />
71 <None Include="..\BundledLibraries\Google.GData.Client.dll" />
72 <None Include="..\BundledLibraries\Google.GData.Extensions.dll" />
73 </ItemGroup>
74 <ItemGroup>
75 <EmbeddedResource Include="Resources\GoogleCalendar.addin.xml">
76 <LogicalName>GoogleCalendar.addin.xml</LogicalName>
77 </EmbeddedResource>
78 <EmbeddedResource Include="Resources\icons\calIcon.png">
79 <LogicalName>calIcon.png</LogicalName>
80 </EmbeddedResource>
81 </ItemGroup>
82 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
83</Project>
0\ No newline at end of file84\ No newline at end of file
185
=== removed file 'GoogleCalendar/GoogleCalendar.mdp'
--- GoogleCalendar/GoogleCalendar.mdp 2009-02-28 16:16:48 +0000
+++ GoogleCalendar/GoogleCalendar.mdp 1970-01-01 00:00:00 +0000
@@ -1,50 +0,0 @@
1<Project name="GoogleCalendar" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="GoogleCalendar" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="GCalendar" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src/CertHandler.cs" subtype="Code" buildaction="Compile" />
18 <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/GCalendarEventItem.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/GCalendarItem.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/GCalendarItemSource.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/GCalendarNewEvent.cs" subtype="Code" buildaction="Compile" />
23 <File name="src/GCalendarSearchEvents.cs" subtype="Code" buildaction="Compile" />
24 <File name="../BundledLibraries/Google.GData.AccessControl.dll" subtype="Code" buildaction="Nothing" />
25 <File name="../BundledLibraries/Google.GData.Calendar.dll" subtype="Code" buildaction="Nothing" />
26 <File name="../BundledLibraries/Google.GData.Client.dll" subtype="Code" buildaction="Nothing" />
27 <File name="../BundledLibraries/Google.GData.Extensions.dll" subtype="Code" buildaction="Nothing" />
28 <File name="src/GCalClient.cs" subtype="Code" buildaction="Compile" />
29 <File name="src/GCal.cs" subtype="Code" buildaction="Compile" />
30 <File name="src/GCalPreferences.cs" subtype="Code" buildaction="Compile" />
31 <File name="src/GCalendarViewActions.cs" subtype="Code" buildaction="Compile" />
32 <File name="Resources/GoogleCalendar.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
33 <File name="Resources/icons/calIcon.png" subtype="Code" buildaction="EmbedAsResource" />
34 </Contents>
35 <References>
36 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
37 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
38 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
39 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.AccessControl.dll" />
40 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Calendar.dll" />
41 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Client.dll" />
42 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Extensions.dll" />
43 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
44 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
45 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
46 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
47 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
48 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
49 </References>
50</Project>
51\ No newline at end of file0\ No newline at end of file
521
=== removed file 'GoogleContacts/GMailContacts.mdp'
--- GoogleContacts/GMailContacts.mdp 2009-02-28 16:16:48 +0000
+++ GoogleContacts/GMailContacts.mdp 1970-01-01 00:00:00 +0000
@@ -1,49 +0,0 @@
1<Project name="GoogleContacts" fileversion="2.0" language="C#" DefaultNamespace="GMail" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="GoogleContacts" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="GMailContacts" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/GMail.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/GMailContactItemSource.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/GMailContactDetailItem.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/CertHandler.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/GMailConfig.cs" subtype="Code" buildaction="Compile" />
23 <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
24 <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
25 <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
26 <File name="../BundledLibraries/Google.GData.Client.dll" subtype="Code" buildaction="Nothing" />
27 <File name="../BundledLibraries/Google.GData.Contacts.dll" subtype="Code" buildaction="Nothing" />
28 <File name="../BundledLibraries/Google.GData.Extensions.dll" subtype="Code" buildaction="Nothing" />
29 <File name="src/Preferences.cs" subtype="Code" buildaction="Compile" />
30 <File name="src/GMailClient.cs" subtype="Code" buildaction="Compile" />
31 <File name="Resources/GoogleContacts.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
32 <File name="Resources/icons/gmail-logo.png" subtype="Code" buildaction="EmbedAsResource" />
33 <File name="Resources/icons/phone.png" subtype="Code" buildaction="EmbedAsResource" />
34 </Contents>
35 <References>
36 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
37 <ProjectReference type="Gac" localcopy="True" refto="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
38 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
39 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
40 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
41 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Client.dll" />
42 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Contacts.dll" />
43 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Extensions.dll" />
44 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
45 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
46 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
47 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
48 </References>
49</Project>
50\ No newline at end of file0\ No newline at end of file
511
=== added file 'GoogleContacts/GoogleContacts.csproj'
--- GoogleContacts/GoogleContacts.csproj 1970-01-01 00:00:00 +0000
+++ GoogleContacts/GoogleContacts.csproj 2009-04-12 01:45:29 +0000
@@ -0,0 +1,91 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{1AC7E80C-1DC3-475E-947E-D91FF7F643BA}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>GMail</RootNamespace>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <AssemblyName>GoogleContacts</AssemblyName>
22 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
34 <AssemblyName>GMailContacts</AssemblyName>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="System.Security" />
42 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
43 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
44 <Reference Include="Mono.Posix" />
45 <Reference Include="Google.GData.Client" />
46 <Reference Include="Google.GData.Contacts" />
47 <Reference Include="Google.GData.Extensions" />
48 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
49 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
50 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
51 <Reference Include="System.Core">
52 <RequiredTargetFramework>3.5</RequiredTargetFramework>
53 </Reference>
54 </ItemGroup>
55 <ItemGroup>
56 <Folder Include="src/" />
57 </ItemGroup>
58 <ItemGroup>
59 <Compile Include="src\GMail.cs" />
60 <Compile Include="src\GMailContactItemSource.cs" />
61 <Compile Include="src\GMailContactDetailItem.cs" />
62 <Compile Include="src\CertHandler.cs" />
63 <Compile Include="src\GMailConfig.cs" />
64 <Compile Include="gtk-gui\generated.cs" />
65 <Compile Include="src\Preferences.cs" />
66 <Compile Include="src\GMailClient.cs" />
67 </ItemGroup>
68 <ItemGroup>
69 <EmbeddedResource Include="gtk-gui\gui.stetic">
70 <LogicalName>gui.stetic</LogicalName>
71 </EmbeddedResource>
72 <EmbeddedResource Include="gtk-gui\objects.xml">
73 <LogicalName>objects.xml</LogicalName>
74 </EmbeddedResource>
75 <EmbeddedResource Include="Resources\GoogleContacts.addin.xml">
76 <LogicalName>GoogleContacts.addin.xml</LogicalName>
77 </EmbeddedResource>
78 <EmbeddedResource Include="Resources\icons\gmail-logo.png">
79 <LogicalName>gmail-logo.png</LogicalName>
80 </EmbeddedResource>
81 <EmbeddedResource Include="Resources\icons\phone.png">
82 <LogicalName>phone.png</LogicalName>
83 </EmbeddedResource>
84 </ItemGroup>
85 <ItemGroup>
86 <None Include="..\BundledLibraries\Google.GData.Client.dll" />
87 <None Include="..\BundledLibraries\Google.GData.Contacts.dll" />
88 <None Include="..\BundledLibraries\Google.GData.Extensions.dll" />
89 </ItemGroup>
90 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
91</Project>
0\ No newline at end of file92\ No newline at end of file
193
=== modified file 'GoogleContacts/gtk-gui/gui.stetic'
--- GoogleContacts/gtk-gui/gui.stetic 2008-06-10 14:28:30 +0000
+++ GoogleContacts/gtk-gui/gui.stetic 2009-04-12 01:45:29 +0000
@@ -1,2 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>
1<stetic-interface>2<stetic-interface>
2</stetic-interface>3 <configuration>
4 <target-gtk-version>2.12.1</target-gtk-version>
5 </configuration>
6</stetic-interface>
3\ No newline at end of file7\ No newline at end of file
48
=== removed file 'GoogleDocs/GDocs.mdp'
--- GoogleDocs/GDocs.mdp 2009-02-28 16:16:48 +0000
+++ GoogleDocs/GDocs.mdp 1970-01-01 00:00:00 +0000
@@ -1,54 +0,0 @@
1<Project name="GoogleDocs" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="GoogleDocs" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="GDocs" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src/CertHandler.cs" subtype="Code" buildaction="Compile" />
18 <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/GDocs.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/GDocsItemSource.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/GDocsItem.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/GDocsDocumentItem.cs" subtype="Code" buildaction="Compile" />
23 <File name="src/GDocsSpreadsheetItem.cs" subtype="Code" buildaction="Compile" />
24 <File name="src/GDocsPDFItem.cs" subtype="Code" buildaction="Compile" />
25 <File name="src/GDocsPresentationItem.cs" subtype="Code" buildaction="Compile" />
26 <File name="src/GDocsUploadDocument.cs" subtype="Code" buildaction="Compile" />
27 <File name="src/GDocsTrashDocument.cs" subtype="Code" buildaction="Compile" />
28 <File name="../BundledLibraries/Google.GData.AccessControl.dll" subtype="Code" buildaction="Nothing" />
29 <File name="../BundledLibraries/Google.GData.Client.dll" subtype="Code" buildaction="Nothing" />
30 <File name="../BundledLibraries/Google.GData.Documents.dll" subtype="Code" buildaction="Nothing" />
31 <File name="../BundledLibraries/Google.GData.Extensions.dll" subtype="Code" buildaction="Nothing" />
32 <File name="src/Preferences.cs" subtype="Code" buildaction="Compile" />
33 <File name="Resources" subtype="Directory" buildaction="Compile" />
34 <File name="Resources/GoogleDocs.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
35 <File name="Resources/icons/gDocsIcon.png" subtype="Code" buildaction="EmbedAsResource" />
36 <File name="Resources/icons/gDocsTrashIcon.png" subtype="Code" buildaction="EmbedAsResource" />
37 <File name="Resources/icons/gDocsUploadIcon.png" subtype="Code" buildaction="EmbedAsResource" />
38 </Contents>
39 <References>
40 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
41 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
42 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
43 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
44 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.AccessControl.dll" />
45 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Client.dll" />
46 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Documents.dll" />
47 <ProjectReference type="Assembly" localcopy="True" refto="../BundledLibraries/Google.GData.Extensions.dll" />
48 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
49 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
50 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
51 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
52 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
53 </References>
54</Project>
55\ No newline at end of file0\ No newline at end of file
561
=== added file 'GoogleDocs/GoogleDocs.csproj'
--- GoogleDocs/GoogleDocs.csproj 1970-01-01 00:00:00 +0000
+++ GoogleDocs/GoogleDocs.csproj 2009-04-12 01:45:29 +0000
@@ -0,0 +1,94 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{21D7A340-FA70-415B-83A5-56E840D5DBBB}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
11 <RootNamespace>GDocs</RootNamespace>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <AssemblyName>GoogleDocs</AssemblyName>
22 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
34 <AssemblyName>GDocs</AssemblyName>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
42 <Reference Include="Mono.Posix" />
43 <Reference Include="System.Xml" />
44 <Reference Include="Google.GData.AccessControl" />
45 <Reference Include="Google.GData.Client" />
46 <Reference Include="Google.GData.Documents" />
47 <Reference Include="Google.GData.Extensions" />
48 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
49 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
50 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
51 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
52 <Reference Include="System.Core">
53 <RequiredTargetFramework>3.5</RequiredTargetFramework>
54 </Reference>
55 </ItemGroup>
56 <ItemGroup>
57 <Compile Include="src\CertHandler.cs" />
58 <Compile Include="src\Configuration.cs" />
59 <Compile Include="src\GDocs.cs" />
60 <Compile Include="src\GDocsItemSource.cs" />
61 <Compile Include="src\GDocsItem.cs" />
62 <Compile Include="src\GDocsDocumentItem.cs" />
63 <Compile Include="src\GDocsSpreadsheetItem.cs" />
64 <Compile Include="src\GDocsPDFItem.cs" />
65 <Compile Include="src\GDocsPresentationItem.cs" />
66 <Compile Include="src\GDocsUploadDocument.cs" />
67 <Compile Include="src\GDocsTrashDocument.cs" />
68 <Compile Include="src\Preferences.cs" />
69 </ItemGroup>
70 <ItemGroup>
71 <None Include="..\BundledLibraries\Google.GData.AccessControl.dll" />
72 <None Include="..\BundledLibraries\Google.GData.Client.dll" />
73 <None Include="..\BundledLibraries\Google.GData.Documents.dll" />
74 <None Include="..\BundledLibraries\Google.GData.Extensions.dll" />
75 </ItemGroup>
76 <ItemGroup>
77 <Folder Include="Resources/" />
78 </ItemGroup>
79 <ItemGroup>
80 <EmbeddedResource Include="Resources\GoogleDocs.addin.xml">
81 <LogicalName>GoogleDocs.addin.xml</LogicalName>
82 </EmbeddedResource>
83 <EmbeddedResource Include="Resources\icons\gDocsIcon.png">
84 <LogicalName>gDocsIcon.png</LogicalName>
85 </EmbeddedResource>
86 <EmbeddedResource Include="Resources\icons\gDocsTrashIcon.png">
87 <LogicalName>gDocsTrashIcon.png</LogicalName>
88 </EmbeddedResource>
89 <EmbeddedResource Include="Resources\icons\gDocsUploadIcon.png">
90 <LogicalName>gDocsUploadIcon.png</LogicalName>
91 </EmbeddedResource>
92 </ItemGroup>
93 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
94</Project>
0\ No newline at end of file95\ No newline at end of file
196
=== added file 'GoogleMaps/GoogleMaps.csproj'
--- GoogleMaps/GoogleMaps.csproj 1970-01-01 00:00:00 +0000
+++ GoogleMaps/GoogleMaps.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,61 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D6FD6CE8-84E2-4C3E-9F5A-9F90105DB501}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>GoogleMaps</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
43 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
44 <Reference Include="System.Web" />
45 <Reference Include="System.Core">
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
47 </Reference>
48 </ItemGroup>
49 <ItemGroup>
50 <Folder Include="src/" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="src\MapAction.cs" />
54 </ItemGroup>
55 <ItemGroup>
56 <EmbeddedResource Include="Resources\GoogleMaps.addin.xml">
57 <LogicalName>GoogleMaps.addin.xml</LogicalName>
58 </EmbeddedResource>
59 </ItemGroup>
60 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
61</Project>
0\ No newline at end of file62\ No newline at end of file
163
=== removed file 'GoogleMaps/GoogleMaps.mdp'
--- GoogleMaps/GoogleMaps.mdp 2009-02-28 16:16:48 +0000
+++ GoogleMaps/GoogleMaps.mdp 1970-01-01 00:00:00 +0000
@@ -1,30 +0,0 @@
1<Project name="GoogleMaps" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="GoogleMaps" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="GoogleMaps" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/MapAction.cs" subtype="Code" buildaction="Compile" />
20 <File name="Resources/GoogleMaps.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
21 </Contents>
22 <References>
23 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
24 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
25 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
26 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
27 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
28 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
29 </References>
30</Project>
31\ No newline at end of file0\ No newline at end of file
321
=== added file 'GoogleSearch/GoogleSearch.csproj'
--- GoogleSearch/GoogleSearch.csproj 1970-01-01 00:00:00 +0000
+++ GoogleSearch/GoogleSearch.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,78 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{FF774FAF-1C82-49E6-BE84-5FE4D46D9391}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>true</Optimize>
16 <OutputPath>bin\Debug</OutputPath>
17 <DefineConstants>DEBUG</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <AssemblyName>GoogleSearch</AssemblyName>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <AssemblyName>InlineGoogleSearch</AssemblyName>
34 <Execution>
35 <Execution clr-version="Net_2_0" />
36 </Execution>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="System.Web" />
41 <Reference Include="System.Web.Services" />
42 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
43 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
44 <Reference Include="Mono.Posix" />
45 <Reference Include="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
46 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
47 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
48 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
49 <Reference Include="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral" />
50 <Reference Include="System.Core">
51 <RequiredTargetFramework>3.5</RequiredTargetFramework>
52 </Reference>
53 </ItemGroup>
54 <ItemGroup>
55 <Folder Include="src/" />
56 </ItemGroup>
57 <ItemGroup>
58 <Compile Include="src\InlineGoogleSearch.cs" />
59 <Compile Include="gtk-gui\generated.cs" />
60 <Compile Include="src\InlineGoogleSearchConfig.cs" />
61 <Compile Include="gtk-gui\InlineGoogleSearch.InlineGoogleSearchConfig.cs" />
62 <Compile Include="src\GoogleSearchResult.cs" />
63 <Compile Include="src\GoogleSearch.cs" />
64 <Compile Include="src\ImFeelingLuckyAction.cs" />
65 </ItemGroup>
66 <ItemGroup>
67 <EmbeddedResource Include="gtk-gui\gui.stetic">
68 <LogicalName>gui.stetic</LogicalName>
69 </EmbeddedResource>
70 <EmbeddedResource Include="gtk-gui\objects.xml">
71 <LogicalName>objects.xml</LogicalName>
72 </EmbeddedResource>
73 <EmbeddedResource Include="Resources\GoogleSearch.addin.xml">
74 <LogicalName>GoogleSearch.addin.xml</LogicalName>
75 </EmbeddedResource>
76 </ItemGroup>
77 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
78</Project>
0\ No newline at end of file79\ No newline at end of file
180
=== removed file 'GoogleSearch/GoogleSearch.mdp'
--- GoogleSearch/GoogleSearch.mdp 2009-02-28 16:16:48 +0000
+++ GoogleSearch/GoogleSearch.mdp 1970-01-01 00:00:00 +0000
@@ -1,43 +0,0 @@
1<Project name="GoogleSearch" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="GoogleSearch" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="InlineGoogleSearch" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/InlineGoogleSearch.cs" subtype="Code" buildaction="Compile" />
19 <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
20 <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/InlineGoogleSearchConfig.cs" subtype="Code" buildaction="Compile" />
22 <File name="gtk-gui/InlineGoogleSearch.InlineGoogleSearchConfig.cs" subtype="Code" buildaction="Compile" />
23 <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
24 <File name="src/GoogleSearchResult.cs" subtype="Code" buildaction="Compile" />
25 <File name="src/GoogleSearch.cs" subtype="Code" buildaction="Compile" />
26 <File name="src/ImFeelingLuckyAction.cs" subtype="Code" buildaction="Compile" />
27 <File name="Resources/GoogleSearch.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
28 </Contents>
29 <References>
30 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
31 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
32 <ProjectReference type="Gac" localcopy="True" refto="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
33 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
34 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
35 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
36 <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
37 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
38 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
39 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
40 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
41 <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
42 </References>
43</Project>
44\ No newline at end of file0\ No newline at end of file
451
=== added file 'ImageShack/ImageShack.csproj'
--- ImageShack/ImageShack.csproj 1970-01-01 00:00:00 +0000
+++ ImageShack/ImageShack.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,80 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A9AE65A4-30C8-4AEC-A80C-B317BE0EA85B}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>ImageShack</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="System.Web" />
43 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
44 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
45 <Reference Include="Do.Platform, Version=0.9.0.0, Culture=neutral" />
46 <Reference Include="Do.Universe, Version=0.9.0.0, Culture=neutral" />
47 <Reference Include="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
48 <Reference Include="System.Core">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
50 </Reference>
51 <Reference Include="System.Xml.Linq">
52 <RequiredTargetFramework>3.5</RequiredTargetFramework>
53 </Reference>
54 </ItemGroup>
55 <ItemGroup>
56 <Folder Include="src/" />
57 </ItemGroup>
58 <ItemGroup>
59 <Compile Include="src\ImageShackAction.cs" />
60 <Compile Include="gtk-gui\generated.cs" />
61 <Compile Include="gtk-gui\ImageShack.ImageShackConfig.cs" />
62 <Compile Include="src\ImageShackConfig.cs" />
63 <Compile Include="src\Notifications.cs" />
64 </ItemGroup>
65 <ItemGroup>
66 <EmbeddedResource Include="gtk-gui\gui.stetic">
67 <LogicalName>gui.stetic</LogicalName>
68 </EmbeddedResource>
69 <EmbeddedResource Include="gtk-gui\objects.xml">
70 <LogicalName>objects.xml</LogicalName>
71 </EmbeddedResource>
72 <EmbeddedResource Include="Resources\ImageShack.addin.xml">
73 <LogicalName>ImageShack.addin.xml</LogicalName>
74 </EmbeddedResource>
75 <EmbeddedResource Include="Resources\icons\imageshack.png">
76 <LogicalName>imageshack.png</LogicalName>
77 </EmbeddedResource>
78 </ItemGroup>
79 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
80</Project>
0\ No newline at end of file81\ No newline at end of file
182
=== removed file 'ImageShack/ImageShack.mdp'
--- ImageShack/ImageShack.mdp 2009-03-04 05:10:41 +0000
+++ ImageShack/ImageShack.mdp 1970-01-01 00:00:00 +0000
@@ -1,41 +0,0 @@
1<Project name="ImageShack" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="3.5" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="ImageShack" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="ImageShack" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src" subtype="Directory" buildaction="Compile" />
19 <File name="src/ImageShackAction.cs" subtype="Code" buildaction="Compile" />
20 <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
21 <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
22 <File name="gtk-gui/ImageShack.ImageShackConfig.cs" subtype="Code" buildaction="Compile" />
23 <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
24 <File name="src/ImageShackConfig.cs" subtype="Code" buildaction="Compile" />
25 <File name="src/Notifications.cs" subtype="Code" buildaction="Compile" />
26 <File name="Resources/ImageShack.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
27 <File name="Resources/icons/imageshack.png" subtype="Code" buildaction="EmbedAsResource" />
28 </Contents>
29 <References>
30 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
31 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
32 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
33 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
34 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
35 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
36 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
37 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
38 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
39 <ProjectReference type="Gac" localcopy="True" refto="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
40 </References>
41</Project>
42\ No newline at end of file0\ No newline at end of file
431
=== added file 'JIRA/JIRA.csproj'
--- JIRA/JIRA.csproj 1970-01-01 00:00:00 +0000
+++ JIRA/JIRA.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,90 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{FF08FBE4-DC7E-4DF3-8EAA-04FC4F222C8A}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>JIRA</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="System.Web.Services" />
43 <Reference Include="System.Web" />
44 <Reference Include="System.Xml" />
45 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
46 <Reference Include="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
47 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
48 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
49 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
50 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="src\JIRAIssueSource.cs" />
54 <Compile Include="src\JIRAIssueItem.cs" />
55 <Compile Include="src\JIRAIssueAction.cs" />
56 <Compile Include="src\JIRAConfiguration.cs" />
57 <Compile Include="gtk-gui\generated.cs" />
58 <Compile Include="gtk-gui\JIRA.ConfigWidget.cs" />
59 <Compile Include="src\ConfigWidget.cs" />
60 <Compile Include="src\Remote\AtlassianJiraSoapService.cs" />
61 <Compile Include="src\Remote\JIRARssClient.cs" />
62 <Compile Include="src\Remote\IJIRAServerFacade.cs" />
63 <Compile Include="src\Remote\JIRAServerFacade.cs" />
64 </ItemGroup>
65 <ItemGroup>
66 <EmbeddedResource Include="gtk-gui\gui.stetic">
67 <LogicalName>gui.stetic</LogicalName>
68 </EmbeddedResource>
69 <EmbeddedResource Include="gtk-gui\objects.xml">
70 <LogicalName>objects.xml</LogicalName>
71 </EmbeddedResource>
72 <EmbeddedResource Include="Resources\JIRA.addin.xml">
73 <LogicalName>JIRA.addin.xml</LogicalName>
74 </EmbeddedResource>
75 <EmbeddedResource Include="Resources\icons\jira.png">
76 <LogicalName>jira.png</LogicalName>
77 </EmbeddedResource>
78 </ItemGroup>
79 <ItemGroup>
80 <Folder Include="src\Remote/" />
81 </ItemGroup>
82 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
83 <ProjectExtensions>
84 <MonoDevelop>
85 <Properties>
86 <GtkDesignInfo generateGettext="false" />
87 </Properties>
88 </MonoDevelop>
89 </ProjectExtensions>
90</Project>
0\ No newline at end of file91\ No newline at end of file
192
=== removed file 'JIRA/JIRA.mdp'
--- JIRA/JIRA.mdp 2009-01-09 08:10:40 +0000
+++ JIRA/JIRA.mdp 1970-01-01 00:00:00 +0000
@@ -1,48 +0,0 @@
1<Project name="JIRA" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="JIRA" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="JIRA" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src/JIRAIssueSource.cs" subtype="Code" buildaction="Compile" />
18 <File name="src/JIRAIssueItem.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/JIRAIssueAction.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/JIRAConfiguration.cs" subtype="Code" buildaction="Compile" />
21 <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
22 <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
23 <File name="gtk-gui/JIRA.ConfigWidget.cs" subtype="Code" buildaction="Compile" />
24 <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
25 <File name="src/ConfigWidget.cs" subtype="Code" buildaction="Compile" />
26 <File name="src/Remote" subtype="Directory" buildaction="Compile" />
27 <File name="src/Remote/AtlassianJiraSoapService.cs" subtype="Code" buildaction="Compile" />
28 <File name="src/Remote/JIRARssClient.cs" subtype="Code" buildaction="Compile" />
29 <File name="src/Remote/IJIRAServerFacade.cs" subtype="Code" buildaction="Compile" />
30 <File name="src/Remote/JIRAServerFacade.cs" subtype="Code" buildaction="Compile" />
31 <File name="Resources/JIRA.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
32 <File name="Resources/icons/jira.png" subtype="Code" buildaction="EmbedAsResource" />
33 </Contents>
34 <References>
35 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
36 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
37 <ProjectReference type="Gac" localcopy="True" refto="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
38 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
39 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
40 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
41 <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
42 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
43 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
44 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
45 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
46 </References>
47 <GtkDesignInfo generateGettext="False" />
48</Project>
49\ No newline at end of file0\ No newline at end of file
501
=== added file 'Launchpad/Launchpad.csproj'
--- Launchpad/Launchpad.csproj 1970-01-01 00:00:00 +0000
+++ Launchpad/Launchpad.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,88 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{116F0930-12E7-4B54-B0F6-FC2EE3B1400D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>Launchpad</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <Execution>
34 <Execution clr-version="Net_2_0" />
35 </Execution>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="Mono.Posix" />
40 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
41 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="System.Web" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 </Reference>
46 </ItemGroup>
47 <ItemGroup>
48 <Folder Include="src/" />
49 </ItemGroup>
50 <ItemGroup>
51 <None Include="..\Launchpad.old\Resources\Launchpad.png" />
52 </ItemGroup>
53 <ItemGroup>
54 <Compile Include="src\LaunchpadAction.cs" />
55 <Compile Include="src\LaunchpadItem.cs" />
56 <Compile Include="src\LaunchpadItems.cs" />
57 </ItemGroup>
58 <ItemGroup>
59 <EmbeddedResource Include="Resources\Launchpad.addin.xml">
60 <LogicalName>Launchpad.addin.xml</LogicalName>
61 </EmbeddedResource>
62 <EmbeddedResource Include="Resources\icons\Launchpad.png">
63 <LogicalName>Launchpad.png</LogicalName>
64 </EmbeddedResource>
65 <EmbeddedResource Include="Resources\icons\LaunchpadAnswers.png">
66 <LogicalName>LaunchpadAnswers.png</LogicalName>
67 </EmbeddedResource>
68 <EmbeddedResource Include="Resources\icons\LaunchpadBlueprints.png">
69 <LogicalName>LaunchpadBlueprints.png</LogicalName>
70 </EmbeddedResource>
71 <EmbeddedResource Include="Resources\icons\LaunchpadBugs.png">
72 <LogicalName>LaunchpadBugs.png</LogicalName>
73 </EmbeddedResource>
74 <EmbeddedResource Include="Resources\icons\LaunchpadCode.png">
75 <LogicalName>LaunchpadCode.png</LogicalName>
76 </EmbeddedResource>
77 <EmbeddedResource Include="Resources\icons\LaunchpadRegister.png">
78 <LogicalName>LaunchpadRegister.png</LogicalName>
79 </EmbeddedResource>
80 <EmbeddedResource Include="Resources\icons\LaunchpadTranslations.png">
81 <LogicalName>LaunchpadTranslations.png</LogicalName>
82 </EmbeddedResource>
83 <EmbeddedResource Include="Resources\icons\LaunchpadUser.png">
84 <LogicalName>LaunchpadUser.png</LogicalName>
85 </EmbeddedResource>
86 </ItemGroup>
87 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
88</Project>
0\ No newline at end of file89\ No newline at end of file
190
=== removed file 'Launchpad/Launchpad.mdp'
--- Launchpad/Launchpad.mdp 2009-02-28 16:16:48 +0000
+++ Launchpad/Launchpad.mdp 1970-01-01 00:00:00 +0000
@@ -1,40 +0,0 @@
1<Project name="Launchpad" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Launchpad" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="Launchpad" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="../Launchpad.old/Resources/Launchpad.png" subtype="Code" buildaction="Nothing" />
19 <File name="src/LaunchpadAction.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/LaunchpadItem.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/LaunchpadItems.cs" subtype="Code" buildaction="Compile" />
22 <File name="Resources/Launchpad.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
23 <File name="Resources/icons/Launchpad.png" subtype="Code" buildaction="EmbedAsResource" />
24 <File name="Resources/icons/LaunchpadAnswers.png" subtype="Code" buildaction="EmbedAsResource" />
25 <File name="Resources/icons/LaunchpadBlueprints.png" subtype="Code" buildaction="EmbedAsResource" />
26 <File name="Resources/icons/LaunchpadBugs.png" subtype="Code" buildaction="EmbedAsResource" />
27 <File name="Resources/icons/LaunchpadCode.png" subtype="Code" buildaction="EmbedAsResource" />
28 <File name="Resources/icons/LaunchpadRegister.png" subtype="Code" buildaction="EmbedAsResource" />
29 <File name="Resources/icons/LaunchpadTranslations.png" subtype="Code" buildaction="EmbedAsResource" />
30 <File name="Resources/icons/LaunchpadUser.png" subtype="Code" buildaction="EmbedAsResource" />
31 </Contents>
32 <References>
33 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
34 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
35 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
36 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
37 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
38 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
39 </References>
40</Project>
41\ No newline at end of file0\ No newline at end of file
421
=== added file 'LocateFiles/LocateFiles.csproj'
--- LocateFiles/LocateFiles.csproj 1970-01-01 00:00:00 +0000
+++ LocateFiles/LocateFiles.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,58 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{922F292D-F80D-45B9-AE52-1EB653AE4460}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>LocateFiles</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <Execution>
23 <Execution clr-version="Net_2_0" />
24 </Execution>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
33 <Execution>
34 <Execution clr-version="Net_2_0" />
35 </Execution>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="Mono.Posix" />
40 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
41 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="System.Core">
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
44 </Reference>
45 </ItemGroup>
46 <ItemGroup>
47 <Folder Include="src/" />
48 </ItemGroup>
49 <ItemGroup>
50 <Compile Include="src\LocateFilesAction.cs" />
51 </ItemGroup>
52 <ItemGroup>
53 <EmbeddedResource Include="Resources\LocateFiles.addin.xml">
54 <LogicalName>LocateFiles.addin.xml</LogicalName>
55 </EmbeddedResource>
56 </ItemGroup>
57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
58</Project>
0\ No newline at end of file59\ No newline at end of file
160
=== removed file 'LocateFiles/LocateFiles.mdp'
--- LocateFiles/LocateFiles.mdp 2009-02-28 16:16:48 +0000
+++ LocateFiles/LocateFiles.mdp 1970-01-01 00:00:00 +0000
@@ -1,28 +0,0 @@
1<Project name="LocateFiles" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="LocateFiles" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="LocateFiles" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/LocateFilesAction.cs" subtype="Code" buildaction="Compile" />
19 <File name="Resources/LocateFiles.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
20 </Contents>
21 <References>
22 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
23 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
24 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
25 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
26 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
27 </References>
28</Project>
29\ No newline at end of file0\ No newline at end of file
301
=== added file 'MPD/MPD.csproj'
--- MPD/MPD.csproj 1970-01-01 00:00:00 +0000
+++ MPD/MPD.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,58 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{7AF43605-31EF-499F-8F83-DEFB82C2351D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>MPD</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="System.Xml" />
42 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
43 </ItemGroup>
44 <ItemGroup />
45 <ItemGroup>
46 <Compile Include="src\MPD.cs" />
47 <Compile Include="src\MPDItemSource.cs" />
48 <Compile Include="src\MPDItems.cs" />
49 <Compile Include="src\MPDPlayAction.cs" />
50 <Compile Include="src\MusicItems.cs" />
51 </ItemGroup>
52 <ItemGroup>
53 <EmbeddedResource Include="Resources\MPD.addin.xml">
54 <LogicalName>MPD.addin.xml</LogicalName>
55 </EmbeddedResource>
56 </ItemGroup>
57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
58</Project>
0\ No newline at end of file59\ No newline at end of file
160
=== removed file 'MPD/MPD.mdp'
--- MPD/MPD.mdp 2009-02-28 16:16:48 +0000
+++ MPD/MPD.mdp 1970-01-01 00:00:00 +0000
@@ -1,30 +0,0 @@
1<Project name="MPD" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="MPD" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="MPD" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="." subtype="Directory" buildaction="Compile" />
18 <File name="src/MPD.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/MPDItemSource.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/MPDItems.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/MPDPlayAction.cs" subtype="Code" buildaction="Compile" />
22 <File name="src/MusicItems.cs" subtype="Code" buildaction="Compile" />
23 <File name="Resources/MPD.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
24 </Contents>
25 <References>
26 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
27 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
28 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
29 </References>
30</Project>
31\ No newline at end of file0\ No newline at end of file
321
=== added file 'ManLookUp/ManLookUp.csproj'
--- ManLookUp/ManLookUp.csproj 1970-01-01 00:00:00 +0000
+++ ManLookUp/ManLookUp.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,59 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D19F3460-26D1-463B-BAC9-D272870C12B2}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>ManLookUp</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <AssemblyKeyFile>.</AssemblyKeyFile>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
34 <Execution>
35 <Execution clr-version="Net_2_0" />
36 </Execution>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="Mono.Posix" />
40 <Reference Include="System" />
41 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
42 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 </Reference>
46 </ItemGroup>
47 <ItemGroup>
48 <Folder Include="src/" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="src\ReadManualPageAction.cs" />
52 </ItemGroup>
53 <ItemGroup>
54 <EmbeddedResource Include="Resources\ManLookUp.addin.xml">
55 <LogicalName>ManLookUp.addin.xml</LogicalName>
56 </EmbeddedResource>
57 </ItemGroup>
58 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
59</Project>
0\ No newline at end of file60\ No newline at end of file
161
=== removed file 'ManLookUp/ManLookUp.mdp'
--- ManLookUp/ManLookUp.mdp 2009-02-28 16:16:48 +0000
+++ ManLookUp/ManLookUp.mdp 1970-01-01 00:00:00 +0000
@@ -1,28 +0,0 @@
1<Project name="ManLookUp" fileversion="2.0" language="C#" Description="Gnome-do plugin" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assemblyKeyFile="." assembly="ManLookUp" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="ManLookUp" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/ReadManualPageAction.cs" subtype="Code" buildaction="Compile" />
19 <File name="Resources/ManLookUp.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
20 </Contents>
21 <References>
22 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
23 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
24 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
25 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
26 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
27 </References>
28</Project>
29\ No newline at end of file0\ No newline at end of file
301
=== added file 'Microblogging/Microblogging.csproj'
--- Microblogging/Microblogging.csproj 1970-01-01 00:00:00 +0000
+++ Microblogging/Microblogging.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,102 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{0C66C68B-FEAC-4608-9273-DC439967635C}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>Microblogging</RootNamespace>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <EnvironmentVariables>
23 <EnvironmentVariables />
24 </EnvironmentVariables>
25 <Execution>
26 <Execution clr-version="Net_2_0" />
27 </Execution>
28 <AssemblyName>Microblog</AssemblyName>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>none</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release</OutputPath>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
37 <AssemblyName>Twitter</AssemblyName>
38 <Execution>
39 <Execution clr-version="Net_2_0" />
40 </Execution>
41 </PropertyGroup>
42 <ItemGroup>
43 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
44 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
45 <Reference Include="Do.Platform, Version=0.8.0.0, Culture=neutral" />
46 <Reference Include="System" />
47 <Reference Include="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral" />
48 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
49 <Reference Include="Mono.Posix" />
50 <Reference Include="System.Xml" />
51 <Reference Include="System.Web" />
52 <Reference Include="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral" />
53 <Reference Include="System.Core">
54 <RequiredTargetFramework>3.5</RequiredTargetFramework>
55 </Reference>
56 </ItemGroup>
57 <ItemGroup>
58 <Compile Include="src\Configuration.cs" />
59 <Compile Include="src\Microblog.cs" />
60 <Compile Include="src\FriendSource.cs" />
61 <Compile Include="src\PostAction.cs" />
62 <Compile Include="gtk-gui\generated.cs" />
63 <Compile Include="src\GenConfig.cs" />
64 <Compile Include="src\Preferences.cs" />
65 <Compile Include="src\Twitterizer\Twitterizer.Framework\Twitter.cs" />
66 <Compile Include="src\Twitterizer\Twitterizer.Framework\TwitterizerException.cs" />
67 <Compile Include="src\Twitterizer\Twitterizer.Framework\TwitterRequest.cs" />
68 <Compile Include="src\Twitterizer\Twitterizer.Framework\Properties\AssemblyInfo.cs" />
69 <Compile Include="src\Twitterizer\Twitterizer.Framework\Urls.cs" />
70 <Compile Include="gtk-gui\Microblogging.GenConfig.cs" />
71 <Compile Include="src\MicroblogClient.cs" />
72 <Compile Include="src\StatusUpdatedEventArgs.cs" />
73 <Compile Include="src\TimelineUpdatedEventArgs.cs" />
74 <Compile Include="src\Notifications.cs" />
75 <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterParameters.cs" />
76 <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterRequestData.cs" />
77 <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterStatus.cs" />
78 <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterStatusCollection.cs" />
79 <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterUser.cs" />
80 <Compile Include="src\Twitterizer\Twitterizer.Framework\DataTransferObjects\TwitterUserCollection.cs" />
81 <Compile Include="src\Twitterizer\Twitterizer.Framework\MethodClasses\TwitterDirectMessageMethods.cs" />
82 <Compile Include="src\Twitterizer\Twitterizer.Framework\MethodClasses\TwitterStatusMethods.cs" />
83 <Compile Include="src\Twitterizer\Twitterizer.Framework\MethodClasses\TwitterUserMethods.cs" />
84 <Compile Include="src\FriendItem.cs" />
85 <Compile Include="src\MicroblogStatus.cs" />
86 </ItemGroup>
87 <ItemGroup>
88 <EmbeddedResource Include="gtk-gui\gui.stetic">
89 <LogicalName>gui.stetic</LogicalName>
90 </EmbeddedResource>
91 <EmbeddedResource Include="gtk-gui\objects.xml">
92 <LogicalName>objects.xml</LogicalName>
93 </EmbeddedResource>
94 <EmbeddedResource Include="Resources\Microblogging.addin.xml">
95 <LogicalName>Microblogging.addin.xml</LogicalName>
96 </EmbeddedResource>
97 <EmbeddedResource Include="Resources\icons\microblogging.svg">
98 <LogicalName>microblogging.svg</LogicalName>
99 </EmbeddedResource>
100 </ItemGroup>
101 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
102</Project>
0\ No newline at end of file103\ No newline at end of file
1104
=== removed file 'Microblogging/Microblogging.mdp'
--- Microblogging/Microblogging.mdp 2009-02-28 16:16:48 +0000
+++ Microblogging/Microblogging.mdp 1970-01-01 00:00:00 +0000
@@ -1,64 +0,0 @@
1<Project name="Microblogging" fileversion="2.0" language="C#" DefaultNamespace="Microblogging" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="Microblog" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <EnvironmentVariables />
8 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
9 </Configuration>
10 <Configuration name="Release" ctype="DotNetProjectConfiguration">
11 <Output directory="bin/Release" assembly="Twitter" />
12 <Build debugmode="False" target="Library" />
13 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
14 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
15 </Configuration>
16 </Configurations>
17 <Contents>
18 <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/Microblog.cs" subtype="Code" buildaction="Compile" />
20 <File name="src/FriendSource.cs" subtype="Code" buildaction="Compile" />
21 <File name="src/PostAction.cs" subtype="Code" buildaction="Compile" />
22 <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
23 <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
24 <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
25 <File name="src/GenConfig.cs" subtype="Code" buildaction="Compile" />
26 <File name="src/Preferences.cs" subtype="Code" buildaction="Compile" />
27 <File name="src/Twitterizer/Twitterizer.Framework/Twitter.cs" subtype="Code" buildaction="Compile" />
28 <File name="src/Twitterizer/Twitterizer.Framework/TwitterizerException.cs" subtype="Code" buildaction="Compile" />
29 <File name="src/Twitterizer/Twitterizer.Framework/TwitterRequest.cs" subtype="Code" buildaction="Compile" />
30 <File name="src/Twitterizer/Twitterizer.Framework/Properties/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
31 <File name="src/Twitterizer/Twitterizer.Framework/Urls.cs" subtype="Code" buildaction="Compile" />
32 <File name="gtk-gui/Microblogging.GenConfig.cs" subtype="Code" buildaction="Compile" />
33 <File name="src/MicroblogClient.cs" subtype="Code" buildaction="Compile" />
34 <File name="src/StatusUpdatedEventArgs.cs" subtype="Code" buildaction="Compile" />
35 <File name="src/TimelineUpdatedEventArgs.cs" subtype="Code" buildaction="Compile" />
36 <File name="src/Notifications.cs" subtype="Code" buildaction="Compile" />
37 <File name="Resources/Microblogging.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
38 <File name="Resources/icons/microblogging.svg" subtype="Code" buildaction="EmbedAsResource" />
39 <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterParameters.cs" subtype="Code" buildaction="Compile" />
40 <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterRequestData.cs" subtype="Code" buildaction="Compile" />
41 <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterStatus.cs" subtype="Code" buildaction="Compile" />
42 <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterStatusCollection.cs" subtype="Code" buildaction="Compile" />
43 <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterUser.cs" subtype="Code" buildaction="Compile" />
44 <File name="src/Twitterizer/Twitterizer.Framework/DataTransferObjects/TwitterUserCollection.cs" subtype="Code" buildaction="Compile" />
45 <File name="src/Twitterizer/Twitterizer.Framework/MethodClasses/TwitterDirectMessageMethods.cs" subtype="Code" buildaction="Compile" />
46 <File name="src/Twitterizer/Twitterizer.Framework/MethodClasses/TwitterStatusMethods.cs" subtype="Code" buildaction="Compile" />
47 <File name="src/Twitterizer/Twitterizer.Framework/MethodClasses/TwitterUserMethods.cs" subtype="Code" buildaction="Compile" />
48 <File name="src/FriendItem.cs" subtype="Code" buildaction="Compile" />
49 <File name="src/MicroblogStatus.cs" subtype="Code" buildaction="Compile" />
50 </Contents>
51 <References>
52 <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
53 <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
54 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
55 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
56 <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
57 <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
58 <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
59 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
60 <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
61 <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
62 <ProjectReference type="Gac" localcopy="True" refto="Do.Interface.Linux, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
63 </References>
64</Project>
65\ No newline at end of file0\ No newline at end of file
661
=== added file 'NX/NX.csproj'
--- NX/NX.csproj 1970-01-01 00:00:00 +0000
+++ NX/NX.csproj 2009-04-12 09:02:35 +0000
@@ -0,0 +1,60 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{FEF4CE99-A03C-4F3D-ADF1-2304E7440886}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>NX</AssemblyName>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>true</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
22 <ConsolePause>false</ConsolePause>
23 <Execution>
24 <Execution clr-version="Net_2_0" />
25 </Execution>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>none</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release</OutputPath>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <ConsolePause>false</ConsolePause>
34 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
35 <Execution>
36 <Execution clr-version="Net_2_0" />
37 </Execution>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="Mono.Posix" />
42 <Reference Include="Do.Universe, Version=0.8.0.0, Culture=neutral" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 </Reference>
46 </ItemGroup>
47 <ItemGroup>
48 <Folder Include="src/" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="src\NXAction.cs" />
52 <Compile Include="src\NXHosts.cs" />
53 </ItemGroup>
54 <ItemGroup>
55 <EmbeddedResource Include="Resources\NX.addin.xml">
56 <LogicalName>NX.addin.xml</LogicalName>
57 </EmbeddedResource>
58 </ItemGroup>
59 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
60</Project>
0\ No newline at end of file61\ No newline at end of file
162
=== removed file 'NX/NX.mdp'
--- NX/NX.mdp 2009-02-28 16:16:48 +0000
+++ NX/NX.mdp 1970-01-01 00:00:00 +0000
@@ -1,28 +0,0 @@
1<Project name="NX" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="bin/Debug" assembly="NX" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="bin/Release" assembly="NX" />
11 <Build debugmode="False" target="Library" />
12 <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="src" subtype="Directory" buildaction="Compile" />
18 <File name="src/NXAction.cs" subtype="Code" buildaction="Compile" />
19 <File name="src/NXHosts.cs" subtype="Code" buildaction="Compile" />
20 <File name="Resources/NX.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
21 </Contents>
22 <References>
23 <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