From 7ab5241b448d59d6808dfd866c090bf352d9a99d Mon Sep 17 00:00:00 2001 From: JacobAKnox <91796123+JacobAKnox@users.noreply.github.com> Date: Fri, 15 Oct 2021 11:32:51 -0700 Subject: Adding broken version of my code --- BrokenCode/BrokenCode.vcxproj | 147 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 BrokenCode/BrokenCode.vcxproj (limited to 'BrokenCode/BrokenCode.vcxproj') diff --git a/BrokenCode/BrokenCode.vcxproj b/BrokenCode/BrokenCode.vcxproj new file mode 100644 index 0000000..f62f047 --- /dev/null +++ b/BrokenCode/BrokenCode.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {a67c5459-e80c-4099-9e8d-749264353532} + BrokenCode + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + 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