Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
590 views
in Technique[技术] by (71.8m points)

visual studio - Where can I find the schema (XSD) for a .csproj file?

Where can I find the W3C XML Schema (XSD) for a .csproj file, for Visual Studio 2008?

It seems like this should be obvious, but I spent some time and haven't found one.

I looked in %VS2008%xmlSchemas, no joy. no joy searching the 'tubes either.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The csproj files are in fact MSBuild files. The xsd for those can be found here:

%windir%Microsoft.NETFramework[framework version]Microsoft.Build.xsd

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...