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:
- Search for all .csproj files in a folder and it's subfolders using your favorite file manager, (eg. FAR Manager, Total Commander etc.).
- 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
2010-10-15 19:30:40
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
2010-10-17 05:41:26