From d69e94483a67629a8ed2b38e31e1e96a37ebcf64 Mon Sep 17 00:00:00 2001 From: raquelc Date: Mon, 29 Jan 2024 20:07:36 -0800 Subject: complete hw2 --- homework-2/homework-2.vcxproj | 138 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 homework-2/homework-2.vcxproj (limited to 'homework-2/homework-2.vcxproj') diff --git a/homework-2/homework-2.vcxproj b/homework-2/homework-2.vcxproj new file mode 100644 index 0000000..c6ca9c0 --- /dev/null +++ b/homework-2/homework-2.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {fc542ae4-5daf-47a0-b874-9ec5ac452cba} + homework2 + 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