From f7213799a079d48abc4e3b6627ac8ecbe6fb51f6 Mon Sep 17 00:00:00 2001 From: JacobAKnox <91796123+JacobAKnox@users.noreply.github.com> Date: Sat, 9 Oct 2021 10:49:57 -0700 Subject: 4b programs and runs --- 4b/5.10Programming/5.10Programming.vcxproj | 147 +++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 4b/5.10Programming/5.10Programming.vcxproj (limited to '4b/5.10Programming/5.10Programming.vcxproj') diff --git a/4b/5.10Programming/5.10Programming.vcxproj b/4b/5.10Programming/5.10Programming.vcxproj new file mode 100644 index 0000000..355aa8b --- /dev/null +++ b/4b/5.10Programming/5.10Programming.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {2dae3ef1-6f99-47c6-8e8a-0039a1d43add} + My510Programming + 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