libxslt-win-build icon indicating copy to clipboard operation
libxslt-win-build copied to clipboard

Most of your XSLT projects are missing the UniversalCRT include and Library directories

Open dprophet opened this issue 5 years ago • 3 comments

Microsoft changed the Windows Kits a while ago. They factored out the C runtime pieces into its own area.

All of your XSLT projects are missing the $(UniversalCRT_IncludePath) and $(UniversalCRT_LibraryPath_x86)

I am working with VS2017. I can certainly give you a pull request for these projects if you want but I certainly cant give it for all of your supported VS versions.

dprophet avatar Apr 16 '19 19:04 dprophet