[mapguide-commits] r9129 - in trunk/Tools/Maestro: Doc Install

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jan 26 01:21:53 PST 2017


Author: jng
Date: 2017-01-26 01:21:53 -0800 (Thu, 26 Jan 2017)
New Revision: 9129

Modified:
   trunk/Tools/Maestro/Doc/MaestroAPI.shfbproj
   trunk/Tools/Maestro/Install/Maestro.nsi
Log:
Fix DockPanelSuite reference in docs and installer packaging

Modified: trunk/Tools/Maestro/Doc/MaestroAPI.shfbproj
===================================================================
--- trunk/Tools/Maestro/Doc/MaestroAPI.shfbproj	2017-01-25 16:11:45 UTC (rev 9128)
+++ trunk/Tools/Maestro/Doc/MaestroAPI.shfbproj	2017-01-26 09:21:53 UTC (rev 9129)
@@ -173,6 +173,9 @@
     <Reference Include="Aga.Controls">
       <HintPath>..\SDK\bin\Aga.Controls.dll</HintPath>
     </Reference>
+    <Reference Include="WeifenLuo.WinFormsUI.Docking">
+      <HintPath>..\SDK\bin\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <!-- Import the SHFB build targets -->
   <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />

Modified: trunk/Tools/Maestro/Install/Maestro.nsi
===================================================================
--- trunk/Tools/Maestro/Install/Maestro.nsi	2017-01-25 16:11:45 UTC (rev 9128)
+++ trunk/Tools/Maestro/Install/Maestro.nsi	2017-01-26 09:21:53 UTC (rev 9129)
@@ -236,6 +236,10 @@
     File "${INST_OUTPUT_MAESTRO}\PowerCollections.dll"
     File "${INST_OUTPUT_MAESTRO}\ProjNet.dll"
     File "${INST_OUTPUT_MAESTRO}\WeifenLuo.WinFormsUI.Docking.dll"
+    File "${INST_OUTPUT_MAESTRO}\WeifenLuo.WinFormsUI.Docking.ThemeVS2003.dll"
+    File "${INST_OUTPUT_MAESTRO}\WeifenLuo.WinFormsUI.Docking.ThemeVS2012.dll"
+    File "${INST_OUTPUT_MAESTRO}\WeifenLuo.WinFormsUI.Docking.ThemeVS2013.dll"
+    File "${INST_OUTPUT_MAESTRO}\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll"
     
     # pdbs for greater context in exception stack traces
     #File "${INST_OUTPUT_MAESTRO}\Aga.Controls.pdb"



More information about the mapguide-commits mailing list