[gurtle] r226 committed - Fixed issue #47, "Problem compiling project is checked out in path wit...

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 23, 2009, 2:21:26 PM10/23/09
to gurtle-...@googlegroups.com
Revision: 226
Author: azizatif
Date: Fri Oct 23 11:20:52 2009
Log: Fixed issue #47, "Problem compiling project is checked out in path
with spaces."


http://code.google.com/p/gurtle/source/detail?r=226

Modified:
/trunk/src/Gurtle/Gurtle.csproj

=======================================
--- /trunk/src/Gurtle/Gurtle.csproj Sun May 10 15:39:54 2009
+++ /trunk/src/Gurtle/Gurtle.csproj Fri Oct 23 11:20:52 2009
@@ -189,6 +189,6 @@
-->
<PropertyGroup>
<PostBuildEvent />
- <PreBuildEvent>if not exist
$(SolutionDir)gurtle\Properties\AssemblyInfoVersion.cs copy
$(SolutionDir)gurtle\Properties\AssemblyInfoVersion.0.cs
$(SolutionDir)gurtle\Properties\AssemblyInfoVersion.cs</PreBuildEvent>
+ <PreBuildEvent>if not
exist "$(SolutionDir)gurtle\Properties\AssemblyInfoVersion.cs"
copy "$(SolutionDir)gurtle\Properties\AssemblyInfoVersion.0.cs" "$(SolutionDir)gurtle\Properties\AssemblyInfoVersion.cs"</PreBuildEvent>
</PropertyGroup>
</Project>

Reply all
Reply to author
Forward
0 new messages