Fixing project file

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-02-13 10:29:59 -08:00
parent e373dd7986
commit 67f9c6c569
5 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@
<Target Name ="Build">
<CallTarget Targets="Clean"/>
<CallTarget Targets="Compile"/>
<CallTarget Targets="Test"/>
<!--<CallTarget Targets="Test"/>-->
<CallTarget Targets="Package"/>
</Target>