[mapguide-commits] r6803 - in branches/2.4/MgDev/Desktop: MgAppLayout MgDesktop UnitTest
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Jun 22 10:50:16 PDT 2012
Author: jng
Date: 2012-06-22 10:50:14 -0700 (Fri, 22 Jun 2012)
New Revision: 6803
Modified:
branches/2.4/MgDev/Desktop/MgAppLayout/MgAppLayout.Net40.csproj
branches/2.4/MgDev/Desktop/MgAppLayout/MgAppLayout.csproj
branches/2.4/MgDev/Desktop/MgAppLayout/Sheboygan.AppLayout
branches/2.4/MgDev/Desktop/MgDesktop/MgDesktop.vcxproj
branches/2.4/MgDev/Desktop/UnitTest/UnitTest.vcxproj
Log:
Update VS2010 projects
Modified: branches/2.4/MgDev/Desktop/MgAppLayout/MgAppLayout.Net40.csproj
===================================================================
--- branches/2.4/MgDev/Desktop/MgAppLayout/MgAppLayout.Net40.csproj 2012-06-22 15:44:48 UTC (rev 6802)
+++ branches/2.4/MgDev/Desktop/MgAppLayout/MgAppLayout.Net40.csproj 2012-06-22 17:50:14 UTC (rev 6803)
@@ -23,6 +23,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
@@ -32,6 +33,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
Modified: branches/2.4/MgDev/Desktop/MgAppLayout/MgAppLayout.csproj
===================================================================
--- branches/2.4/MgDev/Desktop/MgAppLayout/MgAppLayout.csproj 2012-06-22 15:44:48 UTC (rev 6802)
+++ branches/2.4/MgDev/Desktop/MgAppLayout/MgAppLayout.csproj 2012-06-22 17:50:14 UTC (rev 6803)
@@ -29,6 +29,7 @@
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
+ <UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Modified: branches/2.4/MgDev/Desktop/MgAppLayout/Sheboygan.AppLayout
===================================================================
--- branches/2.4/MgDev/Desktop/MgAppLayout/Sheboygan.AppLayout 2012-06-22 15:44:48 UTC (rev 6802)
+++ branches/2.4/MgDev/Desktop/MgAppLayout/Sheboygan.AppLayout 2012-06-22 17:50:14 UTC (rev 6803)
@@ -23,7 +23,7 @@
</PropertyPane>
</InfoPane>
<Map>
- <MapDefinition>Library://FIELD DATA/Map/TABLET_BASE_MAPS.MapDefinition</MapDefinition>
+ <MapDefinition>Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition</MapDefinition>
</Map>
<Menu>
<Items>
@@ -317,7 +317,7 @@
</NameValue>
<NameValue>
<Name>MapDefinition</Name>
- <Value>Library://FIELD DATA/Map/TABLET_BASE_MAPS.MapDefinition</Value>
+ <Value>Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition</Value>
</NameValue>
</Properties>
</ComponentDefinition>
Modified: branches/2.4/MgDev/Desktop/MgDesktop/MgDesktop.vcxproj
===================================================================
--- branches/2.4/MgDev/Desktop/MgDesktop/MgDesktop.vcxproj 2012-06-22 15:44:48 UTC (rev 6802)
+++ branches/2.4/MgDev/Desktop/MgDesktop/MgDesktop.vcxproj 2012-06-22 17:50:14 UTC (rev 6803)
@@ -107,7 +107,7 @@
<TargetMachine>MachineX86</TargetMachine>
</Link>
<PostBuildEvent>
- <Command>xcopy /Y /I $(ProjectDir)Resources\*.* $(OutDir)Resources
+ <Command>xcopy /S /Y /I ..\..\Common\MapGuideCommon\Resources\*.* $(OutDir)Resources
xcopy /S /Y /I ..\..\Common\Schema\*.xsd $(OutDir)Schema
xcopy /Y $(ProjectDir)Platform.ini $(OutDir)
</Command>
@@ -138,7 +138,7 @@
<TargetMachine>MachineX86</TargetMachine>
</Link>
<PostBuildEvent>
- <Command>xcopy /Y /I $(ProjectDir)Resources\*.* $(OutDir)Resources
+ <Command>xcopy /S /Y /I ..\..\Common\MapGuideCommon\Resources\*.* $(OutDir)Resources
xcopy /S /Y /I ..\..\Common\Schema\*.xsd $(OutDir)Schema
xcopy /Y $(ProjectDir)Platform.ini $(OutDir)
</Command>
@@ -180,7 +180,7 @@
<TargetMachine>MachineX64</TargetMachine>
</Link>
<PostBuildEvent>
- <Command>xcopy /Y /I $(ProjectDir)Resources\*.* $(OutDir)Resources
+ <Command>xcopy /S /Y /I ..\..\Common\MapGuideCommon\Resources\*.* $(OutDir)Resources
xcopy /S /Y /I ..\..\Common\Schema\*.xsd $(OutDir)Schema
xcopy /Y $(ProjectDir)Platform.ini $(OutDir)
</Command>
@@ -214,7 +214,7 @@
<TargetMachine>MachineX64</TargetMachine>
</Link>
<PostBuildEvent>
- <Command>xcopy /Y /I $(ProjectDir)Resources\*.* $(OutDir)Resources
+ <Command>xcopy /S /Y /I ..\..\Common\MapGuideCommon\Resources\*.* $(OutDir)Resources
xcopy /S /Y /I ..\..\Common\Schema\*.xsd $(OutDir)Schema
xcopy /Y $(ProjectDir)Platform.ini $(OutDir)
</Command>
Modified: branches/2.4/MgDev/Desktop/UnitTest/UnitTest.vcxproj
===================================================================
--- branches/2.4/MgDev/Desktop/UnitTest/UnitTest.vcxproj 2012-06-22 15:44:48 UTC (rev 6802)
+++ branches/2.4/MgDev/Desktop/UnitTest/UnitTest.vcxproj 2012-06-22 17:50:14 UTC (rev 6803)
@@ -87,6 +87,7 @@
</Link>
<PostBuildEvent>
<Command>xcopy /S /Y ..\..\Common\bin\debug\*.* $(OutDir)
+xcopy /S /Y /I ..\..\Common\MapGuideCommon\Resources\*.* $(OutDir)Resources\
xcopy /S /Y /I ..\..\Oem\ACE\ACE_wrappers\lib\ACEd.dll $(OutDir)
xcopy /S /Y /I ..\..\Oem\dbxml\bin\debug\xerces-c_3_1mgD.dll $(OutDir)
xcopy /S /Y /I ..\..\Oem\geos-2.2.0\VisualStudio\Debug\GEOSd.dll $(OutDir)
@@ -103,7 +104,6 @@
xcopy /S /Y /I ..\..\UnitTest\TestData\ResourceService\*.* $(OutDir)..\UnitTestFiles\
xcopy /S /Y /I ..\..\UnitTest\TestData\Symbology\*.* $(OutDir)..\UnitTestFiles\
xcopy /S /Y /I ..\..\UnitTest\TestData\TileService\*.* $(OutDir)..\UnitTestFiles\
-xcopy /S /Y /I ..\TestProviderList\providers.xml $(OutDir)Fdo\
xcopy /S /Y /I ..\DesktopTestData\*.* $(OutDir)..\UnitTestFiles\
copy /Y $(OutDir)..\UnitTestFiles\UT_Parcels.sdf copy /Y $(OutDir)..\UnitTestFiles\UT_Parcels_Writeable.sdf
xcopy /S /Y /I ..\..\Oem\CsMap\Dictionaries\*.csd $(OutDir)Dictionaries\
@@ -135,6 +135,7 @@
</Link>
<PostBuildEvent>
<Command>xcopy /S /Y ..\..\Common\bin\debug\*.* $(OutDir)
+xcopy /S /Y /I ..\..\Common\MapGuideCommon\Resources\*.* $(OutDir)Resources\
xcopy /S /Y /I ..\..\Oem\ACE\ACE_wrappers\lib\ACEd.dll $(OutDir)
xcopy /S /Y /I ..\..\Oem\dbxml\bin\debug\xerces-c_3_1mgD.dll $(OutDir)
xcopy /S /Y /I ..\..\Oem\geos-2.2.0\VisualStudio\Debug\GEOSd.dll $(OutDir)
@@ -151,7 +152,6 @@
xcopy /S /Y /I ..\..\UnitTest\TestData\ResourceService\*.* $(OutDir)..\UnitTestFiles\
xcopy /S /Y /I ..\..\UnitTest\TestData\Symbology\*.* $(OutDir)..\UnitTestFiles\
xcopy /S /Y /I ..\..\UnitTest\TestData\TileService\*.* $(OutDir)..\UnitTestFiles\
-xcopy /S /Y /I ..\TestProviderList\providers.xml $(OutDir)Fdo\
xcopy /S /Y /I ..\DesktopTestData\*.* $(OutDir)..\UnitTestFiles\
copy /Y $(OutDir)..\UnitTestFiles\UT_Parcels.sdf copy /Y $(OutDir)..\UnitTestFiles\UT_Parcels_Writeable.sdf
xcopy /S /Y /I ..\..\Oem\CsMap\Dictionaries\*.csd $(OutDir)Dictionaries\
@@ -183,6 +183,7 @@
</Link>
<PostBuildEvent>
<Command>xcopy /S /Y ..\..\Common\bin\release\*.* $(OutDir)
+xcopy /S /Y /I ..\..\Common\MapGuideCommon\Resources\*.* $(OutDir)Resources\
xcopy /S /Y /I ..\..\Oem\ACE\ACE_wrappers\lib\ACE.dll $(OutDir)
xcopy /S /Y /I ..\..\Oem\dbxml\bin\xerces-c_3_1mg.dll $(OutDir)
xcopy /S /Y /I ..\..\Oem\geos-2.2.0\VisualStudio\Release\GEOS.dll $(OutDir)
@@ -199,7 +200,6 @@
xcopy /S /Y /I ..\..\UnitTest\TestData\ResourceService\*.* $(OutDir)..\UnitTestFiles\
xcopy /S /Y /I ..\..\UnitTest\TestData\Symbology\*.* $(OutDir)..\UnitTestFiles\
xcopy /S /Y /I ..\..\UnitTest\TestData\TileService\*.* $(OutDir)..\UnitTestFiles\
-xcopy /S /Y /I ..\TestProviderList\providers.xml $(OutDir)Fdo\
xcopy /S /Y /I ..\DesktopTestData\*.* $(OutDir)..\UnitTestFiles\
copy /Y $(OutDir)..\UnitTestFiles\UT_Parcels.sdf copy /Y $(OutDir)..\UnitTestFiles\UT_Parcels_Writeable.sdf
xcopy /S /Y /I ..\..\Oem\CsMap\Dictionaries\*.csd $(OutDir)Dictionaries\
@@ -235,6 +235,7 @@
</Link>
<PostBuildEvent>
<Command>xcopy /S /Y ..\..\Common\bin\release64\*.* $(OutDir)
+xcopy /S /Y /I ..\..\Common\MapGuideCommon\Resources\*.* $(OutDir)Resources\
xcopy /S /Y /I ..\..\Oem\ACE\ACE_wrappers\lib64\ACE.dll $(OutDir)
xcopy /S /Y /I ..\..\Oem\dbxml\bin64\xerces-c_3_1mg.dll $(OutDir)
xcopy /S /Y /I ..\..\Oem\geos-2.2.0\VisualStudio\Release64\GEOS.dll $(OutDir)
@@ -251,7 +252,6 @@
xcopy /S /Y /I ..\..\UnitTest\TestData\ResourceService\*.* $(OutDir)..\UnitTestFiles\
xcopy /S /Y /I ..\..\UnitTest\TestData\Symbology\*.* $(OutDir)..\UnitTestFiles\
xcopy /S /Y /I ..\..\UnitTest\TestData\TileService\*.* $(OutDir)..\UnitTestFiles\
-xcopy /S /Y /I ..\TestProviderList\providers.xml $(OutDir)Fdo\
xcopy /S /Y /I ..\DesktopTestData\*.* $(OutDir)..\UnitTestFiles\
copy /Y $(OutDir)..\UnitTestFiles\UT_Parcels.sdf copy /Y $(OutDir)..\UnitTestFiles\UT_Parcels_Writeable.sdf
xcopy /S /Y /I ..\..\Oem\CsMap\Dictionaries\*.csd $(OutDir)Dictionaries\
More information about the mapguide-commits
mailing list