I have few projects in my solution, MVC applications which does some copying, those are static files like stylesheet, scripts etc. so I need a way to run it without having to build project every time I change something. My post build action uses variables like $(SolutionDir)
Is it possible to run post build event from macro?