VS Project XML Schema (.csproj schema)

  • Thread starter Rizaan Jappie via DotNetMonster.com
  • 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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top