1. doc\BUILD_ON_WINDOWS.md
2. frontend\scripts\makefile\env.toml
- break down install_targets task into 3 platform specific tasks
- only install necessary targets for specfic platform
1. doc\BUILD_ON_WINDOWS.md
- add command for building development version
2. .vscode\tasks.json
- Enable vscode to launch debug session on windows
3. frontend\scripts\makefile\env.toml
- Fix "Command : dart not found." on windows
4. frontend\Makefile.toml
- Change profile name "env.development-windows" to "env.development-desktop-windows-x86"