From f7213799a079d48abc4e3b6627ac8ecbe6fb51f6 Mon Sep 17 00:00:00 2001 From: JacobAKnox <91796123+JacobAKnox@users.noreply.github.com> Date: Sat, 9 Oct 2021 10:49:57 -0700 Subject: 4b programs and runs --- .../5.9Debugging Exercise.vcxproj | 147 +++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 4b/5.9Debugging Exercise/5.9Debugging Exercise.vcxproj (limited to '4b/5.9Debugging Exercise/5.9Debugging Exercise.vcxproj') diff --git a/4b/5.9Debugging Exercise/5.9Debugging Exercise.vcxproj b/4b/5.9Debugging Exercise/5.9Debugging Exercise.vcxproj new file mode 100644 index 0000000..c28bad7 --- /dev/null +++ b/4b/5.9Debugging Exercise/5.9Debugging Exercise.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {71e26477-7222-4864-93a7-42aa82e2fb6e} + My59DebuggingExercise + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + 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