I have a very large C# project, with over 100 warnings, all triggered by the file:
Microsoft.CppBuild.targets
Is there a way to suppress these types of warnings:
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
Other warnings start with:
The Element 'Midl' ...
The Element 'PropertyGroup' ...
The Element 'Manifest' ...
The Element 'Link' ...
The Element 'ItemGroup' ...
The Element 'ClCompile' ...
Environment
- Visual Studio 2010 SP1
- ReSharper
Solution was to close the file “Microsoft.CppBuild.targets”.