From e26193a5ec0d90beffee38a4cc27f63021bad9fe Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Wed, 12 Oct 2022 12:24:01 -0700 Subject: Added flowchart & renamed --- .../CST116-Ch8-Debugging-Ahmed.vcxproj | 141 +++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 CST116-Ch8-Debugging-Ahmed/CST116-Ch8-Debugging-Ahmed.vcxproj (limited to 'CST116-Ch8-Debugging-Ahmed/CST116-Ch8-Debugging-Ahmed.vcxproj') diff --git a/CST116-Ch8-Debugging-Ahmed/CST116-Ch8-Debugging-Ahmed.vcxproj b/CST116-Ch8-Debugging-Ahmed/CST116-Ch8-Debugging-Ahmed.vcxproj new file mode 100644 index 0000000..55000cf --- /dev/null +++ b/CST116-Ch8-Debugging-Ahmed/CST116-Ch8-Debugging-Ahmed.vcxproj @@ -0,0 +1,141 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {15fb2850-7b95-4328-9080-89f6cea8e210} + CST116Ch8Debugging + 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