VS Project XML Schema (.csproj schema)

  • Thread starter Thread starter Rizaan Jappie via DotNetMonster.com
  • Start date Start date
R

Rizaan Jappie via DotNetMonster.com

hi

where can I find the Visual Studio.Net Project XML Schema (.csproj schema) for c#. I need to build a DOM (document object model) that automates the process of creating c# project files(.csproj)

thanks
 
Rizaan,

What you are looking at is actually a file for MSBUILD. Check your
framework directory for MSBUILD.xsd. That is the schema for the project
file.

Hope this helps.
 
Back
Top