I just learned how to integrate StyleCop into Visual Studio. Now it runs every build and its errors appears as warnings. Excelent!
Now I just want to do the same thing with FxCop, but even installing MSBuild Community Tasks and adding to the proj file:
<Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets"/>
Won't do. What else I have to do?