I am working on a project that will require me to take various .vbproj and .csproj files and determine which version of Visual Studio they built, and then get information such as the name of the output dll, etc.
Does anyone know if there is a schema for these files? Google searches and MSDN are a bit empty.
Visual Studio Versions
I should also note that I need this for future 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 #)
source share