[mapguide-commits] r6899 - branches/2.4/MgDev/Desktop/SampleExtension

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Jul 15 04:04:26 PDT 2012


Author: jng
Date: 2012-07-15 04:04:26 -0700 (Sun, 15 Jul 2012)
New Revision: 6899

Added:
   branches/2.4/MgDev/Desktop/SampleExtension/sample_readme.txt
Log:
mg-desktop: Add basic readme for the SampleExtension project

Added: branches/2.4/MgDev/Desktop/SampleExtension/sample_readme.txt
===================================================================
--- branches/2.4/MgDev/Desktop/SampleExtension/sample_readme.txt	                        (rev 0)
+++ branches/2.4/MgDev/Desktop/SampleExtension/sample_readme.txt	2012-07-15 11:04:26 UTC (rev 6899)
@@ -0,0 +1,15 @@
+SampleExtension readme
+======================
+
+SampleExtension is an AppLayout extension that demonstrates usages of the mg-desktop API.
+
+It is effectively the "MapGuide Developer's Guide" samples converted over for use inside mg-desktop. If you ever look at the code, you will see that it isn't really that much different (just ASP.net-isms replaced with WinForms-isms)
+
+Building the SampleExtension
+============================
+
+In Visual Studio, open the SampleExtension.csproj if you downloaded the .net 2.0 binary distribution (or SampleExtension.Net40.csproj if you downloaded the .net 4.0 binary distribution)
+
+Fix the broken references with the matching dlls from your mg-desktop binary distribution. This should allow you to build the SampleExtension project.
+
+Once built, you will have a SampleExtension.dll in your output directory, the components defined in this dll can then be referenced from within the AppLayout engine. The Sheboygan.AppLayout already does this.
\ No newline at end of file



More information about the mapguide-commits mailing list