mdabros / SharpLearning

Machine learning for C# .Net
MIT License
384 stars 85 forks source link

Add .props and .targets to reduce duplication in project files #149

Closed mdabros closed 10 months ago

mdabros commented 10 months ago

Next step in modernizing the project. This PR adds .props and .targets to reduce duplication in the project files (which is nice since there are so many project files). The chosen solution is loosely based on the structure used in the excellent https://github.com/nietras/Sep project.

Besides this rather large change, this PR also adds some convenience folders in the solution, and removes some older build and test scripts.

Version has been incremented to 0.31.9 but this version will not be released. I will release a new version once all the cleanup/modernization steps has been completed.