From a069f40055a8e1db3347e5f08d971b1c01fa23e7 Mon Sep 17 00:00:00 2001 From: pn5fczwg2 <2062964637@qq.com> Date: Wed, 16 Apr 2025 21:07:40 +0800 Subject: [PATCH] ADD file via upload --- AES.vcxproj | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 AES.vcxproj diff --git a/AES.vcxproj b/AES.vcxproj new file mode 100644 index 0000000..6121104 --- /dev/null +++ b/AES.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {932290c4-a777-40f8-b488-7b6e22943296} + AES + 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