Version 0.5.0
- Moved Layout Parser from dll to external application. This allows to use a 64 bit parser on VS 2017 and 2019 and avoid crashing the IDE if clang hangs.
- Visual Studio 2022 Support.
- Added entry in the Options to specify where the external Layout Parser should deposit its output.

- Added macro to use for the options parameters: $(ExtensionInstallationDir) The directory where the Extension is installed.
- We can now set personal defaults in the settings for the layout viewer window.

- Improved layout for 0 sized structures ( Empty Base Optimizations ).

- Minor refactors and fixes.