Advertisement
neric

MvcBuildViews1

Nov 26th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.31 KB | None | 0 0
  1. <MvcBuildViews>true</MvcBuildViews>
  2.  
  3. <!-- Vérifier également que vous disposez bien de l’élément XML suivant :  -->
  4.  
  5. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  6.     <AspNetCompiler VirtualPath="temp" PhysicalPath="$(MSBuildProjectDirectory)" />
  7. </Target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement