From 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Mar 2019 23:06:27 +0800 Subject: *rename --- build/3rd-party/Box2D/box2d.vcxproj | 221 ++++++++++++++++ build/3rd-party/Box2D/box2d.vcxproj.filters | 307 +++++++++++++++++++++ build/3rd-party/Box2D/box2d.vcxproj.user | 4 + build/3rd-party/LodePNG/LodePNG.vcxproj | 126 +++++++++ build/3rd-party/LodePNG/LodePNG.vcxproj.filters | 9 + build/3rd-party/LodePNG/LodePNG.vcxproj.user | 4 + build/3rd-party/LuaJIT/LuaJIT.vcxproj | 122 +++++++++ build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters | 2 + build/3rd-party/LuaJIT/LuaJIT.vcxproj.user | 4 + build/3rd-party/Luax/Luax.vcxproj | 160 +++++++++++ build/3rd-party/Luax/Luax.vcxproj.filters | 31 +++ build/3rd-party/Luax/Luax.vcxproj.user | 6 + build/3rd-party/OpenAL/OpenAL.vcxproj | 122 +++++++++ build/3rd-party/OpenAL/OpenAL.vcxproj.filters | 17 ++ build/3rd-party/OpenAL/OpenAL.vcxproj.user | 4 + 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/Wuff/Wuff.vcxproj | 132 +++++++++ build/3rd-party/Wuff/Wuff.vcxproj.filters | 15 ++ build/3rd-party/Wuff/Wuff.vcxproj.user | 4 + build/3rd-party/cembed/cembed.vcxproj | 122 +++++++++ build/3rd-party/cembed/cembed.vcxproj.filters | 17 ++ build/3rd-party/cembed/cembed.vcxproj.user | 4 + build/3rd-party/freetype/freetype.vcxproj | 193 ++++++++++++++ build/3rd-party/freetype/freetype.vcxproj.filters | 222 ++++++++++++++++ build/3rd-party/freetype/freetype.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/lua51/lua51.vcxproj | 187 +++++++++++++ build/3rd-party/lua51/lua51.vcxproj.filters | 63 +++++ build/3rd-party/lua51/lua51.vcxproj.user | 4 + build/3rd-party/lua51c/lua51c.vcxproj | 181 +++++++++++++ build/3rd-party/lua51c/lua51c.vcxproj.filters | 64 +++++ build/3rd-party/lua51c/lua51c.vcxproj.user | 4 + build/3rd-party/mpg123/mpg123.vcxproj | 122 +++++++++ build/3rd-party/mpg123/mpg123.vcxproj.filters | 17 ++ build/3rd-party/mpg123/mpg123.vcxproj.user | 4 + build/3rd-party/physfs/physfs.vcxproj | 152 +++++++++++ build/3rd-party/physfs/physfs.vcxproj.filters | 99 +++++++ build/3rd-party/physfs/physfs.vcxproj.user | 4 + build/3rd-party/stb/stb.vcxproj | 123 +++++++++ build/3rd-party/stb/stb.vcxproj.filters | 6 + build/3rd-party/stb/stb.vcxproj.user | 4 + build/3rd-party/vorbis/vorbis.vcxproj | 122 +++++++++ build/3rd-party/vorbis/vorbis.vcxproj.filters | 2 + build/3rd-party/vorbis/vorbis.vcxproj.user | 4 + build/3rd-party/zlib/zlib.vcxproj | 122 +++++++++ build/3rd-party/zlib/zlib.vcxproj.filters | 2 + build/3rd-party/zlib/zlib.vcxproj.user | 4 + 54 files changed, 3902 insertions(+) create mode 100644 build/3rd-party/Box2D/box2d.vcxproj create mode 100644 build/3rd-party/Box2D/box2d.vcxproj.filters create mode 100644 build/3rd-party/Box2D/box2d.vcxproj.user create mode 100644 build/3rd-party/LodePNG/LodePNG.vcxproj create mode 100644 build/3rd-party/LodePNG/LodePNG.vcxproj.filters create mode 100644 build/3rd-party/LodePNG/LodePNG.vcxproj.user create mode 100644 build/3rd-party/LuaJIT/LuaJIT.vcxproj create mode 100644 build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters create mode 100644 build/3rd-party/LuaJIT/LuaJIT.vcxproj.user create mode 100644 build/3rd-party/Luax/Luax.vcxproj create mode 100644 build/3rd-party/Luax/Luax.vcxproj.filters create mode 100644 build/3rd-party/Luax/Luax.vcxproj.user create mode 100644 build/3rd-party/OpenAL/OpenAL.vcxproj create mode 100644 build/3rd-party/OpenAL/OpenAL.vcxproj.filters create mode 100644 build/3rd-party/OpenAL/OpenAL.vcxproj.user 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/Wuff/Wuff.vcxproj create mode 100644 build/3rd-party/Wuff/Wuff.vcxproj.filters create mode 100644 build/3rd-party/Wuff/Wuff.vcxproj.user create mode 100644 build/3rd-party/cembed/cembed.vcxproj create mode 100644 build/3rd-party/cembed/cembed.vcxproj.filters create mode 100644 build/3rd-party/cembed/cembed.vcxproj.user create mode 100644 build/3rd-party/freetype/freetype.vcxproj create mode 100644 build/3rd-party/freetype/freetype.vcxproj.filters create mode 100644 build/3rd-party/freetype/freetype.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/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/lua51c/lua51c.vcxproj create mode 100644 build/3rd-party/lua51c/lua51c.vcxproj.filters create mode 100644 build/3rd-party/lua51c/lua51c.vcxproj.user create mode 100644 build/3rd-party/mpg123/mpg123.vcxproj create mode 100644 build/3rd-party/mpg123/mpg123.vcxproj.filters create mode 100644 build/3rd-party/mpg123/mpg123.vcxproj.user create mode 100644 build/3rd-party/physfs/physfs.vcxproj create mode 100644 build/3rd-party/physfs/physfs.vcxproj.filters create mode 100644 build/3rd-party/physfs/physfs.vcxproj.user create mode 100644 build/3rd-party/stb/stb.vcxproj create mode 100644 build/3rd-party/stb/stb.vcxproj.filters create mode 100644 build/3rd-party/stb/stb.vcxproj.user create mode 100644 build/3rd-party/vorbis/vorbis.vcxproj create mode 100644 build/3rd-party/vorbis/vorbis.vcxproj.filters create mode 100644 build/3rd-party/vorbis/vorbis.vcxproj.user create mode 100644 build/3rd-party/zlib/zlib.vcxproj create mode 100644 build/3rd-party/zlib/zlib.vcxproj.filters create mode 100644 build/3rd-party/zlib/zlib.vcxproj.user (limited to 'build/3rd-party') diff --git a/build/3rd-party/Box2D/box2d.vcxproj b/build/3rd-party/Box2D/box2d.vcxproj new file mode 100644 index 0000000..854cd73 --- /dev/null +++ b/build/3rd-party/Box2D/box2d.vcxproj @@ -0,0 +1,221 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {4122CC44-1E4C-4A08-B16F-1A650585EBD4} + Box2D + 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 + $(SolutionDir)..\Source\3rdparty\;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rdparty\;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/Box2D/box2d.vcxproj.filters b/build/3rd-party/Box2D/box2d.vcxproj.filters new file mode 100644 index 0000000..811233c --- /dev/null +++ b/build/3rd-party/Box2D/box2d.vcxproj.filters @@ -0,0 +1,307 @@ + + + + + {54962725-7c7b-450f-83e8-9e47db0acd9d} + + + {0e29a4d3-8d20-4856-80fa-e76df88b4b7c} + + + {15794cf3-b31e-4a81-8e15-d4dfd1d17e4d} + + + {cf0b3c53-c1c7-4fcf-8796-ff872c83d53e} + + + {ea9586f4-ee8c-4416-b1a4-184ba3dfafc4} + + + {ffd86797-9317-40cf-92d2-e1dab63ad857} + + + {aee7169a-a4bd-4889-8d5b-7292f7a5ecbe} + + + + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Rope + + + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Collision\Shapes + + + Common + + + Common + + + Common + + + Common + + + Common + + + Common + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Joints + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Dynamics\Contacts + + + Rope + + + \ No newline at end of file diff --git a/build/3rd-party/Box2D/box2d.vcxproj.user b/build/3rd-party/Box2D/box2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/Box2D/box2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/LodePNG/LodePNG.vcxproj b/build/3rd-party/LodePNG/LodePNG.vcxproj new file mode 100644 index 0000000..3334853 --- /dev/null +++ b/build/3rd-party/LodePNG/LodePNG.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {5AE9F39B-1885-4F81-96B1-121BB64F9939} + LodePNG + 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/LodePNG/LodePNG.vcxproj.filters b/build/3rd-party/LodePNG/LodePNG.vcxproj.filters new file mode 100644 index 0000000..968193b --- /dev/null +++ b/build/3rd-party/LodePNG/LodePNG.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/LodePNG/LodePNG.vcxproj.user b/build/3rd-party/LodePNG/LodePNG.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/LodePNG/LodePNG.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/LuaJIT/LuaJIT.vcxproj b/build/3rd-party/LuaJIT/LuaJIT.vcxproj new file mode 100644 index 0000000..88e8845 --- /dev/null +++ b/build/3rd-party/LuaJIT/LuaJIT.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4} + LuaJIT + 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/LuaJIT/LuaJIT.vcxproj.filters b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/LuaJIT/LuaJIT.vcxproj.user b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/LuaJIT/LuaJIT.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/Luax.vcxproj b/build/3rd-party/Luax/Luax.vcxproj new file mode 100644 index 0000000..a24c972 --- /dev/null +++ b/build/3rd-party/Luax/Luax.vcxproj @@ -0,0 +1,160 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {1350CEE9-B2C2-426A-AF4E-F651D51DD592} + Luax + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rd-party;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rd-party;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {8b8fca14-fc8a-45b4-bf3c-9340cb586076} + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/Luax.vcxproj.filters b/build/3rd-party/Luax/Luax.vcxproj.filters new file mode 100644 index 0000000..705dcd9 --- /dev/null +++ b/build/3rd-party/Luax/Luax.vcxproj.filters @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/Luax/Luax.vcxproj.user b/build/3rd-party/Luax/Luax.vcxproj.user new file mode 100644 index 0000000..0b0f24d --- /dev/null +++ b/build/3rd-party/Luax/Luax.vcxproj.user @@ -0,0 +1,6 @@ + + + + true + + \ No newline at end of file diff --git a/build/3rd-party/OpenAL/OpenAL.vcxproj b/build/3rd-party/OpenAL/OpenAL.vcxproj new file mode 100644 index 0000000..1bd8299 --- /dev/null +++ b/build/3rd-party/OpenAL/OpenAL.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {38019689-27C2-488F-9C50-36CA6930CEB7} + OpenAL + 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/OpenAL/OpenAL.vcxproj.filters b/build/3rd-party/OpenAL/OpenAL.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/OpenAL/OpenAL.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/OpenAL/OpenAL.vcxproj.user b/build/3rd-party/OpenAL/OpenAL.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/OpenAL/OpenAL.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/SDL2/SDL2.vcxproj b/build/3rd-party/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..970966f --- /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\3rdparty\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\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + false + false + $(SolutionDir)..\Source\3rdparty\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..07c0d77 --- /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..e3ac28f --- /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\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + + + Level3 + Disabled + true + true + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\SDL2\include;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\Source\3rdparty\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/Wuff/Wuff.vcxproj b/build/3rd-party/Wuff/Wuff.vcxproj new file mode 100644 index 0000000..3a3c91e --- /dev/null +++ b/build/3rd-party/Wuff/Wuff.vcxproj @@ -0,0 +1,132 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {294889EA-93DE-4580-BF9D-87F605B229AA} + Wuff + 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/Wuff/Wuff.vcxproj.filters b/build/3rd-party/Wuff/Wuff.vcxproj.filters new file mode 100644 index 0000000..b00a1c1 --- /dev/null +++ b/build/3rd-party/Wuff/Wuff.vcxproj.filters @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/Wuff/Wuff.vcxproj.user b/build/3rd-party/Wuff/Wuff.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/Wuff/Wuff.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/cembed/cembed.vcxproj b/build/3rd-party/cembed/cembed.vcxproj new file mode 100644 index 0000000..73d77e8 --- /dev/null +++ b/build/3rd-party/cembed/cembed.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {53A48355-B4B3-4775-B1A0-FBB3E02C6A06} + cembed + 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/cembed/cembed.vcxproj.filters b/build/3rd-party/cembed/cembed.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/cembed/cembed.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/cembed/cembed.vcxproj.user b/build/3rd-party/cembed/cembed.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/cembed/cembed.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/freetype/freetype.vcxproj b/build/3rd-party/freetype/freetype.vcxproj new file mode 100644 index 0000000..eec74c7 --- /dev/null +++ b/build/3rd-party/freetype/freetype.vcxproj @@ -0,0 +1,193 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {4B970273-A352-433B-98B2-B4BF6DF72F71} + freetype + 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/freetype/freetype.vcxproj.filters b/build/3rd-party/freetype/freetype.vcxproj.filters new file mode 100644 index 0000000..b3e8475 --- /dev/null +++ b/build/3rd-party/freetype/freetype.vcxproj.filters @@ -0,0 +1,222 @@ + + + + + {d03885a0-3936-4b36-be6f-79cf2dcc65f1} + + + {1696baf0-bf31-4e38-abea-614704403127} + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/build/3rd-party/freetype/freetype.vcxproj.user b/build/3rd-party/freetype/freetype.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/freetype/freetype.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..71c6cc4 --- /dev/null +++ b/build/3rd-party/glad/glad.vcxproj @@ -0,0 +1,127 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C0ED7D78-570B-454A-B3B6-576FDCB43D69} + 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..2583f31 --- /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/lua51/lua51.vcxproj b/build/3rd-party/lua51/lua51.vcxproj new file mode 100644 index 0000000..ccb9e0e --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj @@ -0,0 +1,187 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {8B8FCA14-FC8A-45B4-BF3C-9340CB586076} + lua51 + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + StaticLibrary + true + v141 + MultiByte + + + StaticLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\Bin\win64 + + + $(SolutionDir)..\Bin\win64 + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + 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..d274633 --- /dev/null +++ b/build/3rd-party/lua51/lua51.vcxproj.filters @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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/lua51c/lua51c.vcxproj b/build/3rd-party/lua51c/lua51c.vcxproj new file mode 100644 index 0000000..a7fadcf --- /dev/null +++ b/build/3rd-party/lua51c/lua51c.vcxproj @@ -0,0 +1,181 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {B8F9616D-5393-4B34-B191-D200D1985439} + lua51c + 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/lua51c/lua51c.vcxproj.filters b/build/3rd-party/lua51c/lua51c.vcxproj.filters new file mode 100644 index 0000000..5cfe265 --- /dev/null +++ b/build/3rd-party/lua51c/lua51c.vcxproj.filters @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/lua51c/lua51c.vcxproj.user b/build/3rd-party/lua51c/lua51c.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/lua51c/lua51c.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/mpg123/mpg123.vcxproj b/build/3rd-party/mpg123/mpg123.vcxproj new file mode 100644 index 0000000..fce6d25 --- /dev/null +++ b/build/3rd-party/mpg123/mpg123.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {83E0897A-E2F4-4057-8077-59C4A0C38E56} + mpg123 + 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/mpg123/mpg123.vcxproj.filters b/build/3rd-party/mpg123/mpg123.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/3rd-party/mpg123/mpg123.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/mpg123/mpg123.vcxproj.user b/build/3rd-party/mpg123/mpg123.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/mpg123/mpg123.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/physfs/physfs.vcxproj b/build/3rd-party/physfs/physfs.vcxproj new file mode 100644 index 0000000..0d23b68 --- /dev/null +++ b/build/3rd-party/physfs/physfs.vcxproj @@ -0,0 +1,152 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {AEE37589-DE0D-4139-8BDB-8179FDEFB835} + physfs + 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/physfs/physfs.vcxproj.filters b/build/3rd-party/physfs/physfs.vcxproj.filters new file mode 100644 index 0000000..25d5970 --- /dev/null +++ b/build/3rd-party/physfs/physfs.vcxproj.filters @@ -0,0 +1,99 @@ + + + + + {98724fe6-6848-4710-bccb-74ae36e0b7a3} + + + {71f7299b-c686-411d-897b-a0099d36f03c} + + + + + include + + + include + + + include + + + include + + + include + + + include + + + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + source + + + \ No newline at end of file diff --git a/build/3rd-party/physfs/physfs.vcxproj.user b/build/3rd-party/physfs/physfs.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/physfs/physfs.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/stb/stb.vcxproj b/build/3rd-party/stb/stb.vcxproj new file mode 100644 index 0000000..50a2f03 --- /dev/null +++ b/build/3rd-party/stb/stb.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {6BA52BBB-8DA5-4F51-BE3F-1E49F5089498} + stb + 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/stb/stb.vcxproj.filters b/build/3rd-party/stb/stb.vcxproj.filters new file mode 100644 index 0000000..d170bc6 --- /dev/null +++ b/build/3rd-party/stb/stb.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/3rd-party/stb/stb.vcxproj.user b/build/3rd-party/stb/stb.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/stb/stb.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/vorbis/vorbis.vcxproj b/build/3rd-party/vorbis/vorbis.vcxproj new file mode 100644 index 0000000..441e923 --- /dev/null +++ b/build/3rd-party/vorbis/vorbis.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {3CD80326-A2FE-4073-8B1A-73E166C9A2AE} + vorbis + 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/vorbis/vorbis.vcxproj.filters b/build/3rd-party/vorbis/vorbis.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/3rd-party/vorbis/vorbis.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/vorbis/vorbis.vcxproj.user b/build/3rd-party/vorbis/vorbis.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/vorbis/vorbis.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/3rd-party/zlib/zlib.vcxproj b/build/3rd-party/zlib/zlib.vcxproj new file mode 100644 index 0000000..58ea777 --- /dev/null +++ b/build/3rd-party/zlib/zlib.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {AF237AA3-67F7-4C93-8249-920DB2878192} + zlib + 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/zlib/zlib.vcxproj.filters b/build/3rd-party/zlib/zlib.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/3rd-party/zlib/zlib.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/3rd-party/zlib/zlib.vcxproj.user b/build/3rd-party/zlib/zlib.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/zlib/zlib.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0