Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
102 stars 57 forks source link

Attribute "label" in element "import" is unrecognized. #52

Closed magmax closed 8 years ago

magmax commented 8 years ago

While parsing my solution:

Parsing file whatever.sln ...
Error during project file parsing: Microsoft.Build.BuildEngine.InvalidProjectFileException: The attribute "Label" in element <Import> is unrecognized.  c:\foo\bar.csproj

The csproj file contains:

<Import Project="$(SlowCheetahTargets)" Condition="Exists('$(SlowCheetahTargets)')" Label="SlowCheetah" />

With the offending attribute.

IMHO, the parser should ignore any non-known attribute.