【发布时间】:2011-12-01 16:45:20
【问题描述】:
我已尝试按照说明that the warning message links to 进行操作,但在构建操作列表中没有CodeAnalysisDictionary 的条目。我已经尝试手动编辑 .csproj 文件,其方式与此处为 C++ 文件建议的方式类似——我已添加
<ItemGroup>
<Content Include="CustomDictionary.xml" />
</ItemGroup>
在其他 ItemGroup 元素之一之后,但这似乎也不起作用。
有什么想法吗?
【问题讨论】:
标签: c# visual-studio-2010