views:

41

answers:

1

I used to have a nice little Visual Studio Add-In that allowed me to group files by simply right clicking on them.

It used to modify the csproj file in the background and add the relevant attributes.

I have just rebuilt my machine and can't find the add-in anywhere. So just wondered if anyone knows of a similar one?

+4  A: 

It's ok, found it in the end.

Link is here if anyone is interested... http://mokosh.co.uk/vscommands/

MarkB29