From 33a01d3bc2d14343edddb94e562931355babc68d Mon Sep 17 00:00:00 2001 From: Asahel Date: Wed, 31 Jan 2024 12:17:02 -0800 Subject: spacing and files --- InClassExercise8/InClassExercise8.vcxproj | 139 ++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 InClassExercise8/InClassExercise8.vcxproj (limited to 'InClassExercise8/InClassExercise8.vcxproj') diff --git a/InClassExercise8/InClassExercise8.vcxproj b/InClassExercise8/InClassExercise8.vcxproj new file mode 100644 index 0000000..7823a79 --- /dev/null +++ b/InClassExercise8/InClassExercise8.vcxproj @@ -0,0 +1,139 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {f973cf7a-fde9-4fa1-af06-52728416cf98} + InClassExercise8 + 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