From c302f5ae5f9e30a28e487e8a764d9cc31546bbea Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 22:51:04 +0800 Subject: *rename --- build/tests/02-luax/02-luax.vcxproj | 4 +-- build/tests/05-physfs/05-physfs.vcxproj | 6 ++--- .../x64/Debug/main.nativecodeanalysis.xml | 31 ---------------------- .../x64/Debug/vc.nativecodeanalysis.all.xml | 27 ------------------- 4 files changed, 5 insertions(+), 63 deletions(-) delete mode 100644 build/tests/05-physfs/x64/Debug/main.nativecodeanalysis.xml delete mode 100644 build/tests/05-physfs/x64/Debug/vc.nativecodeanalysis.all.xml (limited to 'build/tests') diff --git a/build/tests/02-luax/02-luax.vcxproj b/build/tests/02-luax/02-luax.vcxproj index 5a79408..91f3669 100644 --- a/build/tests/02-luax/02-luax.vcxproj +++ b/build/tests/02-luax/02-luax.vcxproj @@ -81,7 +81,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -114,7 +114,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true diff --git a/build/tests/05-physfs/05-physfs.vcxproj b/build/tests/05-physfs/05-physfs.vcxproj index 095f8fc..db04cf2 100644 --- a/build/tests/05-physfs/05-physfs.vcxproj +++ b/build/tests/05-physfs/05-physfs.vcxproj @@ -81,7 +81,7 @@ Disabled true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) @@ -114,7 +114,7 @@ true true true - $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories) + $(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories) true @@ -125,7 +125,7 @@ - + {7d41093f-e356-4c5b-a25f-41779bf86e54} diff --git a/build/tests/05-physfs/x64/Debug/main.nativecodeanalysis.xml b/build/tests/05-physfs/x64/Debug/main.nativecodeanalysis.xml deleted file mode 100644 index 82cf7f3..0000000 --- a/build/tests/05-physfs/x64/Debug/main.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/tests/05-physfs/x64/Debug/vc.nativecodeanalysis.all.xml b/build/tests/05-physfs/x64/Debug/vc.nativecodeanalysis.all.xml deleted file mode 100644 index 55e04e2..0000000 --- a/build/tests/05-physfs/x64/Debug/vc.nativecodeanalysis.all.xml +++ /dev/null @@ -1,27 +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 -- cgit v1.1-26-g67d0