[mapguide-commits] r5311 - in sandbox/maestro-3.0: . ExtendedModels/LayerDefinition-1.1.0 ExtendedModels/LayerDefinition-1.1.0/Properties ExtendedModels/LayerDefinition-1.2.0 ExtendedModels/LayerDefinition-1.2.0/Properties ExtendedModels/LayerDefinition-1.3.0 ExtendedModels/LayerDefinition-1.3.0/Properties ExtendedModels/LoadProcedure-1.1.0 ExtendedModels/LoadProcedure-1.1.0/Properties ExtendedModels/LoadProcedure-2.2.0 ExtendedModels/LoadProcedure-2.2.0/Properties ExtendedModels/SymbolDefinition-1.1.0 ExtendedModels/SymbolDefinition-1.1.0/Properties ExtendedModels/WebLayout-1.1.0 ExtendedModels/WebLayout-1.1.0/Properties Maestro Maestro/Properties Maestro.AddIn.ExtendedObjectModels Maestro.AddIn.ExtendedObjectModels/Properties Maestro.Base Maestro.Base/Properties Maestro.Editors Maestro.Editors/Properties Maestro.Login Maestro.Login/Properties Maestro.Packaging Maestro.Packaging/Properties Maestro.ResourceValidation Maestro.ResourceValidation/Properties Maestro.Shared.UI Maestro.Share d.UI/Properties MaestroFsPreview MaestroFsPreview/Properties OSGeo.MapGuide.MaestroAPI OSGeo.MapGuide.MaestroAPI/Properties OSGeo.MapGuide.MaestroAPI.Http OSGeo.MapGuide.MaestroAPI.Http/Properties Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 21 00:57:50 EDT 2010


Author: jng
Date: 2010-10-20 21:57:50 -0700 (Wed, 20 Oct 2010)
New Revision: 5311

Added:
   sandbox/maestro-3.0/Properties/
   sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs
Removed:
   sandbox/maestro-3.0/UpdateVersionNumber.exe
Modified:
   sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.1.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.1.0.csproj
   sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.1.0/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0.csproj
   sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.3.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.3.0.csproj
   sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.3.0/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/ExtendedModels/LoadProcedure-1.1.0/OSGeo.MapGuide.ObjectModels.LoadProcedure-1.1.0.csproj
   sandbox/maestro-3.0/ExtendedModels/LoadProcedure-1.1.0/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/ExtendedModels/LoadProcedure-2.2.0/OSGeo.MapGuide.ObjectModels.LoadProcedure-2.2.0.csproj
   sandbox/maestro-3.0/ExtendedModels/LoadProcedure-2.2.0/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/ExtendedModels/SymbolDefinition-1.1.0/OSGeo.MapGuide.ObjectModels.SymbolDefinition-1.1.0.csproj
   sandbox/maestro-3.0/ExtendedModels/SymbolDefinition-1.1.0/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/ExtendedModels/WebLayout-1.1.0/OSGeo.MapGuide.ObjectModels.WebLayout-1.1.0.csproj
   sandbox/maestro-3.0/ExtendedModels/WebLayout-1.1.0/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/Maestro.AddIn.ExtendedObjectModels/Maestro.AddIn.ExtendedObjectModels.csproj
   sandbox/maestro-3.0/Maestro.AddIn.ExtendedObjectModels/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/Maestro.Base/Maestro.Base.csproj
   sandbox/maestro-3.0/Maestro.Base/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/Maestro.Editors/Maestro.Editors.csproj
   sandbox/maestro-3.0/Maestro.Editors/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/Maestro.Login/Maestro.Login.csproj
   sandbox/maestro-3.0/Maestro.Login/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/Maestro.Packaging/Maestro.Packaging.csproj
   sandbox/maestro-3.0/Maestro.Packaging/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/Maestro.ResourceValidation/Maestro.ResourceValidation.csproj
   sandbox/maestro-3.0/Maestro.ResourceValidation/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/Maestro.Shared.UI/Maestro.Shared.UI.csproj
   sandbox/maestro-3.0/Maestro.Shared.UI/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/Maestro/Maestro.csproj
   sandbox/maestro-3.0/Maestro/Maestro.sln
   sandbox/maestro-3.0/Maestro/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/MaestroFsPreview/MaestroFsPreview.csproj
   sandbox/maestro-3.0/MaestroFsPreview/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Http/OSGeo.MapGuide.MaestroAPI.Http.csproj
   sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Http/Properties/AssemblyInfo.cs
   sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/OSGeo.MapGuide.MaestroAPI.csproj
   sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/Properties/AssemblyInfo.cs
