Visual Studio Proj File Help
- by Alex Baranosky
I would like to reconfigure the StyleCop import path in my project file. Currently it looks like this:
<Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.3\Microsoft.StyleCop.targets" />
I would like to include the Microsoft.StyleCop.targets file in my project directory, and thus do something like this:
<Import…