How to hide files generated by custom tool in Visual Studio

后端 未结 4 1552
我寻月下人不归
我寻月下人不归 2020-12-04 10:06

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

An example of what I\'m looking for is WPF

4条回答
  •  悲哀的现实
    2020-12-04 10:35

    I think you want to look here: http://msdn.microsoft.com/en-us/library/ms171453.aspx.

    Specifically, the "Creating Items During Execution" section.

提交回复
热议问题