From 58e38e53f781c30beedc34cb46272cbb273ba700 Mon Sep 17 00:00:00 2001 From: twoone3l <3197653242@qq.com> Date: Mon, 16 Aug 2021 10:24:19 +0800 Subject: [PATCH] fix build --- BDSpyrunner.sln | 6 ------ BDSpyrunner/BDSpyrunner.vcxproj | 5 ++--- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/BDSpyrunner.sln b/BDSpyrunner.sln index db2caddb..5dbb1080 100644 --- a/BDSpyrunner.sln +++ b/BDSpyrunner.sln @@ -8,19 +8,13 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {0A446010-5A87-4F55-8154-EDA3911AA42D}.Debug|x64.ActiveCfg = Debug|x64 {0A446010-5A87-4F55-8154-EDA3911AA42D}.Debug|x64.Build.0 = Debug|x64 - {0A446010-5A87-4F55-8154-EDA3911AA42D}.Debug|x86.ActiveCfg = Debug|Win32 - {0A446010-5A87-4F55-8154-EDA3911AA42D}.Debug|x86.Build.0 = Debug|Win32 {0A446010-5A87-4F55-8154-EDA3911AA42D}.Release|x64.ActiveCfg = Release|x64 {0A446010-5A87-4F55-8154-EDA3911AA42D}.Release|x64.Build.0 = Release|x64 - {0A446010-5A87-4F55-8154-EDA3911AA42D}.Release|x86.ActiveCfg = Release|Win32 - {0A446010-5A87-4F55-8154-EDA3911AA42D}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/BDSpyrunner/BDSpyrunner.vcxproj b/BDSpyrunner/BDSpyrunner.vcxproj index 57d043ce..c0c63b07 100644 --- a/BDSpyrunner/BDSpyrunner.vcxproj +++ b/BDSpyrunner/BDSpyrunner.vcxproj @@ -82,7 +82,7 @@ false ..\..\BDS\bdxcore_mod\ - C:\Users\Administrator\Desktop\BDSpyrunner\BDSpyrunner\Header File;$(IncludePath) + $(VC_IncludePath);$(WindowsSDK_IncludePath); @@ -136,8 +136,7 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true stdcpp17 - - + $(SolutionDir)BDSpyrunner\Header File;%(AdditionalIncludeDirectories) Console