From 9645be0af1b1d5cb0ad5892d5464e1b23c51b550 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 11 May 2019 22:54:56 +0800 Subject: *init --- build/3rd-party/SDL2/SDL2.vcxproj | 309 ++++++++++++++++++++++ build/3rd-party/SDL2/SDL2.vcxproj.filters | 162 ++++++++++++ build/3rd-party/SDL2/SDL2.vcxproj.user | 4 + build/3rd-party/SDL2main/SDL2main.vcxproj | 134 ++++++++++ build/3rd-party/SDL2main/SDL2main.vcxproj.filters | 6 + build/3rd-party/SDL2main/SDL2main.vcxproj.user | 4 + build/3rd-party/glad/glad.vcxproj | 127 +++++++++ build/3rd-party/glad/glad.vcxproj.filters | 10 + build/3rd-party/glad/glad.vcxproj.user | 4 + build/3rd-party/json/json.vcxproj | 122 +++++++++ build/3rd-party/json/json.vcxproj.filters | 17 ++ build/3rd-party/json/json.vcxproj.user | 4 + build/3rd-party/lua51/lua51.vcxproj | 122 +++++++++ build/3rd-party/lua51/lua51.vcxproj.filters | 17 ++ build/3rd-party/lua51/lua51.vcxproj.user | 4 + build/3rd-party/sqlite/sqlite.vcxproj | 122 +++++++++ build/3rd-party/sqlite/sqlite.vcxproj.filters | 17 ++ build/3rd-party/sqlite/sqlite.vcxproj.user | 4 + 18 files changed, 1189 insertions(+) create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.filters create mode 100644 build/3rd-party/SDL2/SDL2.vcxproj.user create mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj create mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj.filters create mode 100644 build/3rd-party/SDL2main/SDL2main.vcxproj.user create mode 100644 build/3rd-party/glad/glad.vcxproj create mode 100644 build/3rd-party/glad/glad.vcxproj.filters create mode 100644 build/3rd-party/glad/glad.vcxproj.user create mode 100644 build/3rd-party/json/json.vcxproj create mode 100644 build/3rd-party/json/json.vcxproj.filters create mode 100644 build/3rd-party/json/json.vcxproj.user create mode 100644 build/3rd-party/lua51/lua51.vcxproj create mode 100644 build/3rd-party/lua51/lua51.vcxproj.filters create mode 100644 build/3rd-party/lua51/lua51.vcxproj.user create mode 100644 build/3rd-party/sqlite/sqlite.vcxproj create mode 100644 build/3rd-party/sqlite/sqlite.vcxproj.filters create mode 100644 build/3rd-party/sqlite/sqlite.vcxproj.user (limited to 'build/3rd-party') diff --git a/build/3rd-party/SDL2/SDL2.vcxproj b/build/3rd-party/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..6c85ba5 --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj @@ -0,0 +1,309 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {208B9CB8-2101-42A9-9502-0CF54912BC57} + SDL2 + 10.0.17134.0 + + + + DynamicLibrary + true + v141 + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + DynamicLibrary + true + v141 + NotSet + + + DynamicLibrary + false + v141 + true + NotSet + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + false + false + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + Default + + + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + false + false + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDLL + StreamingSIMDExtensions + true + OnlyExplicitInline + + + true + true + setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies) + true + Windows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj.filters b/build/3rd-party/SDL2/SDL2.vcxproj.filters new file mode 100644 index 0000000..c4be66e --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj.filters @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj.user b/build/3rd-party/SDL2/SDL2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/SDL2/SDL2.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj b/build/3rd-party/SDL2main/SDL2main.vcxproj new file mode 100644 index 0000000..5da2151 --- /dev/null +++ b/build/3rd-party/SDL2main/SDL2main.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA} + SDL2main + 10.0.17134.0 + + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rd-party\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj.filters b/build/3rd-party/SDL2main/SDL2main.vcxproj.filters new file mode 100644 index 0000000..536fbfc --- /dev/null +++ b/build/3rd-party/SDL2main/SDL2main.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2main/SDL2main.vcxproj.user b/build/3rd-party/SDL2main/SDL2main.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/SDL2main/SDL2main.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/glad/glad.vcxproj b/build/3rd-party/glad/glad.vcxproj new file mode 100644 index 0000000..c2d7758 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj @@ -0,0 +1,127 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {29A0A666-DCBE-47B8-A953-57FB3F7AD42E} + glad + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + 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/build/3rd-party/glad/glad.vcxproj.filters b/build/3rd-party/glad/glad.vcxproj.filters new file mode 100644 index 0000000..0eefdc6 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj.filters @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/glad/glad.vcxproj.user b/build/3rd-party/glad/glad.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/json/json.vcxproj b/build/3rd-party/json/json.vcxproj new file mode 100644 index 0000000..b717bd9 --- /dev/null +++ b/build/3rd-party/json/json.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {0AC765BE-BBCB-4F19-BEBC-FE130B3D32EF} + json + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + 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/build/3rd-party/json/json.vcxproj.filters b/build/3rd-party/json/json.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/json/json.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/3rd-party/json/json.vcxproj.user b/build/3rd-party/json/json.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/json/json.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/lua51/lua51.vcxproj b/build/3rd-party/lua51/lua51.vcxproj new file mode 100644 index 0000000..3f047e4 --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {63E15406-315E-4C3C-9619-CDE78CF8FF86} + lua51 + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + 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/build/3rd-party/lua51/lua51.vcxproj.filters b/build/3rd-party/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/3rd-party/lua51/lua51.vcxproj.user b/build/3rd-party/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/sqlite/sqlite.vcxproj b/build/3rd-party/sqlite/sqlite.vcxproj new file mode 100644 index 0000000..2a6e6cf --- /dev/null +++ b/build/3rd-party/sqlite/sqlite.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {ED300F05-2344-49F7-BEF7-8F9B3C398AD2} + sqlite + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + 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/build/3rd-party/sqlite/sqlite.vcxproj.filters b/build/3rd-party/sqlite/sqlite.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/sqlite/sqlite.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/build/3rd-party/sqlite/sqlite.vcxproj.user b/build/3rd-party/sqlite/sqlite.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/sqlite/sqlite.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0