[tomboy] Added Export All source files to Win & Mac builds



commit c585952e5cc181612f3bd291b6ff99b742d534f2
Author: Robert Nordan <rpvn robpvn net>
Date:   Mon Feb 13 22:29:37 2012 +0100

    Added Export All source files to Win & Mac builds
    
    Signed-off-by: Jared Jennings <jjennings src gnome org>

 Tomboy-mac.csproj                                  |    1 +
 Tomboy.csproj                                      |    1 +
 Tomboy/Addins/ExportToHtml/ExportToHtml-mac.csproj |    1 +
 Tomboy/Addins/ExportToHtml/ExportToHtml.csproj     |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy-mac.csproj b/Tomboy-mac.csproj
index ead5304..ae9d7d7 100644
--- a/Tomboy-mac.csproj
+++ b/Tomboy-mac.csproj
@@ -167,6 +167,7 @@
     <Compile Include="Tomboy\NoteEditor.cs" />
     <Compile Include="Tomboy\AbstractAddin.cs" />
     <Compile Include="Tomboy\ApplicationAddin.cs" />
+    <Compile Include="Tomboy\ExportAllApplicationAddin.cs" />
     <Compile Include="Tomboy\NoteAddin.cs" />
     <Compile Include="Tomboy\AddinManager.cs" />
     <Compile Include="Tomboy\AddinPreferenceFactory.cs" />
diff --git a/Tomboy.csproj b/Tomboy.csproj
index 0b0835b..84ae429 100644
--- a/Tomboy.csproj
+++ b/Tomboy.csproj
@@ -149,6 +149,7 @@
     <Compile Include="Tomboy\NoteEditor.cs" />
     <Compile Include="Tomboy\AbstractAddin.cs" />
     <Compile Include="Tomboy\ApplicationAddin.cs" />
+    <Compile Include="Tomboy\ExportAllApplicationAddin.cs" />
     <Compile Include="Tomboy\NoteAddin.cs" />
     <Compile Include="Tomboy\AddinManager.cs" />
     <Compile Include="Tomboy\AddinPreferenceFactory.cs" />
diff --git a/Tomboy/Addins/ExportToHtml/ExportToHtml-mac.csproj b/Tomboy/Addins/ExportToHtml/ExportToHtml-mac.csproj
index 4e919d5..1ea035a 100644
--- a/Tomboy/Addins/ExportToHtml/ExportToHtml-mac.csproj
+++ b/Tomboy/Addins/ExportToHtml/ExportToHtml-mac.csproj
@@ -83,6 +83,7 @@
   <ItemGroup>
     <Compile Include="ExportToHtmlDialog.cs" />
     <Compile Include="ExportToHtmlNoteAddin.cs" />
+    <Compile Include="ExportToHtmlApplicationAddin.cs" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\..\Tomboy-mac.csproj">
diff --git a/Tomboy/Addins/ExportToHtml/ExportToHtml.csproj b/Tomboy/Addins/ExportToHtml/ExportToHtml.csproj
index 7f9c0f7..fd46f07 100644
--- a/Tomboy/Addins/ExportToHtml/ExportToHtml.csproj
+++ b/Tomboy/Addins/ExportToHtml/ExportToHtml.csproj
@@ -73,6 +73,7 @@
   <ItemGroup>
     <Compile Include="ExportToHtmlDialog.cs" />
     <Compile Include="ExportToHtmlNoteAddin.cs" />
+    <Compile Include="ExportToHtmlApplicationAddin.cs" />
   </ItemGroup>
   <ItemGroup>
     <None Include="Makefile.am" />



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