[mapguide-commits] r6826 - branches/2.4/MgDev/Desktop/MapViewer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jun 27 06:15:43 PDT 2012


Author: jng
Date: 2012-06-27 06:15:42 -0700 (Wed, 27 Jun 2012)
New Revision: 6826

Modified:
   branches/2.4/MgDev/Desktop/MapViewer/MapViewer.csproj
Log:
mg-desktop: Turn off trace constant

Modified: branches/2.4/MgDev/Desktop/MapViewer/MapViewer.csproj
===================================================================
--- branches/2.4/MgDev/Desktop/MapViewer/MapViewer.csproj	2012-06-27 13:07:09 UTC (rev 6825)
+++ branches/2.4/MgDev/Desktop/MapViewer/MapViewer.csproj	2012-06-27 13:15:42 UTC (rev 6826)
@@ -29,7 +29,8 @@
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
+    <DefineConstants>
+    </DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <DocumentationFile>bin\Release\OSGeo.MapGuide.Viewer.XML</DocumentationFile>



More information about the mapguide-commits mailing list