내 VS2010에서 솔루션을 빌드 할 때 Microsoft.Common.Targets 파일에 100 개가 넘는 경고가 있습니다. 프로그램을 빌드, 게시 또는 실행하려고하면 경고 만 표시되지만 더 많은 정보를 얻기 위해 두 번 클릭하면 Microsoft.Common.Targets가 팝업되고 경고 메시지가 모두 표시됩니다.
이 Microsoft.Common.Targets 파일은 .net 프레임 워크의 일부이며 MSBuild 내장 대상 등이 있으며 속성 창에 적절한 스키마가 연결되어 있습니다.
몇 가지 경고 예 (100 개 중 2 개) :
Warning 2 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBeforeMicrosoftCommonTargets' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets 22 10 Miscellaneous Files
Warning 3 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element '_OriginalConfiguration' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets 60 10 Miscellaneous Files
이 파일이 내 프로젝트의 일부가 아닌 경우 내 편집기에서 갑자기 나타나는 이유와 빌드하는 동안 Visual Studio에이 프레임 워크 파일을 무시하도록 지시하는 방법입니다.