Hello,
I need to run StyleCop every time a website project is built in a development machine. I am able to run StyleCop automatically in projects which contains *.csproj files, however Website projects doesn't have such files.
Is there a easy way to do that?
Thanks in advance.