[tomboy] Added/removed files, bumped to .NET 3.5 for System.Core
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Subject: [tomboy] Added/removed files, bumped to .NET 3.5 for System.Core
- Date: Mon, 27 Jul 2009 20:41:09 +0000 (UTC)
commit 80c5fe8e3377ca25ca31c9e150918921c312c986
Author: Matt Johnston <matt ucc asn au>
Date: Mon Jul 27 13:40:02 2009 -0700
Added/removed files, bumped to .NET 3.5 for System.Core
.../WebSyncService/WebSyncService-mac.csproj | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/Tomboy/Addins/WebSyncService/WebSyncService-mac.csproj b/Tomboy/Addins/WebSyncService/WebSyncService-mac.csproj
index c71154f..816f7e8 100644
--- a/Tomboy/Addins/WebSyncService/WebSyncService-mac.csproj
+++ b/Tomboy/Addins/WebSyncService/WebSyncService-mac.csproj
@@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>WebSyncServiceAddin</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>Tomboy.WebSync</RootNamespace>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
@@ -71,6 +71,10 @@
</Reference>
<Reference Include="System" />
<Reference Include="Mono.Posix" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="WebSyncService.addin.xml" />
@@ -79,7 +83,6 @@
<Compile Include="Api\NoteInfo.cs" />
<Compile Include="Api\ResourceReference.cs" />
<Compile Include="Api\UserInfo.cs" />
- <Compile Include="Api\WebHelper.cs" />
<Compile Include="Hyena.Json\Deserializer.cs" />
<Compile Include="Hyena.Json\IJsonCollection.cs" />
<Compile Include="Hyena.Json\JsonArray.cs" />
@@ -91,6 +94,16 @@
<Compile Include="NoteConvert.cs" />
<Compile Include="WebSyncServer.cs" />
<Compile Include="WebSyncServiceAddin.cs" />
+ <Compile Include="Api\IWebConnection.cs" />
+ <Compile Include="Api\OAuth.cs" />
+ <Compile Include="Api\RootInfo.cs" />
+ <Compile Include="OAuth\Base.cs" />
+ <Compile Include="OAuth\Enums.cs" />
+ <Compile Include="OAuth\Extensions.cs" />
+ <Compile Include="OAuth\QueryParameter.cs" />
+ <Compile Include="OAuth\Mono.Rocks\Check.cs" />
+ <Compile Include="OAuth\Mono.Rocks\IEnumerable.cs" />
+ <Compile Include="WebSyncPreferencesWidget.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Makefile.am" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]