From 926584873cd9a83458ac482c02902f4eedb1e9d3 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 7 Aug 2018 21:53:55 +0800 Subject: *init --- test/test.vcxproj | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 test/test.vcxproj (limited to 'test/test.vcxproj') diff --git a/test/test.vcxproj b/test/test.vcxproj new file mode 100644 index 0000000..b25d4d2 --- /dev/null +++ b/test/test.vcxproj @@ -0,0 +1,153 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + {49B3D92E-711D-45D9-8E6A-2AFE796EFF82} + Win32Proj + test + 8.1 + + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Use + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + Use + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + \ No newline at end of file -- cgit v1.1-26-g67d0