Search code examples
c#visual-studio-2010vsxvisual-studio-project

How to enumerate C# project files and update the header of a file?


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.


Solution

  • Check out the Visual Studio SDK at http://msdn.microsoft.com/en-us/library/bb166441.aspx and checking out the samples.