subatta / ResolveUR

Resolves unused references of Visual Studio Solutions
26 stars 16 forks source link

Add search for MSBuild.exe in the current VS2017 install folder #7

Closed Allinuon closed 7 years ago

Allinuon commented 7 years ago

Fixes for issue #6

It seems to be caused by the new syntax options in C# 7 which requires MSBuild 15; ResolveUR only supports version 14 and earlier.

I added logic to check the following paths for the current MSBuild.exe:

subatta commented 7 years ago

Thanks for that PR!