From 1c56f86409f5a031e6dab4d8c23e38123dc9a9ef Mon Sep 17 00:00:00 2001 From: Asahel Date: Fri, 16 Feb 2024 21:16:46 -0800 Subject: Changes --- Lab1/Lab1.vcxproj | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 Lab1/Lab1.vcxproj (limited to 'Lab1/Lab1.vcxproj') diff --git a/Lab1/Lab1.vcxproj b/Lab1/Lab1.vcxproj new file mode 100644 index 0000000..e38ed24 --- /dev/null +++ b/Lab1/Lab1.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {eda67c16-3131-4811-9b3f-3bf2ac180807} + Lab1 + 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