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 +++++++++++++++++++++ .../hash-library/hash-library.vcxproj.filters | 22 +++ .../hash-library/hash-library.vcxproj.user | 4 + 3 files changed, 176 insertions(+) create mode 100644 Projects/VisualStudio/hash-library/hash-library.vcxproj create mode 100644 Projects/VisualStudio/hash-library/hash-library.vcxproj.filters create mode 100644 Projects/VisualStudio/hash-library/hash-library.vcxproj.user (limited to 'Projects/VisualStudio/hash-library') 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 diff --git a/Projects/VisualStudio/hash-library/hash-library.vcxproj.filters b/Projects/VisualStudio/hash-library/hash-library.vcxproj.filters new file mode 100644 index 0000000..46b1d00 --- /dev/null +++ b/Projects/VisualStudio/hash-library/hash-library.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/hash-library/hash-library.vcxproj.user b/Projects/VisualStudio/hash-library/hash-library.vcxproj.user new file mode 100644 index 0000000..6e2aec7 --- /dev/null +++ b/Projects/VisualStudio/hash-library/hash-library.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0