From fa5c27c9b5991f2daf526eb5fdd3e41200afa63e Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sun, 17 Jan 2021 16:15:37 -0800 Subject: Try adding app2 --- App2/App2.vcxproj | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 App2/App2.vcxproj (limited to 'App2/App2.vcxproj') diff --git a/App2/App2.vcxproj b/App2/App2.vcxproj new file mode 100644 index 0000000..5b8923a --- /dev/null +++ b/App2/App2.vcxproj @@ -0,0 +1,168 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {5a4e859a-9756-463e-86e6-6eadbba23021} + App2 + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + ChallengeRandomizer + + + false + ChallengeRandomizer + + + true + ChallengeRandomizer + + + false + ChallengeRandomizer + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp17 + ..\Source;%(AdditionalIncludeDirectories) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp17 + ..\Source;%(AdditionalIncludeDirectories) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp17 + ..\Source;%(AdditionalIncludeDirectories) + true + MultiThreadedDebug + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp17 + ..\Source;%(AdditionalIncludeDirectories) + true + MultiThreaded + + + Console + true + true + true + + + + + + + + + + + + \ No newline at end of file -- cgit 1.4.1