From 2381fe08be1a0c99d9541761b85064b8ece3f253 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Oct 2021 18:48:10 +0800 Subject: +md5 --- .../VisualStudio/hash-library/hash-library.vcxproj | 150 +++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 Projects/VisualStudio/hash-library/hash-library.vcxproj (limited to 'Projects/VisualStudio/hash-library/hash-library.vcxproj') diff --git a/Projects/VisualStudio/hash-library/hash-library.vcxproj b/Projects/VisualStudio/hash-library/hash-library.vcxproj new file mode 100644 index 0000000..80dd2a9 --- /dev/null +++ b/Projects/VisualStudio/hash-library/hash-library.vcxproj @@ -0,0 +1,150 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {F5341260-AFF4-4F99-9182-C8A0673E3B14} + hashlibrary + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + $(SolutionDir)..\..\Build + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1-26-g67d0