谁能指出我在 C# csproj 文件中有效的架构或属性列表?我看过,但似乎无法找到任何有关它的文档。
7619 次
2 回答
8
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
于 2010-04-13T17:53:39.697 回答