【发布时间】:2012-09-11 14:23:41
【问题描述】:
我有一个非常大的 C# 项目,有 100 多个警告,全部由文件触发:
Microsoft.CppBuild.targets
有没有办法抑制这些类型的警告:
The element 'ResourceCompile' in namespace
'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element
'MinimalRebuildFromTracking' in namespace
'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements
expected: 'Culture, PreprocessorDefinitions, UndefinePreprocessorDefinitions,
AdditionalIncludeDirectories, IgnoreStandardIncludePath, ShowProgress,
NullTerminateStrings, SuppressStartupBanner, ResourceOutputFileName' in namespace
'http://schemas.microsoft.com/developer/msbuild/2003'. C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets 172 10
Miscellaneous Files
其他警告开头为:
The Element 'Midl' ...
The Element 'PropertyGroup' ...
The Element 'Manifest' ...
The Element 'Link' ...
The Element 'ItemGroup' ...
The Element 'ClCompile' ...
环境
- Visual Studio 2010 SP1
- 锐化器
【问题讨论】:
标签: c# visual-studio-2010 .net-4.0