Even better

Posted by Zackary Geers on Geeks with Blogs See other posts from Geeks with Blogs or by Zackary Geers
Published on Thu, 04 Mar 2010 16:17:15 GMT Indexed on 2010/03/07 23:28 UTC
Read the original article Hit count: 283

Filed under:

This works slightly better then my previous version, it figures out the framework directory on the fly.

for /D %%d in (%systemroot%\Microsoft.NET\Framework\v4.0.*) do %%d\aspnet_compiler -v / -p "$(ProjectDir)\"

© Geeks with Blogs or respective owner