[mapguide-commits] r7853 - trunk/Tools/Maestro/Maestro
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Sep 9 23:37:57 PDT 2013
Author: jng
Date: 2013-09-09 23:37:56 -0700 (Mon, 09 Sep 2013)
New Revision: 7853
Modified:
trunk/Tools/Maestro/Maestro/Maestro.csproj
Log:
Some schema files weren't being copied to the Maestro build output dir
Modified: trunk/Tools/Maestro/Maestro/Maestro.csproj
===================================================================
--- trunk/Tools/Maestro/Maestro/Maestro.csproj 2013-09-10 04:52:58 UTC (rev 7852)
+++ trunk/Tools/Maestro/Maestro/Maestro.csproj 2013-09-10 06:37:56 UTC (rev 7853)
@@ -237,6 +237,10 @@
<Link>Schemas\LayerDefinition-2.3.0.xsd</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
+ <None Include="..\OSGeo.MapGuide.MaestroAPI\Schemas\LayerDefinition-2.4.0.xsd">
+ <Link>Schemas\LayerDefinition-2.4.0.xsd</Link>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
<None Include="..\OSGeo.MapGuide.MaestroAPI\Schemas\LoadProcedure-1.0.0.xsd">
<Link>Schemas\LoadProcedure-1.0.0.xsd</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -305,6 +309,10 @@
<Link>Schemas\Role-1.0.0.xsd</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
+ <None Include="..\OSGeo.MapGuide.MaestroAPI\Schemas\RuntimeMap-2.6.0.xsd">
+ <Link>Schemas\RuntimeMap-2.6.0.xsd</Link>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
<None Include="..\OSGeo.MapGuide.MaestroAPI\Schemas\SelectAggregate-1.0.0.xsd">
<Link>Schemas\SelectAggregate-1.0.0.xsd</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
More information about the mapguide-commits
mailing list