Skip to content

Fixed multiple bugs. Core Reorganization. MTTRunner

Compare
Choose a tag to compare
@CodySchrank CodySchrank released this 05 Aug 20:01
· 66 commits to master since this release
  • 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.

MTT