From 892e2808ec0b280b653d1ac2f04fff9238fc5427 Mon Sep 17 00:00:00 2001 From: Asahel Date: Fri, 1 Mar 2024 11:36:05 -0800 Subject: Added contact list --- Homework 7/Homework 7.vcxproj | 135 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 Homework 7/Homework 7.vcxproj (limited to 'Homework 7/Homework 7.vcxproj') diff --git a/Homework 7/Homework 7.vcxproj b/Homework 7/Homework 7.vcxproj new file mode 100644 index 0000000..430a9a5 --- /dev/null +++ b/Homework 7/Homework 7.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {fd26f97b-b4ac-4e7e-8ed6-9e0ffac3865a} + Homework7 + 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