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.
Visual Studio Versions
I should also note that I need this for the following versions of Visual Studio
- Visual Studio 2003 (VB Language Only)
- Visual Studio 2005 (VB and C#)
- Visual Studio 2008 (VB and C#)
- Visual Studio 2010 (VB and C#)