[mapguide-commits] r8506 - trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Expressions

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Jan 18 08:20:44 PST 2015


Author: jng
Date: 2015-01-18 08:20:44 -0800 (Sun, 18 Jan 2015)
New Revision: 8506

Modified:
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Expressions/OSGeo.MapGuide.MaestroAPI.Expressions.csproj
Log:
#2525: Fix output path to match other Core API components

Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Expressions/OSGeo.MapGuide.MaestroAPI.Expressions.csproj
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Expressions/OSGeo.MapGuide.MaestroAPI.Expressions.csproj	2015-01-18 16:16:50 UTC (rev 8505)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Expressions/OSGeo.MapGuide.MaestroAPI.Expressions.csproj	2015-01-18 16:20:44 UTC (rev 8506)
@@ -20,7 +20,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
+    <OutputPath>..\SDK\bin\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -29,11 +29,12 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
+    <OutputPath>..\SDK\bin\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <Prefer32Bit>false</Prefer32Bit>
+    <DocumentationFile>..\SDK\bin\OSGeo.MapGuide.MaestroAPI.Expressions.XML</DocumentationFile>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="Irony">



More information about the mapguide-commits mailing list