cpputest-starter-project-vs
cpputest-starter-project-vs copied to clipboard
Update Visual Studio 2019 solution
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.