【发布时间】:2012-04-09 20:12:05
【问题描述】:
有人可以指点我参考 Visual Studio 中 csproj / vbproj 文件中使用的表达式语言的语法吗?我一直在看到如下用法:
<FilesForPackagingFromProject Include="%(CustomFiles.Identity)">
...我正在尝试理解“.Identity”位。
【问题讨论】:
-
好问题。我正在使用 Visual Studio 2012 Express,界面中存在一些限制,迫使我手动编辑项目的 .csproj 文件。我还想知道在哪里可以找到语法的文档。这个问题stackoverflow.com/questions/5129090/how-to-edit-csproj-file 有一些有用的参考资料。
-
这看起来是一个很好的起点:asp.net/web-forms/tutorials/deployment/…