[mapguide-commits] r4833 - in trunk/Tools/Maestro/MgCooker: . MgCookerCommandline

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 5 04:23:02 EDT 2010


Author: jng
Date: 2010-05-05 04:22:59 -0400 (Wed, 05 May 2010)
New Revision: 4833

Modified:
   trunk/Tools/Maestro/MgCooker/MgCooker.csproj
   trunk/Tools/Maestro/MgCooker/MgCookerCommandline/MgCookerCommandline.csproj
Log:
Add missing submissions for #1345

Modified: trunk/Tools/Maestro/MgCooker/MgCooker.csproj
===================================================================
--- trunk/Tools/Maestro/MgCooker/MgCooker.csproj	2010-05-05 08:07:38 UTC (rev 4832)
+++ trunk/Tools/Maestro/MgCooker/MgCooker.csproj	2010-05-05 08:22:59 UTC (rev 4833)
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>9.0.21022</ProductVersion>
+    <ProductVersion>9.0.30729</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{C76FFEBF-F047-4BE8-983C-BF8BF3CFB3D9}</ProjectGuid>
     <OutputType>WinExe</OutputType>
@@ -29,6 +29,7 @@
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -37,6 +38,7 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />

Modified: trunk/Tools/Maestro/MgCooker/MgCookerCommandline/MgCookerCommandline.csproj
===================================================================
--- trunk/Tools/Maestro/MgCooker/MgCookerCommandline/MgCookerCommandline.csproj	2010-05-05 08:07:38 UTC (rev 4832)
+++ trunk/Tools/Maestro/MgCooker/MgCookerCommandline/MgCookerCommandline.csproj	2010-05-05 08:22:59 UTC (rev 4833)
@@ -27,6 +27,7 @@
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -35,6 +36,7 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />



More information about the mapguide-commits mailing list