added Umbraco.Web.UI containing only web rendering files

This commit is contained in:
shannon@ShandemVaio
2012-07-18 04:35:30 +06:00
parent 8046a778bd
commit 62f4db0b76
1363 changed files with 101455 additions and 2 deletions

View File

@@ -157,6 +157,9 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(TargetPath)" "$(ProjectDir)..\umbraco.presentation\bin\" /Y /F
xcopy "$(TargetPath)" "$(ProjectDir)..\Umbraco.Web.UI\bin\" /Y /F
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.