[mapguide-commits] r8575 - trunk/Tools/Maestro/Maestro.AddIn.Rest
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Sun Mar 15 05:01:31 PDT 2015
Author: jng
Date: 2015-03-15 05:01:31 -0700 (Sun, 15 Mar 2015)
New Revision: 8575
Modified:
trunk/Tools/Maestro/Maestro.AddIn.Rest/Maestro.AddIn.Rest.csproj
Log:
Fix mapguide-rest addin output path in release mode
Modified: trunk/Tools/Maestro/Maestro.AddIn.Rest/Maestro.AddIn.Rest.csproj
===================================================================
--- trunk/Tools/Maestro/Maestro.AddIn.Rest/Maestro.AddIn.Rest.csproj 2015-03-14 17:07:19 UTC (rev 8574)
+++ trunk/Tools/Maestro/Maestro.AddIn.Rest/Maestro.AddIn.Rest.csproj 2015-03-15 12:01:31 UTC (rev 8575)
@@ -26,7 +26,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
- <OutputPath>..\out\Release\AddIns\Local\</OutputPath>
+ <OutputPath>..\out\Release\AddIns\Rest\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
More information about the mapguide-commits
mailing list