[tomboy] Add NoteDirectoryWatcher to the Windows build.
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Subject: [tomboy] Add NoteDirectoryWatcher to the Windows build.
- Date: Tue, 5 May 2009 03:18:25 -0400 (EDT)
commit 2c1d63753019b9d232f9ea284ee9eb601db76c62
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Mon May 4 23:42:55 2009 -0700
Add NoteDirectoryWatcher to the Windows build.
---
Tomboy.sln | 8 ++
.../NoteDirectoryWatcher.csproj | 85 ++++++++++++++++++++
2 files changed, 93 insertions(+), 0 deletions(-)
diff --git a/Tomboy.sln b/Tomboy.sln
index 587f3ca..9e322a7 100644
--- a/Tomboy.sln
+++ b/Tomboy.sln
@@ -16,6 +16,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystemSyncService", "To
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InsertTimestamp", "Tomboy\Addins\InsertTimestamp\InsertTimestamp.csproj", "{F2F2E123-EA8C-4753-9383-4C86B152F4FE}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoteDirectoryWatcher", "Tomboy\Addins\NoteDirectoryWatcher\NoteDirectoryWatcher.csproj", "{09A90939-2686-4078-8ADC-F0B1CD045568}"
+EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoteOfTheDay", "Tomboy\Addins\NoteOfTheDay\NoteOfTheDay.csproj", "{33026B26-C907-4DBB-A438-85F042578AEA}"
EndProject
Project("{CFEE4113-1246-4D54-95CB-156813CB8593}") = "Setup", "Setup\Setup.wixproj", "{70C6BF8A-5AFF-4EF0-8D94-77F3281B8EE2}"
@@ -89,6 +91,12 @@ Global
{A13FBE2F-C5FF-4E8D-B687-4A309D3FE08F}.Mac|Any CPU.Build.0 = Mac|Any CPU
{A13FBE2F-C5FF-4E8D-B687-4A309D3FE08F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A13FBE2F-C5FF-4E8D-B687-4A309D3FE08F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {09A90939-2686-4078-8ADC-F0B1CD045568}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {09A90939-2686-4078-8ADC-F0B1CD045568}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {09A90939-2686-4078-8ADC-F0B1CD045568}.Mac|Any CPU.ActiveCfg = Mac|Any CPU
+ {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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Tomboy/Addins/NoteDirectoryWatcher/NoteDirectoryWatcher.csproj b/Tomboy/Addins/NoteDirectoryWatcher/NoteDirectoryWatcher.csproj
new file mode 100644
index 0000000..d3af7f2
--- /dev/null
+++ b/Tomboy/Addins/NoteDirectoryWatcher/NoteDirectoryWatcher.csproj
@@ -0,0 +1,85 @@
+<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>{09A90939-2686-4078-8ADC-F0B1CD045568}</ProjectGuid>
+ <ProductVersion>9.0.21022</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <OutputType>Library</OutputType>
+ <NoStandardLibraries>false</NoStandardLibraries>
+ <AssemblyName>NoteDirectoryWatcher</AssemblyName>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <RootNamespace>NoteDirectoryWatcher</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="NoteDirectoryWatcher.addin.xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="NoteDirectoryWatcherApplicationAddin.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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]