From 962c0b48fdf96d137c70b1054f822ad9e0acedd3 Mon Sep 17 00:00:00 2001 From: Nataliia Brown Date: Sat, 13 Jan 2024 12:37:45 -0800 Subject: Created a forlder --- InClassExercise3/Project1/IN-class.cpp | 17 +++ InClassExercise3/Project1/Project1.vcxproj | 135 +++++++++++++++++++++ InClassExercise3/Project1/Project1.vcxproj.filters | 22 ++++ 3 files changed, 174 insertions(+) create mode 100644 InClassExercise3/Project1/IN-class.cpp create mode 100644 InClassExercise3/Project1/Project1.vcxproj create mode 100644 InClassExercise3/Project1/Project1.vcxproj.filters (limited to 'InClassExercise3/Project1') diff --git a/InClassExercise3/Project1/IN-class.cpp b/InClassExercise3/Project1/IN-class.cpp new file mode 100644 index 0000000..48468dd --- /dev/null +++ b/InClassExercise3/Project1/IN-class.cpp @@ -0,0 +1,17 @@ +// Name: Nataliia Brown +// Date: 1/13/24 +// Class: CST 116 +// Assignment: InClass Exercise 3 + + + + +int main() +{ + + + + + + return 0: +} \ No newline at end of file diff --git a/InClassExercise3/Project1/Project1.vcxproj b/InClassExercise3/Project1/Project1.vcxproj new file mode 100644 index 0000000..0cbd278 --- /dev/null +++ b/InClassExercise3/Project1/Project1.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {c2a037cf-2512-4b82-923a-19ee72672407} + 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 + + + + + + + + + \ No newline at end of file diff --git a/InClassExercise3/Project1/Project1.vcxproj.filters b/InClassExercise3/Project1/Project1.vcxproj.filters new file mode 100644 index 0000000..b9155a1 --- /dev/null +++ b/InClassExercise3/Project1/Project1.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3