clariuslabs / TransformOnBuild

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

Adds support for finding TextTransform.exe on VS2017 #44

Closed leonardochaia closed 6 years ago

leonardochaia commented 6 years ago

Credits to lokitoh PR #43. Adds support for Visual Studio Community.

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

VladimirRybalko commented 6 years ago

Hello @mnaoumov , @kzu Is your project on ongoing development? Seems that TransformOnBuild is on hold now. It's disaster because it's a very useful and well project. Could you come back and apply all waiting PRs please?

If you don't have enough time for that, may be you will consider to transfer project someone else?

mnaoumov commented 6 years ago

Hi @VladimirRybalko Yes, I did not look into the project it for a while. I'll take a look on PRs shortly

VladimirRybalko commented 6 years ago

Hi @mnaoumov It's cool! Could you also deploy a new nuget package after applying all PRs? Thanks in advance.