How to hide files generated by custom tool in Visual Studio

Posted by jws on Stack Overflow See other posts from Stack Overflow or by jws
Published on 2010-06-02T21:30:55Z Indexed on 2010/06/02 21:34 UTC
Read the original article Hit count: 247

WPF code behind is not displayed in the Visual Studio project view, yet is compiled with the project and is available in IntelliSense. This code behind file (Window1.g.i.cs, for example), is generated by a custom tool.

I would like the files generated by my custom tool to be hidden as well, but I cannot find any documentation on how this is done. How can I do this?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about visual-studio