From 766396fda8b729e945d7afb7950a2767618631e4 Mon Sep 17 00:00:00 2001 From: MelnikovDM Date: Mon, 13 May 2024 15:31:04 +0300 Subject: [PATCH] build: addfile --- unittest.vcxproj | 143 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 unittest.vcxproj diff --git a/unittest.vcxproj b/unittest.vcxproj new file mode 100644 index 0000000..63c07e4 --- /dev/null +++ b/unittest.vcxproj @@ -0,0 +1,143 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {9ad59a50-dbd4-43a6-9e29-fce8ab4dcc54} + unittest + 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