From 0c25d5a3d2fe047dced9f7e5ffdebf8ce1bd2eef Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 18:22:44 +0000 Subject: Initial commit --- CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj | 135 ++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj') diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj new file mode 100644 index 0000000..d7fabd9 --- /dev/null +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {dbddd78c-6ddc-4fba-9b3c-fba74b592826} + CST116Ch9Debugging + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + \ No newline at end of file -- cgit v1.2.3