Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
twoone3l committed Aug 16, 2021
1 parent 8c93d1f commit 58e38e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions BDSpyrunner.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions BDSpyrunner/BDSpyrunner.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\..\BDS\bdxcore_mod\</OutDir>
<IncludePath>C:\Users\Administrator\Desktop\BDSpyrunner\BDSpyrunner\Header File;$(IncludePath)</IncludePath>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -136,8 +136,7 @@
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp17</LanguageStandard>
<AdditionalIncludeDirectories>
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>$(SolutionDir)BDSpyrunner\Header File;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit 58e38e5

Please sign in to comment.