[mapguide-commits] r8165 - trunk/MgDev/UnitTest/WebTier/DotNet/MgTestRunner

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 26 20:12:19 PDT 2014


Author: jng
Date: 2014-05-26 20:12:19 -0700 (Mon, 26 May 2014)
New Revision: 8165

Modified:
   trunk/MgDev/UnitTest/WebTier/DotNet/MgTestRunner/MgTestRunner.csproj
Log:
DotNet test runner: Copy mapguide_en.res from Common/MapGuideCommon/Resources instead of the platform-specific mapagent dir

Modified: trunk/MgDev/UnitTest/WebTier/DotNet/MgTestRunner/MgTestRunner.csproj
===================================================================
--- trunk/MgDev/UnitTest/WebTier/DotNet/MgTestRunner/MgTestRunner.csproj	2014-05-26 17:01:06 UTC (rev 8164)
+++ trunk/MgDev/UnitTest/WebTier/DotNet/MgTestRunner/MgTestRunner.csproj	2014-05-27 03:12:19 UTC (rev 8165)
@@ -99,7 +99,7 @@
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
     <PostBuildEvent>copy /Y "$(SolutionDir)Libs\*.*" "$(TargetDir)"
-xcopy /S /Y /I $(SolutionDir)..\..\..\Web\src\mapagent\Resources "$(TargetDir)\Resources"</PostBuildEvent>
+xcopy /S /Y /I $(SolutionDir)..\..\..\Common\MapGuideCommon\Resources "$(TargetDir)\Resources"</PostBuildEvent>
   </PropertyGroup>
   <PropertyGroup>
     <PreBuildEvent>call "$(SolutionDir)prebuild.bat" "$(ConfigurationName)" "$(PlatformName)"</PreBuildEvent>



More information about the mapguide-commits mailing list