[mapguide-commits] r8511 - in trunk/Tools/Maestro: . Maestro Maestro.Editors OSGeo.MapGuide.MaestroAPI.Tests

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 20 05:46:10 PST 2015


Author: jng
Date: 2015-01-20 05:46:10 -0800 (Tue, 20 Jan 2015)
New Revision: 8511

Added:
   trunk/Tools/Maestro/OSGeo.FDO.Expressions/
Removed:
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Expressions/
Modified:
   trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj
   trunk/Tools/Maestro/Maestro/Maestro_All.sln
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Tests/OSGeo.MapGuide.MaestroAPI.Tests.csproj
Log:
#2525: Folder re-structure

Modified: trunk/Tools/Maestro/Maestro/Maestro_All.sln
===================================================================
--- trunk/Tools/Maestro/Maestro/Maestro_All.sln	2015-01-20 13:35:50 UTC (rev 8510)
+++ trunk/Tools/Maestro/Maestro/Maestro_All.sln	2015-01-20 13:46:10 UTC (rev 8511)
@@ -120,7 +120,7 @@
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSGeo.MapGuide.ObjectModels.Tests", "..\OSGeo.MapGuide.ObjectModel.Tests\OSGeo.MapGuide.ObjectModels.Tests.csproj", "{D32BE7DB-D0C3-4805-A057-18312370C57E}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSGeo.FDO.Expressions", "..\OSGeo.MapGuide.MaestroAPI.Expressions\OSGeo.FDO.Expressions.csproj", "{DA2CC031-200B-4F99-A0A9-2E95374BE78F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSGeo.FDO.Expressions", "..\OSGeo.FDO.Expressions\OSGeo.FDO.Expressions.csproj", "{DA2CC031-200B-4F99-A0A9-2E95374BE78F}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution

Modified: trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj	2015-01-20 13:35:50 UTC (rev 8510)
+++ trunk/Tools/Maestro/Maestro.Editors/Maestro.Editors.csproj	2015-01-20 13:46:10 UTC (rev 8511)
@@ -2002,7 +2002,7 @@
       <Project>{CFD19053-2172-41D3-8460-0FD2123A1E88}</Project>
       <Name>Maestro.Shared.UI</Name>
     </ProjectReference>
-    <ProjectReference Include="..\OSGeo.MapGuide.MaestroAPI.Expressions\OSGeo.FDO.Expressions.csproj">
+    <ProjectReference Include="..\OSGeo.FDO.Expressions\OSGeo.FDO.Expressions.csproj">
       <Project>{da2cc031-200b-4f99-a0a9-2e95374be78f}</Project>
       <Name>OSGeo.FDO.Expressions</Name>
     </ProjectReference>

Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Tests/OSGeo.MapGuide.MaestroAPI.Tests.csproj
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Tests/OSGeo.MapGuide.MaestroAPI.Tests.csproj	2015-01-20 13:35:50 UTC (rev 8510)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Tests/OSGeo.MapGuide.MaestroAPI.Tests.csproj	2015-01-20 13:46:10 UTC (rev 8511)
@@ -82,7 +82,7 @@
     <Compile Include="ValidationTests.cs" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\OSGeo.MapGuide.MaestroAPI.Expressions\OSGeo.FDO.Expressions.csproj">
+    <ProjectReference Include="..\OSGeo.FDO.Expressions\OSGeo.FDO.Expressions.csproj">
       <Project>{da2cc031-200b-4f99-a0a9-2e95374be78f}</Project>
       <Name>OSGeo.FDO.Expressions</Name>
     </ProjectReference>



More information about the mapguide-commits mailing list