[tomboy] Added RemoveBrokenLinks and AdvancedPreferences into Setup



commit 4e1c20fea9a7a329c51cb75a39cdfd9cc6d7ed2e
Author: Alex Tereschenko <frozen and blue gmail com>
Date:   Mon Nov 19 21:05:38 2012 +0100

    Added RemoveBrokenLinks and AdvancedPreferences into Setup
    
    These two addins were missing from the Windows installer project and
    therefore not included into resulting MSI file.
    
    Signed-off-by: Jared Jennings <jared jaredjennings org>

 Setup/Files.wxs     |    5 ++++-
 Setup/Setup.wixproj |    8 ++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/Setup/Files.wxs b/Setup/Files.wxs
index 5a5071b..5059a5b 100644
--- a/Setup/Files.wxs
+++ b/Setup/Files.wxs
@@ -60,8 +60,11 @@
 						<File Source="..\data\icons\note.ico" Name="note.ico" Id="note.ico" Vital="yes" />
 						<File Source="..\data\icons\new_note.ico" Name="new_note.ico" Id="new_note.ico" Vital="yes" />
 						<File Source="..\data\icons\search.ico" Name="search.ico" Id="search.ico" Vital="yes" />
+						<File Id="AdvancedPreferences.dll" Name="AdvancedPreferences.dll" Source="..\bin\Debug\AdvancedPreferences.dll" Vital="yes" />
+						<File Id="AdvancedPreferences.pdb" Name="AdvancedPreferences.pdb" Source="..\bin\Debug\AdvancedPreferences.pdb" Vital="yes" />
+						<File Id="RemoveBrokenLinks.dll" Name="RemoveBrokenLinks.dll" Source="..\bin\Debug\RemoveBrokenLinks.dll" Vital="yes" />
+						<File Id="RemoveBrokenLinks.pdb" Name="RemoveBrokenLinks.pdb" Source="..\bin\Debug\RemoveBrokenLinks.pdb" Vital="yes" />
 					</Component>
-
 					<Directory Id="tomboy" Name="tomboy">
 						<Directory Id="icons" Name="icons">
 							<Directory Id="hicolor" Name="hicolor">
diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj
index 261c015..6480253 100644
--- a/Setup/Setup.wixproj
+++ b/Setup/Setup.wixproj
@@ -26,6 +26,14 @@
   </PropertyGroup>
   <Import Project="$(WixToolPath)\wix.targets" />
   <ItemGroup>
+    <ProjectReference Include="..\Tomboy\Addins\AdvancedPreferences\AdvancedPreferences.csproj">
+      <Project>{35C7F93C-F4D2-4FD0-B669-B02CE1EF29FD}</Project>
+      <Name>AdvancedPreferences</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\Tomboy\Addins\RemoveBrokenLinks\RemoveBrokenLinks.csproj">
+      <Project>{AD6C9F12-3F95-497C-AF7E-629F787A097E}</Project>
+      <Name>RemoveBrokenLinks</Name>
+    </ProjectReference>
     <WixExtension Include="$(WixToolPath)\WixUIExtension.dll" />
     <WixExtension Include="$(WixToolPath)\WixNetFxExtension.dll" />
     <Compile Include="Files.wxs" />



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