jwgrenning / cpputest-starter-project-vs

A cpputest starter project with instructions for visual studio
Other
20 stars 12 forks source link

Update Visual Studio 2019 solution #6

Open Mode-77 opened 6 months ago

Mode-77 commented 6 months ago

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.