From 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Mar 2019 23:06:27 +0800 Subject: *rename --- build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj | 122 +++++++++ .../asura-lib-box2d.vcxproj.filters | 2 + .../asura-lib-box2d/asura-lib-box2d.vcxproj.user | 4 + build/libs/asura-lib-core/asura-lib-core.vcxproj | 219 ++++++++++++++++ .../asura-lib-core/asura-lib-core.vcxproj.filters | 289 +++++++++++++++++++++ .../asura-lib-core/asura-lib-core.vcxproj.user | 4 + .../asura-lib-framework.vcxproj | 122 +++++++++ .../asura-lib-framework.vcxproj.filters | 17 ++ .../asura-lib-framework.vcxproj.user | 4 + build/libs/asura-lib-json/asura-lib-json.vcxproj | 128 +++++++++ .../asura-lib-json/asura-lib-json.vcxproj.filters | 11 + .../asura-lib-json/asura-lib-json.vcxproj.user | 4 + .../libs/asura-lib-openal/asura-lib-openal.vcxproj | 122 +++++++++ .../asura-lib-openal.vcxproj.filters | 2 + .../asura-lib-openal/asura-lib-openal.vcxproj.user | 4 + build/libs/asura-lib-utils/asura-lib-utils.vcxproj | 163 ++++++++++++ .../asura-lib-utils.vcxproj.filters | 121 +++++++++ .../asura-lib-utils/asura-lib-utils.vcxproj.user | 4 + 18 files changed, 1342 insertions(+) create mode 100644 build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj create mode 100644 build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters create mode 100644 build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user create mode 100644 build/libs/asura-lib-core/asura-lib-core.vcxproj create mode 100644 build/libs/asura-lib-core/asura-lib-core.vcxproj.filters create mode 100644 build/libs/asura-lib-core/asura-lib-core.vcxproj.user create mode 100644 build/libs/asura-lib-framework/asura-lib-framework.vcxproj create mode 100644 build/libs/asura-lib-framework/asura-lib-framework.vcxproj.filters create mode 100644 build/libs/asura-lib-framework/asura-lib-framework.vcxproj.user create mode 100644 build/libs/asura-lib-json/asura-lib-json.vcxproj create mode 100644 build/libs/asura-lib-json/asura-lib-json.vcxproj.filters create mode 100644 build/libs/asura-lib-json/asura-lib-json.vcxproj.user create mode 100644 build/libs/asura-lib-openal/asura-lib-openal.vcxproj create mode 100644 build/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters create mode 100644 build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user create mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj create mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters create mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user (limited to 'build/libs') diff --git a/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj new file mode 100644 index 0000000..8ad3c71 --- /dev/null +++ b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {ADFEEA50-F8B8-4453-BA88-BA7E7EE74485} + asurabox2d + 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/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-core/asura-lib-core.vcxproj b/build/libs/asura-lib-core/asura-lib-core.vcxproj new file mode 100644 index 0000000..62d3815 --- /dev/null +++ b/build/libs/asura-lib-core/asura-lib-core.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {29A6837A-67FA-403F-83FD-E7975649404F} + asuracore + 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\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-core/asura-lib-core.vcxproj.filters b/build/libs/asura-lib-core/asura-lib-core.vcxproj.filters new file mode 100644 index 0000000..2948753 --- /dev/null +++ b/build/libs/asura-lib-core/asura-lib-core.vcxproj.filters @@ -0,0 +1,289 @@ + + + + + {a338aae6-b932-4a59-9a2e-f07283aaea64} + + + {18c6a104-a8f9-4794-80a0-2fe9afdfca3e} + + + {1a6ed8b6-908c-458d-a036-1ff57db1248a} + + + {3a06866e-ed35-485f-94a5-548b522fd1f4} + + + {81dedac2-8d27-4c19-bf40-1503f0dbad1b} + + + {8457aa11-9956-49f4-9410-d54c3022dbe4} + + + {1d0e7b78-1daa-44e4-ae94-d205d66f48f8} + + + {4cf7bb4a-566e-4e71-a1e1-7e6e749f0b0e} + + + {c88e6733-13f6-4c25-9ffe-b162ad8b31cd} + + + + + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + graphics\binding + + + input + + + input + + + input + + + input + + + font + + + font + + + font + + + time + + + profiler + + + client\sdl + + + client\sdl + + + client\sdl + + + + + + + + + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + input + + + input + + + input + + + input + + + input + + + font + + + font + + + font + + + font + + + time + + + profiler + + + client + + + client\sdl + + + client\sdl + + + client\sdl + + + + + + + + input + + + input + + + font + + + font + + + \ No newline at end of file diff --git a/build/libs/asura-lib-core/asura-lib-core.vcxproj.user b/build/libs/asura-lib-core/asura-lib-core.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-core/asura-lib-core.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-framework/asura-lib-framework.vcxproj b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj new file mode 100644 index 0000000..d2995e8 --- /dev/null +++ b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {CB05752F-B785-4715-9AA3-818C15ABA5F0} + asuraframework + 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/libs/asura-lib-framework/asura-lib-framework.vcxproj.filters b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/build/libs/asura-lib-framework/asura-lib-framework.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/libs/asura-lib-framework/asura-lib-framework.vcxproj.user b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-framework/asura-lib-framework.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-json/asura-lib-json.vcxproj b/build/libs/asura-lib-json/asura-lib-json.vcxproj new file mode 100644 index 0000000..7a2d92d --- /dev/null +++ b/build/libs/asura-lib-json/asura-lib-json.vcxproj @@ -0,0 +1,128 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {1B83A353-9694-42E0-997E-79E150E1C2E5} + asuralibjson + 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/libs/asura-lib-json/asura-lib-json.vcxproj.filters b/build/libs/asura-lib-json/asura-lib-json.vcxproj.filters new file mode 100644 index 0000000..6e05266 --- /dev/null +++ b/build/libs/asura-lib-json/asura-lib-json.vcxproj.filters @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-json/asura-lib-json.vcxproj.user b/build/libs/asura-lib-json/asura-lib-json.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-json/asura-lib-json.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-openal/asura-lib-openal.vcxproj b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj new file mode 100644 index 0000000..dd05ef3 --- /dev/null +++ b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {088C6ABA-26A6-43D1-8492-096EDB65597C} + asuraopenal + 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/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj new file mode 100644 index 0000000..7e3d4a4 --- /dev/null +++ b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj @@ -0,0 +1,163 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {7D41093F-E356-4C5B-A25F-41779BF86E54} + asurautils + 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\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters new file mode 100644 index 0000000..94c9497 --- /dev/null +++ b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters @@ -0,0 +1,121 @@ + + + + + {30702383-d458-4486-8d86-bd98db74d3c8} + + + {6eb6ffb5-ecd9-408b-a2f4-c14837822850} + + + {d46782e8-fa86-46be-8e3e-728d313acfed} + + + {3a94ee03-c8db-4d2e-b0b6-5f6ba157580d} + + + {b4b078e1-bb8d-4cb3-84b9-963e851be123} + + + + + exceptions + + + filesystem + + + filesystem + + + filesystem + + + math + + + math + + + math + + + math + + + math + + + + filesystem\binding + + + + + exceptions + + + filesystem + + + filesystem + + + filesystem + + + filesystem + + + math + + + math + + + math + + + math + + + math + + + math + + + math + + + math + + + math + + + scripting + + + scripting + + + + + + + + + math + + + math + + + math + + + math + + + \ No newline at end of file diff --git a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0