catch2/projects
Martin Hořeňovský 5202993555 Fix VS2017 approvals on AppVeyor
Because of a change in VS toolset, missing option <UseFullPaths>
is no longer interpreted as "don't pass /FC to the compiler", but
rather as "pass /FC to the compiler". This is problematic, because
/FC not only changes how much of the path is reporter by the compiler
(e.g. in `__FILE__` macro), but it also lower cases the path.

This lower-casing of the path broke our approval tests for VS2017
about 5 months ago.

Using CMake 3.13 (not yet released) would also let us fix it, but
for now we use a vcxproj.user file that is merged with the main project
and explicitly disables `/FC`.
2018-08-28 12:58:08 +02:00
..
ExtraTests Add ExtraTests infrastructure 2018-08-28 12:57:20 +02:00
SelfTest Update baselines 2018-08-24 13:31:51 +02:00
XCode/OCTest Reverted removal of #ifdef for chrono converters, and fixed in OC project a different way 2018-06-12 15:37:06 +01:00
CMakeLists.txt Fix VS2017 approvals on AppVeyor 2018-08-28 12:58:08 +02:00
Where did the projects go.txt Renamed missing project explainer filename 2017-01-09 21:59:53 +00:00