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-core/asura-lib-core.vcxproj | 219 ++++++++++++++++ .../asura-lib-core/asura-lib-core.vcxproj.filters | 289 +++++++++++++++++++++ .../asura-lib-core/asura-lib-core.vcxproj.user | 4 + 3 files changed, 512 insertions(+) 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 (limited to 'build/libs/asura-lib-core') 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 -- cgit v1.1-26-g67d0