From 5d4afe5afd252ac20c81d3ac734701c09eec144b Mon Sep 17 00:00:00 2001 From: teddy Date: Tue, 14 Nov 2023 21:23:25 +0000 Subject: [PATCH] Revert "Delete FEA.vcxproj" This reverts commit 6869b37b1d73c5b84c367f1d315796496d31f155. --- FEA.vcxproj | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 FEA.vcxproj diff --git a/FEA.vcxproj b/FEA.vcxproj new file mode 100644 index 0000000..f53de1f --- /dev/null +++ b/FEA.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {ae6c5343-7477-486a-a4c3-d0ecd71fd84a} + FEA + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + C:\Users\edwar\OneDrive\Documents\Programming\Visual Studio 2022\C++\FEA\library_cpp;$(IncludePath) + $(LibraryPath) + + + + 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 + stdcpp20 + + + Console + true + %(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + + + + + \ No newline at end of file