Our company recently started using a lot of
.props files, with a master
Directory.Build.props file with our Visual Studio 2017 setup. That master props file defines a standard way of addressing a 'dependencies' props file, which includes many other props files to constitute the full project.
Slick does not seem to process these dependencies, so when I point it at an .sln, it does not know about the vast majority of the files in the project. I haven't found anything in some searches for this issue, so I'm not sure how widely used this is.
Any plans to add support for the
Directory.Build.props file, or do I need to build my slick projects manually like back in the old days

Thanks--