From fc22e8deae280c76971c36c82cee59133a506756 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 22:57:47 +0000 Subject: Initial commit --- CST116F2021-Lab8/CST116F2021-Lab8.vcxproj | 147 ++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 CST116F2021-Lab8/CST116F2021-Lab8.vcxproj (limited to 'CST116F2021-Lab8/CST116F2021-Lab8.vcxproj') diff --git a/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj b/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj new file mode 100644 index 0000000..00a34aa --- /dev/null +++ b/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {74897e6b-3807-4bcc-8852-742973fd591c} + CST116F2021Lab8 + 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