From 915a3a6bf320992cee9aa91b142a2b3f64deec07 Mon Sep 17 00:00:00 2001 From: Asahel Date: Tue, 30 Jan 2024 17:13:48 -0800 Subject: Started and entered files --- Homework3/Homework3.vcxproj | 138 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 Homework3/Homework3.vcxproj (limited to 'Homework3/Homework3.vcxproj') diff --git a/Homework3/Homework3.vcxproj b/Homework3/Homework3.vcxproj new file mode 100644 index 0000000..dc8ade3 --- /dev/null +++ b/Homework3/Homework3.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {d8f78b8d-d63b-4fa7-8a5e-e6ea8158806e} + Homework3 + 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