[mapguide-commits] r4999 - in sandbox/maestro-3.0: Maestro
Maestro.Editors Maestro.Editors/Generic
OSGeo.MapGuide.MaestroAPI.Native
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed Jul 7 04:19:57 EDT 2010
Author: jng
Date: 2010-07-07 08:19:57 +0000 (Wed, 07 Jul 2010)
New Revision: 4999
Modified:
sandbox/maestro-3.0/Maestro.Editors/Generic/XmlEditorCtrl.cs
sandbox/maestro-3.0/Maestro.Editors/Maestro.Editors.csproj
sandbox/maestro-3.0/Maestro/Maestro.sln
sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Native/
Log:
Fix some build errors as a result of a fresh checkout. Also disable the native impl projects for now
Modified: sandbox/maestro-3.0/Maestro/Maestro.sln
===================================================================
--- sandbox/maestro-3.0/Maestro/Maestro.sln 2010-07-07 08:03:29 UTC (rev 4998)
+++ sandbox/maestro-3.0/Maestro/Maestro.sln 2010-07-07 08:19:57 UTC (rev 4999)
@@ -46,6 +46,9 @@
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maestro.Shared.UI", "..\Maestro.Shared.UI\Maestro.Shared.UI.csproj", "{CFD19053-2172-41D3-8460-0FD2123A1E88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maestro.Editors", "..\Maestro.Editors\Maestro.Editors.csproj", "{5AD2CDBA-952E-4148-98A1-31D2E0D540D5}"
+ ProjectSection(ProjectDependencies) = postProject
+ {E73BB233-D88B-44A7-A98F-D71EE158381D} = {E73BB233-D88B-44A7-A98F-D71EE158381D}
+ EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maestro.AddIn.ResourceEditors", "..\Maestro.AddIn.ResourceEditors\Maestro.AddIn.ResourceEditors.csproj", "{75D70A8D-03ED-439E-96E6-72A0F717A23B}"
EndProject
Modified: sandbox/maestro-3.0/Maestro.Editors/Generic/XmlEditorCtrl.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.Editors/Generic/XmlEditorCtrl.cs 2010-07-07 08:03:29 UTC (rev 4998)
+++ sandbox/maestro-3.0/Maestro.Editors/Generic/XmlEditorCtrl.cs 2010-07-07 08:19:57 UTC (rev 4999)
@@ -24,7 +24,6 @@
using System.Data;
using System.Text;
using System.Windows.Forms;
-using ICSharpCode.TextEditor.Document;
using System.Xml.Schema;
using System.Xml;
using System.IO;
Modified: sandbox/maestro-3.0/Maestro.Editors/Maestro.Editors.csproj
===================================================================
--- sandbox/maestro-3.0/Maestro.Editors/Maestro.Editors.csproj 2010-07-07 08:03:29 UTC (rev 4998)
+++ sandbox/maestro-3.0/Maestro.Editors/Maestro.Editors.csproj 2010-07-07 08:19:57 UTC (rev 4999)
@@ -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>{5AD2CDBA-952E-4148-98A1-31D2E0D540D5}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -35,10 +35,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Thirdparty\TreeViewAdv\Aga.Controls\obj\Debug\Aga.Controls.dll</HintPath>
</Reference>
- <Reference Include="ICSharpCode.TextEditor, Version=3.2.0.5777, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Thirdparty\SharpDevelop\ICSharpCode.TextEditor\obj\Debug\ICSharpCode.TextEditor.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
Property changes on: sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI.Native
___________________________________________________________________
Added: svn:ignore
+ bin
obj
More information about the mapguide-commits
mailing list