Working with .NET Project Files and Schemas?

Posted by Mitchel Sellers on Stack Overflow See other posts from Stack Overflow or by Mitchel Sellers
Published on 2010-03-30T19:36:00Z Indexed on 2010/03/30 19:43 UTC
Read the original article Hit count: 457

Filed under:
|
|

I'm working on a project that will require me to take various .vbproj and .csproj files and determine which version of Visual Studio they were built with and then to get information such as the output dll name etc.

Does anyone know if there is a schema available for these files? Google and MSDN searches are coming up a bit blank.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio