From 81c4586ff05b003fc65201c3e4504738996d6412 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Thu, 30 Jan 2020 20:18:58 -0300 Subject: git subrepo clone (merge) https://github.com/witwall/mman-win32 deps/mman subrepo: subdir: "deps/mman" merged: "2d1c576e" upstream: origin: "https://github.com/witwall/mman-win32" branch: "master" commit: "2d1c576e" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "a04d8c2" --- deps/mman/mman.vcxproj | 122 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 deps/mman/mman.vcxproj (limited to 'deps/mman/mman.vcxproj') diff --git a/deps/mman/mman.vcxproj b/deps/mman/mman.vcxproj new file mode 100644 index 0000000..e8dffa2 --- /dev/null +++ b/deps/mman/mman.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {592F578E-6F24-47C0-9F6C-07BC9B730E27} + Win32Proj + 8.1 + + + + Application + true + v140 + + + Application + false + v140 + + + StaticLibrary + true + v140 + + + StaticLibrary + false + v140 + + + + + + + + + + + + + + + + + + + + + true + + + true + + + + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + + + MachineX86 + true + Console + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + + + MachineX86 + true + Console + true + true + + + + + MultiThreadedDebug + + + + + MultiThreaded + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3