[mapguide-commits] r7020 - in branches/2.4/MgDev/Desktop/MgAppLayout: . Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Sep 17 06:56:58 PDT 2012


Author: jng
Date: 2012-09-17 06:56:57 -0700 (Mon, 17 Sep 2012)
New Revision: 7020

Modified:
   branches/2.4/MgDev/Desktop/MgAppLayout/Properties/AssemblyInfo.cs
   branches/2.4/MgDev/Desktop/MgAppLayout/Sheboygan.AppLayout
Log:
Post-submit cleanup

Modified: branches/2.4/MgDev/Desktop/MgAppLayout/Properties/AssemblyInfo.cs
===================================================================
--- branches/2.4/MgDev/Desktop/MgAppLayout/Properties/AssemblyInfo.cs	2012-09-17 13:40:40 UTC (rev 7019)
+++ branches/2.4/MgDev/Desktop/MgAppLayout/Properties/AssemblyInfo.cs	2012-09-17 13:56:57 UTC (rev 7020)
@@ -31,6 +31,6 @@
 //
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
-// [assembly: AssemblyVersion("2.4.0.6971")]
-[assembly: AssemblyVersion("2.4.0.6971")]
-[assembly: AssemblyFileVersion("2.4.0.6971")]
+// [assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]

Modified: branches/2.4/MgDev/Desktop/MgAppLayout/Sheboygan.AppLayout
===================================================================
--- branches/2.4/MgDev/Desktop/MgAppLayout/Sheboygan.AppLayout	2012-09-17 13:40:40 UTC (rev 7019)
+++ branches/2.4/MgDev/Desktop/MgAppLayout/Sheboygan.AppLayout	2012-09-17 13:56:57 UTC (rev 7020)
@@ -2,7 +2,6 @@
 <AppLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <Title>MapGuide Desktop App Layout Example</Title>
   <Icon>app.ico</Icon>
-  <Language>zh-CN</Language>
   <Settings>
     <InvokeOnStartup>Startup</InvokeOnStartup>
     <SelectionColor>0000FF</SelectionColor>



More information about the mapguide-commits mailing list