noah-severyn / SC4Cleanitol

Modern implementation of BSC Cleanitol TM 2013.
MIT License
0 stars 0 forks source link

Split to library #13

Closed noah-severyn closed 9 months ago

noah-severyn commented 9 months ago

Split the implementation of the Cleanitol functionality away from the UI, to allow for easier cross-platform implementations (including UI and command line implementations.

Introduced a new project containing the CleanitolEngine class that can be referenced from the application.

Also introduced a new command line project with initial implementation, and reorganized the project structure to better include current and future Cleanitol related projects.