From ef3cbaeed6a11e23d590295b63c546838e5270b4 Mon Sep 17 00:00:00 2001 From: Matthew Taeza Date: Sun, 2 Oct 2022 13:36:26 -0700 Subject: Final Commit --- .../Ch 5 Debugging Project.vcxproj | 147 +++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 CST116-Debugging-Taeza/Ch 5 Debugging Project.vcxproj (limited to 'CST116-Debugging-Taeza/Ch 5 Debugging Project.vcxproj') diff --git a/CST116-Debugging-Taeza/Ch 5 Debugging Project.vcxproj b/CST116-Debugging-Taeza/Ch 5 Debugging Project.vcxproj new file mode 100644 index 0000000..8134b50 --- /dev/null +++ b/CST116-Debugging-Taeza/Ch 5 Debugging Project.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {57683855-4fb5-44ec-a27a-69826948f323} + Ch5DebuggingProject + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + 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