[mapguide-commits] r5757 - trunk/MgDev/Oem/dbxml/dbxml/build_windows

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu May 5 06:24:59 EDT 2011


Author: christinebao
Date: 2011-05-05 03:24:59 -0700 (Thu, 05 May 2011)
New Revision: 5757

Modified:
   trunk/MgDev/Oem/dbxml/dbxml/build_windows/dbxml_shell.vcxproj
Log:
Fix dbxml_shell.vcxproj.

Modified: trunk/MgDev/Oem/dbxml/dbxml/build_windows/dbxml_shell.vcxproj
===================================================================
--- trunk/MgDev/Oem/dbxml/dbxml/build_windows/dbxml_shell.vcxproj	2011-05-05 10:19:50 UTC (rev 5756)
+++ trunk/MgDev/Oem/dbxml/dbxml/build_windows/dbxml_shell.vcxproj	2011-05-05 10:24:59 UTC (rev 5757)
@@ -145,6 +145,14 @@
     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Static Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Static Release|x64'" />
     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Static Release|x64'" />
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">dbxml</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">dbxml</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">dbxml</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">dbxml</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Static Debug|Win32'">dbxml</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Static Debug|x64'">dbxml</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Static Release|x64'">dbxml</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Static Release|Win32'">dbxml</TargetName>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <ClCompile>
@@ -155,8 +163,7 @@
       <MinimalRebuild>true</MinimalRebuild>
       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
-      <PrecompiledHeader>
-      </PrecompiledHeader>
+      <PrecompiledHeader>NotUsing</PrecompiledHeader>
       <PrecompiledHeaderOutputFile>./$(IntDir)dbxml_shell.pch</PrecompiledHeaderOutputFile>
       <AssemblerListingLocation>
       </AssemblerListingLocation>



More information about the mapguide-commits mailing list