From f889c9c20fc09f26eb8a70674c1d60181835c38a Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 25 Oct 2018 00:50:35 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/vc++/3rdparty/stb/stb.vcxproj | 138 ++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 build/vc++/3rdparty/stb/stb.vcxproj (limited to 'build/vc++/3rdparty/stb/stb.vcxproj') diff --git a/build/vc++/3rdparty/stb/stb.vcxproj b/build/vc++/3rdparty/stb/stb.vcxproj new file mode 100644 index 0000000..6cb9b3f --- /dev/null +++ b/build/vc++/3rdparty/stb/stb.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E9A7ECC9-1437-45A8-B970-E9E75BD1F8E0} + stb + 8.1 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + + + $(SolutionDir)..\..\bin + + + + Level3 + MinSpace + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + + + Level3 + Disabled + true + true + + + + + Level3 + MinSpace + true + true + true + false + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + CompileAsCpp + Size + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1-26-g67d0