From c302f5ae5f9e30a28e487e8a764d9cc31546bbea Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 22:51:04 +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 | 222 --------------- .../asura-lib-core/asura-lib-core.vcxproj.filters | 302 --------------------- .../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-http/asura-lib-http.vcxproj | 122 --------- .../asura-lib-http/asura-lib-http.vcxproj.filters | 17 -- .../asura-lib-http/asura-lib-http.vcxproj.user | 4 - build/libs/asura-lib-json/asura-lib-json.vcxproj | 130 --------- .../asura-lib-json/asura-lib-json.vcxproj.filters | 11 - .../asura-lib-json/asura-lib-json.vcxproj.user | 4 - build/libs/asura-lib-log/asura-lib-log.vcxproj | 122 --------- .../asura-lib-log/asura-lib-log.vcxproj.filters | 17 -- .../libs/asura-lib-log/asura-lib-log.vcxproj.user | 4 - .../asura-lib-network/asura-lib-network.vcxproj | 122 --------- .../asura-lib-network.vcxproj.filters | 2 - .../asura-lib-network.vcxproj.user | 4 - .../libs/asura-lib-openal/asura-lib-openal.vcxproj | 132 --------- .../asura-lib-openal.vcxproj.filters | 13 - .../asura-lib-openal/asura-lib-openal.vcxproj.user | 4 - build/libs/asura-lib-plot/asura-lib-plot.vcxproj | 122 --------- .../asura-lib-plot/asura-lib-plot.vcxproj.filters | 17 -- .../asura-lib-plot/asura-lib-plot.vcxproj.user | 4 - .../libs/asura-lib-socket/asura-lib-socket.vcxproj | 122 --------- .../asura-lib-socket.vcxproj.filters | 2 - .../asura-lib-socket/asura-lib-socket.vcxproj.user | 4 - build/libs/asura-lib-steam/asura-lib-steam.vcxproj | 122 --------- .../asura-lib-steam.vcxproj.filters | 17 -- .../asura-lib-steam/asura-lib-steam.vcxproj.user | 4 - build/libs/asura-lib-utils/asura-lib-utils.vcxproj | 223 --------------- .../asura-lib-utils.vcxproj.filters | 249 ----------------- .../asura-lib-utils/asura-lib-utils.vcxproj.user | 4 - .../x64/Debug/_compressor.nativecodeanalysis.xml | 2 - .../x64/Debug/_coroutine.nativecodeanalysis.xml | 2 - .../x64/Debug/_data_buffer.nativecodeanalysis.xml | 2 - .../x64/Debug/_file.nativecodeanalysis.xml | 2 - .../x64/Debug/_file_data.nativecodeanalysis.xml | 2 - .../x64/Debug/_file_system.nativecodeanalysis.xml | 59 ---- .../x64/Debug/_thread.nativecodeanalysis.xml | 31 --- .../x64/Debug/compressor.nativecodeanalysis.xml | 2 - .../x64/Debug/coroutine.nativecodeanalysis.xml | 2 - .../x64/Debug/curve.nativecodeanalysis.xml | 2 - .../x64/Debug/data_buffer.nativecodeanalysis.xml | 45 --- .../x64/Debug/decoded_data.nativecodeanalysis.xml | 2 - .../x64/Debug/exception.nativecodeanalysis.xml | 17 -- .../x64/Debug/file.nativecodeanalysis.xml | 17 -- .../x64/Debug/file_data.nativecodeanalysis.xml | 17 -- .../x64/Debug/file_system.nativecodeanalysis.xml | 17 -- .../x64/Debug/functions.nativecodeanalysis.xml | 2 - .../x64/Debug/io_task.nativecodeanalysis.xml | 2 - .../x64/Debug/matrix44.nativecodeanalysis.xml | 2 - .../x64/Debug/mutex.nativecodeanalysis.xml | 45 --- .../x64/Debug/ranged_value.nativecodeanalysis.xml | 2 - .../x64/Debug/stringmap.nativecodeanalysis.xml | 2 - .../x64/Debug/thread.nativecodeanalysis.xml | 73 ----- .../Debug/thread_impl_posix.nativecodeanalysis.xml | 2 - .../Debug/thread_impl_sdl.nativecodeanalysis.xml | 2 - .../Debug/thread_impl_std.nativecodeanalysis.xml | 2 - .../Debug/thread_impl_win32.nativecodeanalysis.xml | 73 ----- .../x64/Debug/thread_task.nativecodeanalysis.xml | 2 - .../x64/Debug/transform.nativecodeanalysis.xml | 2 - .../x64/Debug/utils_module.nativecodeanalysis.xml | 31 --- .../x64/Debug/vc.nativecodeanalysis.all.xml | 209 -------------- build/libs/asura-lib-xml/asura-lib-xml.vcxproj | 122 --------- .../asura-lib-xml/asura-lib-xml.vcxproj.filters | 2 - .../libs/asura-lib-xml/asura-lib-xml.vcxproj.user | 4 - 70 files changed, 3197 deletions(-) delete mode 100644 build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj delete mode 100644 build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters delete mode 100644 build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user delete mode 100644 build/libs/asura-lib-core/asura-lib-core.vcxproj delete mode 100644 build/libs/asura-lib-core/asura-lib-core.vcxproj.filters delete mode 100644 build/libs/asura-lib-core/asura-lib-core.vcxproj.user delete mode 100644 build/libs/asura-lib-framework/asura-lib-framework.vcxproj delete mode 100644 build/libs/asura-lib-framework/asura-lib-framework.vcxproj.filters delete mode 100644 build/libs/asura-lib-framework/asura-lib-framework.vcxproj.user delete mode 100644 build/libs/asura-lib-http/asura-lib-http.vcxproj delete mode 100644 build/libs/asura-lib-http/asura-lib-http.vcxproj.filters delete mode 100644 build/libs/asura-lib-http/asura-lib-http.vcxproj.user delete mode 100644 build/libs/asura-lib-json/asura-lib-json.vcxproj delete mode 100644 build/libs/asura-lib-json/asura-lib-json.vcxproj.filters delete mode 100644 build/libs/asura-lib-json/asura-lib-json.vcxproj.user delete mode 100644 build/libs/asura-lib-log/asura-lib-log.vcxproj delete mode 100644 build/libs/asura-lib-log/asura-lib-log.vcxproj.filters delete mode 100644 build/libs/asura-lib-log/asura-lib-log.vcxproj.user delete mode 100644 build/libs/asura-lib-network/asura-lib-network.vcxproj delete mode 100644 build/libs/asura-lib-network/asura-lib-network.vcxproj.filters delete mode 100644 build/libs/asura-lib-network/asura-lib-network.vcxproj.user delete mode 100644 build/libs/asura-lib-openal/asura-lib-openal.vcxproj delete mode 100644 build/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters delete mode 100644 build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user delete mode 100644 build/libs/asura-lib-plot/asura-lib-plot.vcxproj delete mode 100644 build/libs/asura-lib-plot/asura-lib-plot.vcxproj.filters delete mode 100644 build/libs/asura-lib-plot/asura-lib-plot.vcxproj.user delete mode 100644 build/libs/asura-lib-socket/asura-lib-socket.vcxproj delete mode 100644 build/libs/asura-lib-socket/asura-lib-socket.vcxproj.filters delete mode 100644 build/libs/asura-lib-socket/asura-lib-socket.vcxproj.user delete mode 100644 build/libs/asura-lib-steam/asura-lib-steam.vcxproj delete mode 100644 build/libs/asura-lib-steam/asura-lib-steam.vcxproj.filters delete mode 100644 build/libs/asura-lib-steam/asura-lib-steam.vcxproj.user delete mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj delete mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters delete mode 100644 build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_compressor.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_coroutine.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_data_buffer.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_file.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_file_data.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/_thread.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/compressor.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/coroutine.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/curve.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/data_buffer.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/decoded_data.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/exception.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/file.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/file_data.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/file_system.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/functions.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/io_task.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/matrix44.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/mutex.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/ranged_value.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/stringmap.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_impl_posix.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_impl_sdl.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_impl_std.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_impl_win32.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/thread_task.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/transform.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/utils_module.nativecodeanalysis.xml delete mode 100644 build/libs/asura-lib-utils/x64/Debug/vc.nativecodeanalysis.all.xml delete mode 100644 build/libs/asura-lib-xml/asura-lib-xml.vcxproj delete mode 100644 build/libs/asura-lib-xml/asura-lib-xml.vcxproj.filters delete mode 100644 build/libs/asura-lib-xml/asura-lib-xml.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 deleted file mode 100644 index 8ad3c71..0000000 --- a/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - 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 deleted file mode 100644 index 9cd8510..0000000 --- a/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ 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 deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-box2d/asura-lib-box2d.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ 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 deleted file mode 100644 index cebc42a..0000000 --- a/build/libs/asura-lib-core/asura-lib-core.vcxproj +++ /dev/null @@ -1,222 +0,0 @@ - - - - - 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 deleted file mode 100644 index 8ef99f7..0000000 --- a/build/libs/asura-lib-core/asura-lib-core.vcxproj.filters +++ /dev/null @@ -1,302 +0,0 @@ - - - - - {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} - - - {4f6b2c19-1a06-48c9-b89d-52fa27bec5c1} - - - {7a73607c-8da6-4865-a992-5c7c8764bd5a} - - - - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - graphics - - - input - - - input - - - input - - - input - - - font - - - font - - - font - - - time - - - profiler - - - - graphics - - - input - - - graphics - - - graphics\binding - - - graphics\binding - - - graphics\binding - - - graphics\binding - - - graphics\binding - - - graphics\binding - - - graphics\binding - - - graphics\binding - - - graphics\binding - - - graphics\binding - - - window - - - window - - - window - - - window - - - - - - 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 - - - - - - input - - - input - - - graphics - - - input - - - graphics - - - window - - - window - - - window - - - window - - - - - font - - - font - - - input - - - input - - - input - - - \ 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 deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-core/asura-lib-core.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ 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 deleted file mode 100644 index d2995e8..0000000 --- a/build/libs/asura-lib-framework/asura-lib-framework.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - 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 deleted file mode 100644 index 3c6f4fd..0000000 --- a/build/libs/asura-lib-framework/asura-lib-framework.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {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 deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-framework/asura-lib-framework.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/libs/asura-lib-http/asura-lib-http.vcxproj b/build/libs/asura-lib-http/asura-lib-http.vcxproj deleted file mode 100644 index bf15337..0000000 --- a/build/libs/asura-lib-http/asura-lib-http.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {DCD127A6-68B3-48CA-B769-0680C167D99B} - asuralibhttp - 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-http/asura-lib-http.vcxproj.filters b/build/libs/asura-lib-http/asura-lib-http.vcxproj.filters deleted file mode 100644 index 3c6f4fd..0000000 --- a/build/libs/asura-lib-http/asura-lib-http.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {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-http/asura-lib-http.vcxproj.user b/build/libs/asura-lib-http/asura-lib-http.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-http/asura-lib-http.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ 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 deleted file mode 100644 index 168ea89..0000000 --- a/build/libs/asura-lib-json/asura-lib-json.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - 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 - $(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-json/asura-lib-json.vcxproj.filters b/build/libs/asura-lib-json/asura-lib-json.vcxproj.filters deleted file mode 100644 index 6e05266..0000000 --- a/build/libs/asura-lib-json/asura-lib-json.vcxproj.filters +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ 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 deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-json/asura-lib-json.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/libs/asura-lib-log/asura-lib-log.vcxproj b/build/libs/asura-lib-log/asura-lib-log.vcxproj deleted file mode 100644 index 3f891f1..0000000 --- a/build/libs/asura-lib-log/asura-lib-log.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {73B0F8AB-EF5A-412A-9E34-0FD2574766B7} - asuraliblog - 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-log/asura-lib-log.vcxproj.filters b/build/libs/asura-lib-log/asura-lib-log.vcxproj.filters deleted file mode 100644 index 3c6f4fd..0000000 --- a/build/libs/asura-lib-log/asura-lib-log.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {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-log/asura-lib-log.vcxproj.user b/build/libs/asura-lib-log/asura-lib-log.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-log/asura-lib-log.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/libs/asura-lib-network/asura-lib-network.vcxproj b/build/libs/asura-lib-network/asura-lib-network.vcxproj deleted file mode 100644 index 74dd2ae..0000000 --- a/build/libs/asura-lib-network/asura-lib-network.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {6361701E-BD43-4AE9-8AE2-5C8F87D436BA} - asuralibnetwork - 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-network/asura-lib-network.vcxproj.filters b/build/libs/asura-lib-network/asura-lib-network.vcxproj.filters deleted file mode 100644 index 9cd8510..0000000 --- a/build/libs/asura-lib-network/asura-lib-network.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-network/asura-lib-network.vcxproj.user b/build/libs/asura-lib-network/asura-lib-network.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-network/asura-lib-network.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ 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 deleted file mode 100644 index 6ea6e0e..0000000 --- a/build/libs/asura-lib-openal/asura-lib-openal.vcxproj +++ /dev/null @@ -1,132 +0,0 @@ - - - - - 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 - $(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-openal/asura-lib-openal.vcxproj.filters b/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters deleted file mode 100644 index 19278c7..0000000 --- a/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.filters +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ 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 deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-openal/asura-lib-openal.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/libs/asura-lib-plot/asura-lib-plot.vcxproj b/build/libs/asura-lib-plot/asura-lib-plot.vcxproj deleted file mode 100644 index b26fbaa..0000000 --- a/build/libs/asura-lib-plot/asura-lib-plot.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {F248C936-2169-45DF-8FC4-60E56EA23ECC} - asuralibplot - 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-plot/asura-lib-plot.vcxproj.filters b/build/libs/asura-lib-plot/asura-lib-plot.vcxproj.filters deleted file mode 100644 index 3c6f4fd..0000000 --- a/build/libs/asura-lib-plot/asura-lib-plot.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {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-plot/asura-lib-plot.vcxproj.user b/build/libs/asura-lib-plot/asura-lib-plot.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-plot/asura-lib-plot.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/libs/asura-lib-socket/asura-lib-socket.vcxproj b/build/libs/asura-lib-socket/asura-lib-socket.vcxproj deleted file mode 100644 index 4b7b44c..0000000 --- a/build/libs/asura-lib-socket/asura-lib-socket.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {FF8319D3-7ADC-41BC-A397-B31690A7AB5F} - asuralibsocket - 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-socket/asura-lib-socket.vcxproj.filters b/build/libs/asura-lib-socket/asura-lib-socket.vcxproj.filters deleted file mode 100644 index 9cd8510..0000000 --- a/build/libs/asura-lib-socket/asura-lib-socket.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-socket/asura-lib-socket.vcxproj.user b/build/libs/asura-lib-socket/asura-lib-socket.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-socket/asura-lib-socket.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/libs/asura-lib-steam/asura-lib-steam.vcxproj b/build/libs/asura-lib-steam/asura-lib-steam.vcxproj deleted file mode 100644 index 5863f77..0000000 --- a/build/libs/asura-lib-steam/asura-lib-steam.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {129C3826-B418-4C80-A126-0319C7E2A857} - asuralibsteam - 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-steam/asura-lib-steam.vcxproj.filters b/build/libs/asura-lib-steam/asura-lib-steam.vcxproj.filters deleted file mode 100644 index 3c6f4fd..0000000 --- a/build/libs/asura-lib-steam/asura-lib-steam.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {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-steam/asura-lib-steam.vcxproj.user b/build/libs/asura-lib-steam/asura-lib-steam.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-steam/asura-lib-steam.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ 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 deleted file mode 100644 index b7c6576..0000000 --- a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj +++ /dev/null @@ -1,223 +0,0 @@ - - - - - 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 - - - StaticLibrary - true - v141 - MultiByte - - - StaticLibrary - false - v141 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\Bin\win64 - - - $(SolutionDir)..\Bin\win64 - - - - 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {8b8fca14-fc8a-45b4-bf3c-9340cb586076} - - - {1350cee9-b2c2-426a-af4e-f651d51dd592} - - - {aee37589-de0d-4139-8bdb-8179fdefb835} - - - - - - \ 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 deleted file mode 100644 index 9e36a55..0000000 --- a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.filters +++ /dev/null @@ -1,249 +0,0 @@ - - - - - {30702383-d458-4486-8d86-bd98db74d3c8} - - - {d46782e8-fa86-46be-8e3e-728d313acfed} - - - {3a94ee03-c8db-4d2e-b0b6-5f6ba157580d} - - - {6eb6ffb5-ecd9-408b-a2f4-c14837822850} - - - {b4b078e1-bb8d-4cb3-84b9-963e851be123} - - - {d617f453-4cd1-451b-801d-2f88d0072303} - - - {e63982e2-a2ca-4aa2-be11-f98659586c1f} - - - - - exceptions - - - math - - - math - - - math - - - math - - - math - - - - - io\binding - - - io\binding - - - io - - - io - - - io - - - io - - - io - - - io\binding - - - io\binding - - - io - - - io\binding - - - threading - - - threading - - - threading - - - threading - - - threading - - - threading - - - io - - - threading - - - threading\binding - - - threading\binding - - - io\binding - - - math - - - threading - - - io - - - threading - - - io - - - - - exceptions - - - math - - - math - - - math - - - math - - - math - - - math - - - math - - - math - - - math - - - scripting - - - - - - - - - - - io - - - io - - - io - - - io - - - io - - - io - - - io - - - threading - - - threading - - - threading - - - threading - - - threading - - - threading - - - io - - - threading - - - math - - - scripting - - - threading - - - io - - - threading - - - io - - - - - 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 deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-utils/asura-lib-utils.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_compressor.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_compressor.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_compressor.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_coroutine.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_coroutine.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_coroutine.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_data_buffer.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_data_buffer.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_data_buffer.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_file.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_file.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_file.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_file_data.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_file_data.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_file_data.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml deleted file mode 100644 index 7afbf43..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_file_system.nativecodeanalysis.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\io\ - file_system.h - 105 - 2 - - 26495 - Variable 'AsuraEngine::IO::Filesystem::mInited' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::Filesystem::{ctor} - ??0Filesystem@IO@AsuraEngine@@QEAA@XZ - 105 - - - - - d:\asura\source\libs\asura-lib-utils\ - singleton.hpp - 33 - 2 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Singleton<AsuraEngine::IO::Filesystem>::{ctor} - ??0?$Singleton@VFilesystem@IO@AsuraEngine@@@AsuraEngine@@IEAA@XZ - 33 - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::{ctor} - ??0?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 100 - 32 - - 26451 - Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2). - Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::LuaxRetain - ??$LuaxRetain@VDataBuffer@IO@AsuraEngine@@@?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@QEAAXAEAVLuaxState@1@PEAVDataBuffer@IO@AsuraEngine@@@Z - 90 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/_thread.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/_thread.nativecodeanalysis.xml deleted file mode 100644 index 82cf7f3..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/_thread.nativecodeanalysis.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/compressor.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/compressor.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/compressor.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/coroutine.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/coroutine.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/coroutine.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/curve.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/curve.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/curve.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/data_buffer.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/data_buffer.nativecodeanalysis.xml deleted file mode 100644 index b304bdf..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/data_buffer.nativecodeanalysis.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\io\ - data_buffer.cpp - 10 - 14 - - 26495 - Variable 'AsuraEngine::IO::DataBuffer::mBytes' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::DataBuffer::{ctor} - ??0DataBuffer@IO@AsuraEngine@@QEAA@AEAV012@@Z - 10 - - - - - d:\asura\source\libs\asura-lib-utils\io\ - data_buffer.cpp - 10 - 14 - - 26495 - Variable 'AsuraEngine::IO::DataBuffer::mSize' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::DataBuffer::{ctor} - ??0DataBuffer@IO@AsuraEngine@@QEAA@AEAV012@@Z - 10 - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::DataBuffer>::{ctor} - ??0?$LuaxNativeClass@VDataBuffer@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/decoded_data.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/decoded_data.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/decoded_data.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/exception.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/exception.nativecodeanalysis.xml deleted file mode 100644 index 88ba25d..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/exception.nativecodeanalysis.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\exceptions\ - exception.cpp - 43 - 13 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Exception::{dtor} - ??1Exception@AsuraEngine@@UEAA@XZ - 43 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/file.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/file.nativecodeanalysis.xml deleted file mode 100644 index f60a0ab..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/file.nativecodeanalysis.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::File>::{ctor} - ??0?$LuaxNativeClass@VFile@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/file_data.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/file_data.nativecodeanalysis.xml deleted file mode 100644 index eb30e9f..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/file_data.nativecodeanalysis.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::FileData>::{ctor} - ??0?$LuaxNativeClass@VFileData@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/file_system.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/file_system.nativecodeanalysis.xml deleted file mode 100644 index 16b04cf..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/file_system.nativecodeanalysis.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\io\ - file_system.cpp - 67 - 14 - - 26444 - Avoid unnamed objects with custom construction and destruction (es.84). - AsuraEngine::IO::Filesystem::Unmount - ?Unmount@Filesystem@IO@AsuraEngine@@QEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 58 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/functions.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/functions.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/functions.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/io_task.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/io_task.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/io_task.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/matrix44.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/matrix44.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/matrix44.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/mutex.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/mutex.nativecodeanalysis.xml deleted file mode 100644 index 75c9214..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/mutex.nativecodeanalysis.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.cpp - 23 - 9 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::Mutex::{ctor} - ??0Mutex@Threading@AsuraEngine@@QEAA@XZ - 23 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.cpp - 52 - 18 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImplWin32::{ctor} - ??0MutexImplWin32@Threading@AsuraEngine@@QEAA@XZ - 52 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/ranged_value.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/ranged_value.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/ranged_value.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/stringmap.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/stringmap.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/stringmap.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread.nativecodeanalysis.xml deleted file mode 100644 index c661cd5..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread.nativecodeanalysis.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.cpp - 13 - 10 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::Thread::{ctor} - ??0Thread@Threading@AsuraEngine@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 13 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.cpp - 13 - 10 - - 26495 - Variable 'AsuraEngine::Threading::Thread::mImpl' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::Threading::Thread::{ctor} - ??0Thread@Threading@AsuraEngine@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 13 - - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::Threading::Thread>::{ctor} - ??0?$LuaxNativeClass@VThread@Threading@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_impl_posix.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_impl_posix.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_impl_posix.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_impl_sdl.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_impl_sdl.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_impl_sdl.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_impl_std.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_impl_std.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_impl_std.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_impl_win32.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_impl_win32.nativecodeanalysis.xml deleted file mode 100644 index e0b1c6b..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_impl_win32.nativecodeanalysis.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 16 - 19 - - 26495 - Variable 'AsuraEngine::Threading::ThreadImplWin32::mHandle' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::Threading::ThreadImplWin32::{ctor} - ??0ThreadImplWin32@Threading@AsuraEngine@@QEAA@XZ - 16 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 16 - 19 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImplWin32::{ctor} - ??0ThreadImplWin32@Threading@AsuraEngine@@QEAA@XZ - 16 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 49 - 20 - - 6258 - 使用 TerminateThread 将不允许进行适当的线程清理。 - AsuraEngine::Threading::ThreadImplWin32::Kill - ?Kill@ThreadImplWin32@Threading@AsuraEngine@@UEAAXXZ - 47 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/thread_task.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/thread_task.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/thread_task.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/transform.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/transform.nativecodeanalysis.xml deleted file mode 100644 index dcdf088..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/transform.nativecodeanalysis.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/utils_module.nativecodeanalysis.xml b/build/libs/asura-lib-utils/x64/Debug/utils_module.nativecodeanalysis.xml deleted file mode 100644 index 82cf7f3..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/utils_module.nativecodeanalysis.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - \ No newline at end of file diff --git a/build/libs/asura-lib-utils/x64/Debug/vc.nativecodeanalysis.all.xml b/build/libs/asura-lib-utils/x64/Debug/vc.nativecodeanalysis.all.xml deleted file mode 100644 index 34e76e9..0000000 --- a/build/libs/asura-lib-utils/x64/Debug/vc.nativecodeanalysis.all.xml +++ /dev/null @@ -1,209 +0,0 @@ - - - d:\asura\source\libs\asura-lib-utils\exceptions\ - exception.cpp - 43 - 13 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Exception::{dtor} - ??1Exception@AsuraEngine@@UEAA@XZ - 43 - - - - d:\asura\source\libs\asura-lib-utils\io\ - file_system.h - 105 - 2 - - 26495 - Variable 'AsuraEngine::IO::Filesystem::mInited' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::Filesystem::{ctor} - ??0Filesystem@IO@AsuraEngine@@QEAA@XZ - 105 - - - - d:\asura\source\libs\asura-lib-utils\ - singleton.hpp - 33 - 2 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Singleton<AsuraEngine::IO::Filesystem>::{ctor} - ??0?$Singleton@VFilesystem@IO@AsuraEngine@@@AsuraEngine@@IEAA@XZ - 33 - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 79 - 21 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::{ctor} - ??0?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@IEAA@XZ - 79 - - - - d:\asura\source\3rd-party\luax\ - luax_class.inl - 100 - 32 - - 26451 - Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2). - Luax::LuaxNativeClass<AsuraEngine::IO::Filesystem>::LuaxRetain - ??$LuaxRetain@VDataBuffer@IO@AsuraEngine@@@?$LuaxNativeClass@VFilesystem@IO@AsuraEngine@@@Luax@@QEAAXAEAVLuaxState@1@PEAVDataBuffer@IO@AsuraEngine@@@Z - 90 - - - - d:\asura\source\libs\asura-lib-utils\io\ - data_buffer.cpp - 10 - 14 - - 26495 - Variable 'AsuraEngine::IO::DataBuffer::mBytes' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::IO::DataBuffer::{ctor} - ??0DataBuffer@IO@AsuraEngine@@QEAA@AEAV012@@Z - 10 - - - - d:\asura\source\libs\asura-lib-utils\io\ - file_system.cpp - 67 - 14 - - 26444 - Avoid unnamed objects with custom construction and destruction (es.84). - AsuraEngine::IO::Filesystem::Unmount - ?Unmount@Filesystem@IO@AsuraEngine@@QEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 58 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.h - 39 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImpl::{ctor} - ??0MutexImpl@Threading@AsuraEngine@@QEAA@XZ - 39 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.h - 90 - 3 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImpl::{ctor} - ??0ThreadImpl@Threading@AsuraEngine@@QEAA@XZ - 90 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.cpp - 23 - 9 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::Mutex::{ctor} - ??0Mutex@Threading@AsuraEngine@@QEAA@XZ - 23 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - mutex.cpp - 52 - 18 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::MutexImplWin32::{ctor} - ??0MutexImplWin32@Threading@AsuraEngine@@QEAA@XZ - 52 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.cpp - 13 - 10 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::Thread::{ctor} - ??0Thread@Threading@AsuraEngine@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 13 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread.cpp - 13 - 10 - - 26495 - Variable 'AsuraEngine::Threading::Thread::mImpl' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::Threading::Thread::{ctor} - ??0Thread@Threading@AsuraEngine@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z - 13 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 16 - 19 - - 26495 - Variable 'AsuraEngine::Threading::ThreadImplWin32::mHandle' is uninitialized. Always initialize a member variable (type.6). - AsuraEngine::Threading::ThreadImplWin32::{ctor} - ??0ThreadImplWin32@Threading@AsuraEngine@@QEAA@XZ - 16 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 16 - 19 - - 26439 - This kind of function may not throw. Declare it 'noexcept' (f.6). - AsuraEngine::Threading::ThreadImplWin32::{ctor} - ??0ThreadImplWin32@Threading@AsuraEngine@@QEAA@XZ - 16 - - - - d:\asura\source\libs\asura-lib-utils\threading\ - thread_impl_win32.cpp - 49 - 20 - - 6258 - 使用 TerminateThread 将不允许进行适当的线程清理。 - AsuraEngine::Threading::ThreadImplWin32::Kill - ?Kill@ThreadImplWin32@Threading@AsuraEngine@@UEAAXXZ - 47 - - \ No newline at end of file diff --git a/build/libs/asura-lib-xml/asura-lib-xml.vcxproj b/build/libs/asura-lib-xml/asura-lib-xml.vcxproj deleted file mode 100644 index 112bc8f..0000000 --- a/build/libs/asura-lib-xml/asura-lib-xml.vcxproj +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {AB4F8F4A-73B5-4EFF-BD5D-448A3E39C60A} - asuralibxml - 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-xml/asura-lib-xml.vcxproj.filters b/build/libs/asura-lib-xml/asura-lib-xml.vcxproj.filters deleted file mode 100644 index 9cd8510..0000000 --- a/build/libs/asura-lib-xml/asura-lib-xml.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/build/libs/asura-lib-xml/asura-lib-xml.vcxproj.user b/build/libs/asura-lib-xml/asura-lib-xml.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/build/libs/asura-lib-xml/asura-lib-xml.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file -- cgit v1.1-26-g67d0