问题
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?
来源:https://stackoverflow.com/questions/21892069/running-post-build-event-from-macro