Ensuring destination with $(ProjectDir).

This commit is contained in:
Hailton de Castro
2012-06-08 23:29:15 -03:00
parent 5a4010f0b5
commit b8a2eca8a3

View File

@@ -929,7 +929,7 @@
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>echo "Copying .xml files for tests"
xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\ /y /s /q /d
xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\ /y /s /q</PostBuildEvent>
xcopy "$(ProjectDir)Data" "$(ProjectDir)..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\" /y /s /q /d
xcopy "$(ProjectDir)$(TargetFileName).config" "$(ProjectDir)..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\" /y /s /q</PostBuildEvent>
</PropertyGroup>
</Project>