From 6b96c90cfd259fa827178ee60e85263c1213cb41 Mon Sep 17 00:00:00 2001 From: Nataliia Brown Date: Sat, 13 Jan 2024 13:17:23 -0800 Subject: Init --- In Class Ex 4/Project1/Project1.vcxproj | 138 ++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 In Class Ex 4/Project1/Project1.vcxproj (limited to 'In Class Ex 4/Project1/Project1.vcxproj') diff --git a/In Class Ex 4/Project1/Project1.vcxproj b/In Class Ex 4/Project1/Project1.vcxproj new file mode 100644 index 0000000..9f08087 --- /dev/null +++ b/In Class Ex 4/Project1/Project1.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + 17.0 + Win32Proj + {96a723cb-b592-4678-a38d-9d2ddd8a25c5} + Project1 + 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 + + + + + + + + -- cgit v1.2.3 From ecfcfc0562e74a8ea099a6979bba694655b13a85 Mon Sep 17 00:00:00 2001 From: Nataliia Brown Date: Tue, 16 Jan 2024 23:48:54 -0800 Subject: Final commit --- In Class Ex 4/Project1/Project1.vcxproj | 37 +++++++++++++++------------------ 1 file changed, 17 insertions(+), 20 deletions(-) (limited to 'In Class Ex 4/Project1/Project1.vcxproj') diff --git a/In Class Ex 4/Project1/Project1.vcxproj b/In Class Ex 4/Project1/Project1.vcxproj index 9f08087..3871ffd 100644 --- a/In Class Ex 4/Project1/Project1.vcxproj +++ b/In Class Ex 4/Project1/Project1.vcxproj @@ -17,7 +17,6 @@ Release x64 - 17.0 @@ -53,27 +52,24 @@ true Unicode - - + + + + + + + + + + + + + - - - - - - - - - - - - - - Level3 @@ -130,9 +126,10 @@ true - - + + + - + \ No newline at end of file -- cgit v1.2.3