Itiviti / gradle-msbuild-plugin

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

Update ProjectFileParser.groovy #3

Closed crazylexa closed 9 years ago

crazylexa commented 11 years ago

On 64 bit systems, the default variable MSBuildExtensionsPath = MSBuildExtensionsPath64. However, the default installation path of WinPhone sdk contains MSBuildExtensionsPath32. So plugin search imports from autogenerated *.csproj file, which contain $(MSBuildExtensionsPath), in MSBuildExtensionsPath64, but it is contained in MSBuildExtensionsPath32. With this change plugin trying to find the imports in MSBuildExtensionsPath64. Then if the exception plugin trying to find the imports in MSBuildExtensionsPath32.

buildhive commented 11 years ago

Ullink » gradle-msbuild-plugin #6 FAILURE Looks like there's a problem with this pull request (what's this?)

gluck commented 9 years ago

No longer relevant of latest version, the home\hand-made parser was a bad idea from the beginning.

Hope things will work out for you with this one.