XML in the csproj file

元气小坏坏 提交于 2019-12-13 12:58:37

问题


Can anyone point me to a schema or a list of properties valid inside the C# csproj file? I've looked, but don't appear to be able to find any documentation on it.


回答1:


You mean something like this documentation? A reference can be found here




回答2:


This was already answered here...

Csproj are actually MSBuild files and I think the reference can be found here:

MSBuild Project File Schema Reference

The schema used by VS (VS 2008) is located here:

C:\Program Files\Microsoft Visual Studio 9.0\Xml\Schemas\1033\MSBuild\Microsoft.Build.Core.xsd



来源:https://stackoverflow.com/questions/2631819/xml-in-the-csproj-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!