I\'ve read about the use of \"Custom.Before.Microsoft.Common.targets\" and \"Custom.After.Microsoft.Common.targets\" in order to execute a custom target before/after every p
You can also add project content into one of *.props files from directory %LOCALAPPDATA%\Microsoft\MSBuild\v4.0\
*.props
%LOCALAPPDATA%\Microsoft\MSBuild\v4.0\
It make same effect.