[mapguide-commits] r6117 - trunk/Tools/Maestro/Maestro.AddIn.Local
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Sep 5 21:41:43 EDT 2011
Author: jng
Date: 2011-09-05 18:41:42 -0700 (Mon, 05 Sep 2011)
New Revision: 6117
Modified:
trunk/Tools/Maestro/Maestro.AddIn.Local/Maestro.AddIn.Local.csproj
Log:
Fix post build event
Modified: trunk/Tools/Maestro/Maestro.AddIn.Local/Maestro.AddIn.Local.csproj
===================================================================
--- trunk/Tools/Maestro/Maestro.AddIn.Local/Maestro.AddIn.Local.csproj 2011-09-05 12:53:16 UTC (rev 6116)
+++ trunk/Tools/Maestro/Maestro.AddIn.Local/Maestro.AddIn.Local.csproj 2011-09-06 01:41:42 UTC (rev 6117)
@@ -1015,6 +1015,6 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>$(ProjectDir)CS_Comp.exe /b $(ProjectDir)Dictionaries $(ProjectDir)Dictionaries</PreBuildEvent>
+ <PreBuildEvent>"$(ProjectDir)CS_Comp.exe" /b "$(ProjectDir)Dictionaries" "$(ProjectDir)Dictionaries"</PreBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file
More information about the mapguide-commits
mailing list