Log:
3.0 sandbox changes
 - Merge common assembly attributes into a single GlobalAssemblyInfo.cs file. All relevant projects link to this file. This negates the need of the UpdateVersionNumber.exe to stamp the correct version number as we only need to just edit this one file to apply the same version number to all affected projects

Modified: sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.1.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.1.0.csproj
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.1.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.1.0.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.1.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.1.0.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -49,6 +49,9 @@
     <Compile Include="..\..\OSGeo.MapGuide.MaestroAPI\ObjectModels\VectorLayerDefinitionImpl.cs">
       <Link>VectorLayerDefinitionImpl.cs</Link>
     </Compile>
+    <Compile Include="..\..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="LayerDefinitionValidator.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Properties\Resources.Designer.cs">

Modified: sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.1.0/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.1.0/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.1.0/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -8,10 +8,7 @@
 
 [assembly: AssemblyTitle("OSGeo.MapGuide.ObjectModels.LayerDefinition-1.1.0")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("OSGeo.MapGuide.ObjectModels.LayerDefinition-1.1.0")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -21,17 +18,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("FCCE9608-F62D-4110-82F0-DC4CC5B0E737")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("FCCE9608-F62D-4110-82F0-DC4CC5B0E737")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0.csproj
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -49,6 +49,9 @@
     <Compile Include="..\..\OSGeo.MapGuide.MaestroAPI\ObjectModels\VectorLayerDefinitionImpl.cs">
       <Link>VectorLayerDefinitionImpl.cs</Link>
     </Compile>
+    <Compile Include="..\..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="LayerDefinitionValidator.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Properties\Resources.Designer.cs">

Modified: sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.2.0/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 
 [assembly: AssemblyTitle("OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("OSGeo.MapGuide.ObjectModels.LayerDefinition-1.2.0")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -21,16 +18,3 @@
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
 [assembly: Guid("624166AF-4576-42d3-9EBB-6B9D79A84E9F")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]

Modified: sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.3.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.3.0.csproj
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.3.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.3.0.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.3.0/OSGeo.MapGuide.ObjectModels.LayerDefinition-1.3.0.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -49,6 +49,9 @@
     <Compile Include="..\..\OSGeo.MapGuide.MaestroAPI\ObjectModels\VectorLayerDefinitionImpl.cs">
       <Link>VectorLayerDefinitionImpl.cs</Link>
     </Compile>
+    <Compile Include="..\..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="LayerDefinitionValidator.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Properties\Resources.Designer.cs">

Modified: sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.3.0/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.3.0/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LayerDefinition-1.3.0/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 
 [assembly: AssemblyTitle("OSGeo.MapGuide.ObjectModels.LayerDefinition-1.3.0")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("OSGeo.MapGuide.ObjectModels.LayerDefinition-1.3.0")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("26445A6B-5701-47ea-860F-105E4F02B086")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("26445A6B-5701-47ea-860F-105E4F02B086")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/ExtendedModels/LoadProcedure-1.1.0/OSGeo.MapGuide.ObjectModels.LoadProcedure-1.1.0.csproj
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LoadProcedure-1.1.0/OSGeo.MapGuide.ObjectModels.LoadProcedure-1.1.0.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LoadProcedure-1.1.0/OSGeo.MapGuide.ObjectModels.LoadProcedure-1.1.0.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -45,6 +45,9 @@
     <Compile Include="..\..\OSGeo.MapGuide.MaestroAPI\ObjectModels\LoadProcFactory.cs">
       <Link>LoadProcFactory.cs</Link>
     </Compile>
+    <Compile Include="..\..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="LoadProcedureValidator.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>

Modified: sandbox/maestro-3.0/ExtendedModels/LoadProcedure-1.1.0/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LoadProcedure-1.1.0/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LoadProcedure-1.1.0/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 
 [assembly: AssemblyTitle("OSGeo.MapGuide.ObjectModels.LoadProcedure-1.1.0")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("OSGeo.MapGuide.ObjectModels.LoadProcedure-1.1.0")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("1A2538B2-D67D-4f1e-B110-2D3691EEDF07")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("1A2538B2-D67D-4f1e-B110-2D3691EEDF07")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/ExtendedModels/LoadProcedure-2.2.0/OSGeo.MapGuide.ObjectModels.LoadProcedure-2.2.0.csproj
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LoadProcedure-2.2.0/OSGeo.MapGuide.ObjectModels.LoadProcedure-2.2.0.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LoadProcedure-2.2.0/OSGeo.MapGuide.ObjectModels.LoadProcedure-2.2.0.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -45,6 +45,9 @@
     <Compile Include="..\..\OSGeo.MapGuide.MaestroAPI\ObjectModels\LoadProcFactory.cs">
       <Link>LoadProcFactory.cs</Link>
     </Compile>
+    <Compile Include="..\..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="LoadProcedureValidator.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>

Modified: sandbox/maestro-3.0/ExtendedModels/LoadProcedure-2.2.0/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/LoadProcedure-2.2.0/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/LoadProcedure-2.2.0/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 
 [assembly: AssemblyTitle("OSGeo.MapGuide.ObjectModels.LoadProcedure-2.2.0")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("OSGeo.MapGuide.ObjectModels.LoadProcedure-2.2.0")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("6FB5A22B-B211-42aa-8217-573999F91276")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("6FB5A22B-B211-42aa-8217-573999F91276")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/ExtendedModels/SymbolDefinition-1.1.0/OSGeo.MapGuide.ObjectModels.SymbolDefinition-1.1.0.csproj
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/SymbolDefinition-1.1.0/OSGeo.MapGuide.ObjectModels.SymbolDefinition-1.1.0.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/SymbolDefinition-1.1.0/OSGeo.MapGuide.ObjectModels.SymbolDefinition-1.1.0.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -39,6 +39,9 @@
     <Compile Include="..\..\Generated\SymbolDefinition-1.1.0.designer.cs">
       <Link>SymbolDefinition-1.1.0.designer.cs</Link>
     </Compile>
+    <Compile Include="..\..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>

Modified: sandbox/maestro-3.0/ExtendedModels/SymbolDefinition-1.1.0/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/SymbolDefinition-1.1.0/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/SymbolDefinition-1.1.0/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 
 [assembly: AssemblyTitle("OSGeo.MapGuide.ObjectModels.SymbolDefinition-1.1.0")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("OSGeo.MapGuide.ObjectModels.SymbolDefinition-1.1.0")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("1E18DC05-595C-49b5-965D-105F2C29E13C")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("1E18DC05-595C-49b5-965D-105F2C29E13C")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/ExtendedModels/WebLayout-1.1.0/OSGeo.MapGuide.ObjectModels.WebLayout-1.1.0.csproj
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/WebLayout-1.1.0/OSGeo.MapGuide.ObjectModels.WebLayout-1.1.0.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/WebLayout-1.1.0/OSGeo.MapGuide.ObjectModels.WebLayout-1.1.0.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -42,6 +42,9 @@
     <Compile Include="..\..\OSGeo.MapGuide.MaestroAPI\ObjectModels\WebLayout.cs">
       <Link>WebLayout.cs</Link>
     </Compile>
+    <Compile Include="..\..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="WebLayout2Impl.cs" />
     <Compile Include="WebLayoutValidator.cs" />

Modified: sandbox/maestro-3.0/ExtendedModels/WebLayout-1.1.0/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/ExtendedModels/WebLayout-1.1.0/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/ExtendedModels/WebLayout-1.1.0/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 
 [assembly: AssemblyTitle("OSGeo.MapGuide.ObjectModels.WebLayout-1.1.0")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("OSGeo.MapGuide.ObjectModels.WebLayout-1.1.0")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("92D37705-B476-438c-A808-2B6A6F94F9A3")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("92D37705-B476-438c-A808-2B6A6F94F9A3")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/Maestro/Maestro.csproj
===================================================================
--- sandbox/maestro-3.0/Maestro/Maestro.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro/Maestro.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -43,6 +43,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <EmbeddedResource Include="Properties\Resources.resx">

Modified: sandbox/maestro-3.0/Maestro/Maestro.sln
===================================================================
--- sandbox/maestro-3.0/Maestro/Maestro.sln	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro/Maestro.sln	2010-10-21 04:57:50 UTC (rev 5311)
@@ -47,6 +47,11 @@
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maestro.Packaging", "..\Maestro.Packaging\Maestro.Packaging.csproj", "{0EA33E36-9C33-4D60-B378-B87FADAA0F40}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaestroFsPreview", "..\MaestroFsPreview\MaestroFsPreview.csproj", "{59BE5E18-17B6-431D-836E-C0AABA6D69E8}"
+	ProjectSection(ProjectDependencies) = postProject
+		{E73BB233-D88B-44A7-A98F-D71EE158381D} = {E73BB233-D88B-44A7-A98F-D71EE158381D}
+		{CFD19053-2172-41D3-8460-0FD2123A1E88} = {CFD19053-2172-41D3-8460-0FD2123A1E88}
+		{80FA3158-8B5F-48D1-A393-0378AFE48A7E} = {80FA3158-8B5F-48D1-A393-0378AFE48A7E}
+	EndProjectSection
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maestro.AddIn.ExtendedObjectModels", "..\Maestro.AddIn.ExtendedObjectModels\Maestro.AddIn.ExtendedObjectModels.csproj", "{32BA7DF6-1AFA-441D-9231-5624C5920706}"
 EndProject

Modified: sandbox/maestro-3.0/Maestro/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Maestro/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("Maestro")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("Maestro")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("7b3df554-cb48-48d7-b8b7-8324c2cb9ffa")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("7b3df554-cb48-48d7-b8b7-8324c2cb9ffa")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/Maestro.AddIn.ExtendedObjectModels/Maestro.AddIn.ExtendedObjectModels.csproj
===================================================================
--- sandbox/maestro-3.0/Maestro.AddIn.ExtendedObjectModels/Maestro.AddIn.ExtendedObjectModels.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.AddIn.ExtendedObjectModels/Maestro.AddIn.ExtendedObjectModels.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -40,6 +40,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="Commands\StartupCommand.cs" />
     <Compile Include="Editor\EditorFactories.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />

Modified: sandbox/maestro-3.0/Maestro.AddIn.ExtendedObjectModels/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.AddIn.ExtendedObjectModels/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.AddIn.ExtendedObjectModels/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("Maestro.AddIn.ExtendedObjectModels")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
 [assembly: AssemblyProduct("Maestro.AddIn.ExtendedObjectModels")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -21,16 +18,3 @@
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
 [assembly: Guid("34257625-dc58-45af-b117-c3a8bda007c8")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]

Modified: sandbox/maestro-3.0/Maestro.Base/Maestro.Base.csproj
===================================================================
--- sandbox/maestro-3.0/Maestro.Base/Maestro.Base.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Base/Maestro.Base.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -39,6 +39,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="Commands\AboutCommand.cs" />
     <Compile Include="Commands\CloseActiveDocumentCommand.cs" />
     <Compile Include="Commands\Conditions\ActiveEditorConditionEvaluator.cs" />

Modified: sandbox/maestro-3.0/Maestro.Base/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.Base/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Base/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("Maestro.Base")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("Maestro.Base")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("e6c407e4-f4c3-4874-9be6-ad75c6495407")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("e6c407e4-f4c3-4874-9be6-ad75c6495407")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/Maestro.Editors/Maestro.Editors.csproj
===================================================================
--- sandbox/maestro-3.0/Maestro.Editors/Maestro.Editors.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Editors/Maestro.Editors.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -43,6 +43,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="Common\ColorComboBox.cs">
       <SubType>Component</SubType>
     </Compile>

Modified: sandbox/maestro-3.0/Maestro.Editors/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.Editors/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Editors/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("Maestro.Editors")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("Maestro.Editors")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("298ab7aa-21f0-4540-a89c-75dc26598063")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("298ab7aa-21f0-4540-a89c-75dc26598063")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/Maestro.Login/Maestro.Login.csproj
===================================================================
--- sandbox/maestro-3.0/Maestro.Login/Maestro.Login.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Login/Maestro.Login.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -3,7 +3,7 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>9.0.21022</ProductVersion>
+    <ProductVersion>9.0.30729</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{07588440-5F9F-4C30-AA06-9CF30BA6DDE6}</ProjectGuid>
     <OutputType>Library</OutputType>
@@ -38,6 +38,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="LoginDialog.cs">
       <SubType>Form</SubType>
     </Compile>

Modified: sandbox/maestro-3.0/Maestro.Login/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.Login/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Login/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("Maestro.Login")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("Maestro.Login")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("5853fa01-8986-4c63-9fef-3e74437fb1eb")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("5853fa01-8986-4c63-9fef-3e74437fb1eb")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/Maestro.Packaging/Maestro.Packaging.csproj
===================================================================
--- sandbox/maestro-3.0/Maestro.Packaging/Maestro.Packaging.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Packaging/Maestro.Packaging.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -43,6 +43,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="PackageBuilder.cs" />
     <Compile Include="PackageProgress.cs">
       <SubType>Form</SubType>

Modified: sandbox/maestro-3.0/Maestro.Packaging/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.Packaging/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Packaging/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("Maestro.Packaging")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
 [assembly: AssemblyProduct("Maestro.Packaging")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -21,16 +18,3 @@
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
 [assembly: Guid("898031bf-637e-4c1b-a87a-3d0e5403cb2c")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]

Modified: sandbox/maestro-3.0/Maestro.ResourceValidation/Maestro.ResourceValidation.csproj
===================================================================
--- sandbox/maestro-3.0/Maestro.ResourceValidation/Maestro.ResourceValidation.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.ResourceValidation/Maestro.ResourceValidation.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -36,6 +36,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="ApplicationDefinitionValidator.cs" />
     <Compile Include="DrawingSourceValidator.cs" />
     <Compile Include="FeatureSourceValidator.cs" />

Modified: sandbox/maestro-3.0/Maestro.ResourceValidation/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.ResourceValidation/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.ResourceValidation/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("Maestro.ResourceValidation")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
 [assembly: AssemblyProduct("Maestro.ResourceValidation")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("ffa594f1-d7e3-403c-9eb4-3565007f4209")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("ffa594f1-d7e3-403c-9eb4-3565007f4209")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/Maestro.Shared.UI/Maestro.Shared.UI.csproj
===================================================================
--- sandbox/maestro-3.0/Maestro.Shared.UI/Maestro.Shared.UI.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Shared.UI/Maestro.Shared.UI.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -38,6 +38,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="CancelException.cs" />
     <Compile Include="CheckBoxBinder.cs" />
     <Compile Include="CollapsiblePanel.cs">

Modified: sandbox/maestro-3.0/Maestro.Shared.UI/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.Shared.UI/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/Maestro.Shared.UI/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("Maestro.Shared.UI")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("Maestro.Shared.UI")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("1e838ede-5a69-45ce-8581-97dd3afd69fa")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("1e838ede-5a69-45ce-8581-97dd3afd69fa")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/MaestroFsPreview/MaestroFsPreview.csproj
===================================================================
--- sandbox/maestro-3.0/MaestroFsPreview/MaestroFsPreview.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/MaestroFsPreview/MaestroFsPreview.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -32,6 +32,7 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <UseVSHostingProcess>false</UseVSHostingProcess>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="Aga.Controls, Version=1.7.0.0, Culture=neutral, PublicKeyToken=fcc90fbf924463a3, processorArchitecture=MSIL">
@@ -53,6 +54,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="MainForm.cs">
       <SubType>Form</SubType>
     </Compile>

Modified: sandbox/maestro-3.0/MaestroFsPreview/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/MaestroFsPreview/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/MaestroFsPreview/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("MaestroFsPreview")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
 [assembly: AssemblyProduct("MaestroFsPreview")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -20,17 +17,4 @@
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("34077c80-1352-4d9e-9a65-ad0a69646b8a")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: Guid("34077c80-1352-4d9e-9a65-ad0a69646b8a")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/OSGeo.MapGuide.MaestroAPI.csproj
===================================================================
--- sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/OSGeo.MapGuide.MaestroAPI.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/OSGeo.MapGuide.MaestroAPI.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -158,6 +158,9 @@
     <Compile Include="..\Generated\WebLayout-1.0.0.designer.cs">
       <Link>ObjectModels\WebLayout-1.0.0.designer.cs</Link>
     </Compile>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="BindingListExtensions.cs" />
     <Compile Include="Capability\ConnectionCapabilities.cs" />
     <Compile Include="Check.cs" />

Modified: sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -7,10 +7,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("OSGeo.MapGuide.MaestroAPI")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("OSGeo.MapGuide.MaestroAPI")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -22,17 +19,4 @@
 // The following GUID is for the ID of the typelib if this project is exposed to COM
 [assembly: Guid("ab443f91-168a-4c13-9477-1b264241b3cd")]
 
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
-
 [assembly: InternalsVisibleTo("MaestroAPITests")]
\ No newline at end of file

Modified: sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Http/OSGeo.MapGuide.MaestroAPI.Http.csproj
===================================================================
--- sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Http/OSGeo.MapGuide.MaestroAPI.Http.csproj	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Http/OSGeo.MapGuide.MaestroAPI.Http.csproj	2010-10-21 04:57:50 UTC (rev 5311)
@@ -38,6 +38,9 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="..\Properties\GlobalAssemblyInfo.cs">
+      <Link>GlobalAssemblyInfo.cs</Link>
+    </Compile>
     <Compile Include="HttpCapabilities.cs" />
     <Compile Include="HttpCoordinateSystem.cs" />
     <Compile Include="HttpCoordinateSystemCatalog.cs" />

Modified: sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Http/Properties/AssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Http/Properties/AssemblyInfo.cs	2010-10-20 23:03:43 UTC (rev 5310)
+++ sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Http/Properties/AssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -8,10 +8,7 @@
 // associated with an assembly.
 [assembly: AssemblyTitle("OSGeo.MapGuide.MaestroAPI.Http")]
 [assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("OSGeo.MapGuide.MaestroAPI.Http")]
-[assembly: AssemblyCopyright("Copyright ©  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -23,19 +20,6 @@
 // The following GUID is for the ID of the typelib if this project is exposed to COM
 [assembly: Guid("a62015dd-d084-44e3-9a73-02c1e6d0189a")]
 
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
-
 [assembly: InternalsVisibleTo("MaestroAPITests")]
 [assembly: InternalsVisibleTo("MaestroBaseTests")]
 

Added: sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs
===================================================================
--- sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs	                        (rev 0)
+++ sandbox/maestro-3.0/Properties/GlobalAssemblyInfo.cs	2010-10-21 04:57:50 UTC (rev 5311)
@@ -0,0 +1,39 @@
+#region Disclaimer / License
+// Copyright (C) 2010, Jackie Ng
+// http://trac.osgeo.org/mapguide/wiki/maestro, jumpinjackie at gmail.com
+// 
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// 
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+// 
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// 
+#endregion
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Open Source Geospatial Foundation")]
+[assembly: AssemblyCopyright("Copyright (c) 2010, Jackie Ng")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("3.0.0.5311")]
+[assembly: AssemblyFileVersion("3.0.0.5311")]

Deleted: sandbox/maestro-3.0/UpdateVersionNumber.exe
===================================================================
(Binary files differ)



More information about the mapguide-commits mailing list