I am working on a project using the NETMF Microframework on STM32. An MSBuild file already exists for the project and arm compiler directories are set through a build.props files.
The build is controlled by a number of project files all called from a single MSBuild project file.
I would like to use the existing structure, project files and build properties files and create a solution and use VisualGDB for debugging.
Is there any way of doing this?
Regards,
Mark