Fixed multiple bugs. Core Reorganization. MTTRunner
- Fixed bug to remove comments and preprocessor directives from enums
- Fixed a bug that when the Working Directory did not exists, the newly created dir was assigned to LocalConvertDir instead of LocalWorkingDir.
- Separated the Converting logic and the MSBuildTask by moving the code to a ConvertService.
- Added a MTTRunner ConsoleApp to help in quickly running/debugging the ConvertService.
All thanks to BlueBasher.