1

非常に大きな 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' ...

環境

  • ビジュアル スタジオ 2010 SP1
  • リシャーパー
4

1 に答える 1

6

解決策は、ファイル「Microsoft.CppBuild.targets」を閉じることでした。

于 2012-09-11T14:34:35.940 に答える