See #60 - the projects are not added with the correct Configuration name. Because the build configuration in the solution name is with a space and the ones specified in the project file needs to be without.
Description of the Change
When adding the project build configuraitons i just remove spaces from the build configuration.
Benefits
This will ensure that the build configurations are seen correctly and used by visual studio.
Requirements
See #60 - the projects are not added with the correct Configuration name. Because the build configuration in the solution name is with a space and the ones specified in the project file needs to be without.
Description of the Change
When adding the project build configuraitons i just remove spaces from the build configuration.
Benefits
This will ensure that the build configurations are seen correctly and used by visual studio.
Possible Drawbacks
None-