[tomboy] Add files to project, bump target framework to 3.5.



commit 133be61161f66901e71fd9fa4c907b8ac40bc047
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon Jul 27 13:41:53 2009 -0700

    Add files to project, bump target framework to 3.5.

 Tomboy/Addins/WebSyncService/WebSyncService.csproj |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/Tomboy/Addins/WebSyncService/WebSyncService.csproj b/Tomboy/Addins/WebSyncService/WebSyncService.csproj
index f285f9f..c4dc0a6 100644
--- a/Tomboy/Addins/WebSyncService/WebSyncService.csproj
+++ b/Tomboy/Addins/WebSyncService/WebSyncService.csproj
@@ -8,7 +8,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>
@@ -62,15 +62,21 @@
       <HintPath>..\..\..\winbin\Mono.Posix.dll</HintPath>
     </Reference>
     <Reference Include="System" />
+    <Reference Include="System.Core">
+      <RequiredTargetFramework>3.5</RequiredTargetFramework>
+    </Reference>
+    <Reference Include="System.Web" />
   </ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="WebSyncService.addin.xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="Api\IWebConnection.cs" />
     <Compile Include="Api\NoteInfo.cs" />
+    <Compile Include="Api\OAuth.cs" />
     <Compile Include="Api\ResourceReference.cs" />
+    <Compile Include="Api\RootInfo.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" />
@@ -79,7 +85,14 @@
     <Compile Include="Hyena.Json\Token.cs" />
     <Compile Include="Hyena.Json\Tokenizer.cs" />
     <Compile Include="Hyena.Json\TokenType.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="NoteConvert.cs" />
+    <Compile Include="WebSyncPreferencesWidget.cs" />
     <Compile Include="WebSyncServer.cs" />
     <Compile Include="WebSyncServiceAddin.cs" />
   </ItemGroup>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]