[tomboy] Add WebSyncServiceAddin to Windows build.



commit cb177fc87344486d993a06b77d814062b9f9397b
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon May 25 07:06:46 2009 -0700

    Add WebSyncServiceAddin to Windows build.
---
 Tomboy.sln                                         |    8 ++
 Tomboy/Addins/WebSyncService/WebSyncService.csproj |   99 ++++++++++++++++++++
 2 files changed, 107 insertions(+), 0 deletions(-)

diff --git a/Tomboy.sln b/Tomboy.sln
index 9e322a7..6325783 100644
--- a/Tomboy.sln
+++ b/Tomboy.sln
@@ -24,6 +24,8 @@ Project("{CFEE4113-1246-4D54-95CB-156813CB8593}") = "Setup", "Setup\Setup.wixpro
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintNotes", "Tomboy\Addins\PrintNotes\PrintNotes.csproj", "{A13FBE2F-C5FF-4E8D-B687-4A309D3FE08F}"
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSyncService", "Tomboy\Addins\WebSyncService\WebSyncService.csproj", "{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}"
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Any CPU = Debug|Any CPU
@@ -97,6 +99,12 @@ Global
 		{09A90939-2686-4078-8ADC-F0B1CD045568}.Mac|Any CPU.Build.0 = Mac|Any CPU
 		{09A90939-2686-4078-8ADC-F0B1CD045568}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{09A90939-2686-4078-8ADC-F0B1CD045568}.Release|Any CPU.Build.0 = Release|Any CPU
+		{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}.Mac|Any CPU.ActiveCfg = Mac|Any CPU
+		{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}.Mac|Any CPU.Build.0 = Mac|Any CPU
+		{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
diff --git a/Tomboy/Addins/WebSyncService/WebSyncService.csproj b/Tomboy/Addins/WebSyncService/WebSyncService.csproj
new file mode 100644
index 0000000..f285f9f
--- /dev/null
+++ b/Tomboy/Addins/WebSyncService/WebSyncService.csproj
@@ -0,0 +1,99 @@
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{A207AD10-9C5E-495F-9DEF-E7321A6FCB8F}</ProjectGuid>
+    <ProductVersion>9.0.21022</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <OutputType>Library</OutputType>
+    <NoStandardLibraries>false</NoStandardLibraries>
+    <AssemblyName>WebSyncServiceAddin</AssemblyName>
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <RootNamespace>Tomboy.WebSync</RootNamespace>
+    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
+    <NoStdLib>False</NoStdLib>
+    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>Full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>..\..\..\bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <PlatformTarget>x86</PlatformTarget>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
+    <RegisterForComInterop>False</RegisterForComInterop>
+    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
+    <BaseAddress>4194304</BaseAddress>
+    <PlatformTarget>AnyCPU</PlatformTarget>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Mac|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <OutputPath>bin\Mac\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <DebugType>Full</DebugType>
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <ErrorReport>prompt</ErrorReport>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <Reference Include="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\..\..\winbin\Mono.Posix.dll</HintPath>
+    </Reference>
+    <Reference Include="System" />
+  </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="WebSyncService.addin.xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <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" />
+    <Compile Include="Hyena.Json\JsonObject.cs" />
+    <Compile Include="Hyena.Json\Serializer.cs" />
+    <Compile Include="Hyena.Json\Token.cs" />
+    <Compile Include="Hyena.Json\Tokenizer.cs" />
+    <Compile Include="Hyena.Json\TokenType.cs" />
+    <Compile Include="NoteConvert.cs" />
+    <Compile Include="WebSyncServer.cs" />
+    <Compile Include="WebSyncServiceAddin.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="Makefile.am" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\..\..\Tomboy.csproj">
+      <Project>{315DBB30-1461-4A41-A23F-A888D84E1EA0}</Project>
+      <Name>Tomboy</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
+  <ProjectExtensions>
+    <VisualStudio AllowExistingFolder="true" />
+  </ProjectExtensions>
+</Project>
\ No newline at end of file



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