How to hide files generated by custom tool in Visual Studio
- by jws
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?