From 0d066ba05f3a9a63e3821fc8eb25d89ba8dfd3e9 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:43:36 +0000 Subject: Initial commit --- .../Ch 5 Debugging Project.vcxproj | 147 +++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj') diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj new file mode 100644 index 0000000..b6da2fe --- /dev/null +++ b/Ch 5 Debugging Project/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 + 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