Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The build output directory for the CppUTest Visual Studio solution (CppUTest_VS201x.sln) was changed here, which breaks this starter project that depended on the previous path.
This change updates the project files for VS2019, updating the library paths to point to the updated output directory. There was also a preexisting bug in the Release configuration caused by unset include paths. This PR fixes that as well.
The other Visual Studio projects (VS2012, VS2010, etc.) will have to be updated as well.