From 3574cca5db98daa5264ea07d901fd366d07119ce Mon Sep 17 00:00:00 2001 From: Asahel Date: Mon, 29 Jan 2024 16:19:29 -0800 Subject: Spacing and headers --- Homework2/Homework2.vcxproj | 138 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 Homework2/Homework2.vcxproj (limited to 'Homework2/Homework2.vcxproj') diff --git a/Homework2/Homework2.vcxproj b/Homework2/Homework2.vcxproj new file mode 100644 index 0000000..2e8e8b3 --- /dev/null +++ b/Homework2/Homework2.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {7f7e5cf0-ca91-4f15-85df-5f84d0675f87} + 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