In Visual Studio (2008) is there a way to have a custom dependent file on another custom file?

There is VSCommands add-in which allow you to configure dependant files directly from IDE

Link updated, previous was http://mokosh.co.uk/vscommands

FYI: When VSCommands is installed, just select all the files you want to be Dependant and the root file, then Right Click -> Group Items… and VSCommands will ask which of the files you would like to be the root file.

Leave a Comment