views:

38

answers:

1

Can somebody help me on enumerating a C# project files and update the cs file headers in Visual Studio 2010? Any helpful code snippet or a pointer to that would be highly appreciated.

A: 
  1. Search for all .csproj files in a folder and it's subfolders using your favorite file manager, (eg. FAR Manager, Total Commander etc.).
  2. To perform search and replace in .cs files you can use S&R plugin for FAR Manager (freeware) or "Advanced Find And Replace" application (shareware, but more powerful).
Eugene Mayevski 'EldoS Corp
I want to do it within VS, not from outside of VS. I just want to create a extension which will do that.
Anindya Chatterjee