From 837bfe8aac1539c94545802b623b12440ed9f870 Mon Sep 17 00:00:00 2001 From: Asahel Date: Mon, 12 Feb 2024 19:20:54 -0800 Subject: Added new files --- InClassExercise12/InClassExercise12.vcxproj | 139 ++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 InClassExercise12/InClassExercise12.vcxproj (limited to 'InClassExercise12/InClassExercise12.vcxproj') diff --git a/InClassExercise12/InClassExercise12.vcxproj b/InClassExercise12/InClassExercise12.vcxproj new file mode 100644 index 0000000..f534e3b --- /dev/null +++ b/InClassExercise12/InClassExercise12.vcxproj @@ -0,0 +1,139 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {6b08ef4e-6fb8-4d4a-9014-7c1b5d5b31fa} + InClassExercise12 + 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