Fixes 28247

[TFS Changeset #73908]
This commit is contained in:
hartvig
2010-07-25 21:10:33 +00:00
parent f6b9a46155
commit b820b40edd

View File

@@ -143,4 +143,7 @@
</Target>-->
<Target Name="AfterBuild">
</Target>
<PropertyGroup>
<PostBuildEvent>XCOPY "$(TargetPath)" "$(SolutionDir)\umbraco\presentation\bin" /Y</PostBuildEvent>
</PropertyGroup>
</Project>