Closed crazylexa closed 9 years ago
Ullink » gradle-msbuild-plugin #6 FAILURE Looks like there's a problem with this pull request (what's this?)
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.
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.