clariuslabs / TransformOnBuild

Transform Text Templates On Build
Apache License 2.0
48 stars 17 forks source link

Update tool search logic to work in VS2017 #43

Closed lokitoth closed 6 years ago

lokitoth commented 6 years ago

As of VS2017, the location of the TextTransform.exe file has changed from the Common Program Files location to <ProgramFiles(X86)>\Microsoft Visual Studio\2017\\Common7\IDE as per https://docs.microsoft.com/en-us/visualstudio/modeling/generating-files-with-the-texttransform-utility

As well, when VS 2017 Preview is installed, it is located in <ProgramFiles(X86)>\Microsoft Visual Studio\Preview\\Common7\IDE.

Resolves #42

leonardochaia commented 6 years ago

+1

kzu commented 6 years ago

Happy to merge if you can add Community too :)

mnaoumov commented 6 years ago

Fixed with #49