[tomboy] Add WebSyncServiceAddin to Mac build.
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Subject: [tomboy] Add WebSyncServiceAddin to Mac build.
- Date: Mon, 25 May 2009 15:48:19 -0400 (EDT)
commit e9d19bb8f12e95907157d63d5c7a53fd35af6c3f
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Mon May 25 12:30:55 2009 -0700
Add WebSyncServiceAddin to Mac build.
---
Tomboy-mac.sln | 7 ++
.../WebSyncService/WebSyncService-mac.csproj | 108 ++++++++++++++++++++
2 files changed, 115 insertions(+), 0 deletions(-)
diff --git a/Tomboy-mac.sln b/Tomboy-mac.sln
index f4e821e..125f0f9 100644
--- a/Tomboy-mac.sln
+++ b/Tomboy-mac.sln
@@ -21,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoteOfTheDay-mac", "Tomboy\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintNotes-mac", "Tomboy\Addins\PrintNotes\PrintNotes-mac.csproj", "{A13FBE2F-C5FF-4E8D-B687-4A309D3FE08A}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSyncService-mac", "Tomboy\Addins\WebSyncService\WebSyncService-mac.csproj", "{ACD1BF72-4962-11DE-8485-01BF55D89593}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -73,6 +75,11 @@ Global
{35BB5AA8-3984-11DE-922F-8ACA55D89593}.Mac|Any CPU.ActiveCfg = Release|Any CPU
{35BB5AA8-3984-11DE-922F-8ACA55D89593}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35BB5AA8-3984-11DE-922F-8ACA55D89593}.Release|Any CPU.Build.0 = Release|Any CPU
+ {ACD1BF72-4962-11DE-8485-01BF55D89593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {ACD1BF72-4962-11DE-8485-01BF55D89593}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {ACD1BF72-4962-11DE-8485-01BF55D89593}.Mac|Any CPU.ActiveCfg = Release|Any CPU
+ {ACD1BF72-4962-11DE-8485-01BF55D89593}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {ACD1BF72-4962-11DE-8485-01BF55D89593}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
name = Tomboy-mac
diff --git a/Tomboy/Addins/WebSyncService/WebSyncService-mac.csproj b/Tomboy/Addins/WebSyncService/WebSyncService-mac.csproj
new file mode 100644
index 0000000..c71154f
--- /dev/null
+++ b/Tomboy/Addins/WebSyncService/WebSyncService-mac.csproj
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="utf-8"?>
+<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>{ACD1BF72-4962-11DE-8485-01BF55D89593}</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>
+ </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>
+ <ItemGroup>
+ <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\gtk-sharp\2.12.0.0__35e10195dab3c99f\gtk-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\glib-sharp\2.12.0.0__35e10195dab3c99f\glib-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\gdk-sharp\2.12.0.0__35e10195dab3c99f\gdk-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\atk-sharp\2.12.0.0__35e10195dab3c99f\atk-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\Current\lib\mono\gac\pango-sharp\2.12.0.0__35e10195dab3c99f\pango-sharp.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="Mono.Posix" />
+ </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-mac.csproj">
+ <Project>{3D330B80-87BA-435E-B3B8-E3C796FB155C}</Project>
+ <Name>Tomboy-mac</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
+ <ProjectExtensions>
+ <VisualStudio AllowExistingFolder="true" />
+ </ProjectExtensions>
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]