Migrate the CorePlugin project to a new repository.
Utilize the Source Code Generator to automatically generate enumerations when modifying text resource files.
PR type
What is the purpose of this PR?
Code style
What is the current behavior?
Modifications to the core repository may introduce pull requests that are unrelated to the main project, which, in the long run, can impede maintainability.
Every time I add new textual resources, I always have to begin by incorporating new enumerations, followed by modifying the resw file. It can be quite cumbersome at times.
What is the new behavior?
Divide the project in order to separately maintain the core library.
Introducing a source code generator would allow for the modification of the resw files, thereby enabling the automatic generation of enumerations.
PR checklist
Please check that your PR meets the following requirements:
[x] App successfully launched
[x] File headers have been added to all source files
Description
This is a code refactoring endeavor.
PR type
What is the purpose of this PR?
What is the current behavior?
What is the new behavior?
PR checklist
Please check that your PR meets the following requirements: