I need to suppress following warning in Visual Studio 2012:
A custom tool 'AutoRunCustomTool' is associated with file '', but the output of the custom tool was not found in the project. You may try re-running the custom tool by right-clicking on the file in the Solution Explorer and choosing Run Custom Tool.
The problem is that I can't find the code associated with that warning anywhere in the Web hence I am unable to suppress it in my project. Is there any way to find what the code is?
Thanks in advance