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/GLee/GLee.vcxproj | 137 ++++++++++++++++++++++++++ build/vc++/3rdparty/GLee/GLee.vcxproj.filters | 18 ++++ build/vc++/3rdparty/GLee/GLee.vcxproj.user | 4 + 3 files changed, 159 insertions(+) create mode 100644 build/vc++/3rdparty/GLee/GLee.vcxproj create mode 100644 build/vc++/3rdparty/GLee/GLee.vcxproj.filters create mode 100644 build/vc++/3rdparty/GLee/GLee.vcxproj.user (limited to 'build/vc++/3rdparty/GLee') diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj b/build/vc++/3rdparty/GLee/GLee.vcxproj new file mode 100644 index 0000000..007dc38 --- /dev/null +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {8828F6B1-F167-4BC9-B7C7-7CC34CDDEE8A} + GLee + 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 diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj.filters b/build/vc++/3rdparty/GLee/GLee.vcxproj.filters new file mode 100644 index 0000000..2822148 --- /dev/null +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {eebe1ebb-f43f-4b31-9c61-4cd44565461e} + + + + + source + + + + + source + + + \ No newline at end of file diff --git a/build/vc++/3rdparty/GLee/GLee.vcxproj.user b/build/vc++/3rdparty/GLee/GLee.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/3rdparty/GLee/GLee.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0