Get VS2008 to “tree-indent” partial classes (like code-behind files)
问题 I have created a multi plattform project, and everything works nicely, except one little things. When I add a specific plattform file, like: ServiceImpl.cs ServiceImpl.Desktop.cs it does not show up nicely in a tree fashion like in this article: Multi-Targeting (check the last image in the article to understand what I mean).. Any ideas how to "teach" VS 2008 to do this? With normal XAML and Code-Behind it works as usual... Ok, the answer worked perfect for a normal situation. Now, there is