From 34297a311ec5bd1e469f5a38d1c4965c4cc59240 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 18 Oct 2016 13:07:51 +1100 Subject: Visual Studio project for running unit tests makes it easier to debug them. Debugging visualizer for SplitVector helps understand state of objects. --- test/unit/UnitTester.vcxproj | 164 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 test/unit/UnitTester.vcxproj (limited to 'test/unit/UnitTester.vcxproj') diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj new file mode 100644 index 000000000..0554b68ba --- /dev/null +++ b/test/unit/UnitTester.vcxproj @@ -0,0 +1,164 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {35688A27-D91B-453A-8A05-65A7F28DEFBF} + Win32Proj + UnitTester + 8.1 + + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + Disabled + _CRT_SECURE_NO_WARNINGS=1;_SCL_SECURE_NO_WARNINGS=1;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\..\include\;..\..\src\;..\..\lexlib\ + + + Console + true + + + + + + + Level3 + Disabled + _CRT_SECURE_NO_WARNINGS=1;_SCL_SECURE_NO_WARNINGS=1;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\..\include\;..\..\src\;..\..\lexlib\ + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS=1;_SCL_SECURE_NO_WARNINGS=1;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\..\include\;..\..\src\;..\..\lexlib\ + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + _CRT_SECURE_NO_WARNINGS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ..\..\include\;..\..\src\;..\..\lexlib\ + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3