Skip to content

Commit

Permalink
Renamed 'bot' to 'goto' since it's slowly turned into a 'goto place' …
Browse files Browse the repository at this point in the history
…thing
  • Loading branch information
nooperation committed Sep 11, 2022
1 parent ff64b16 commit 253ab06
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<ClCompile Include="Main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="bot.cpp">
<ClCompile Include="goto.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="bot.h">
<ClInclude Include="goto.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{52592CEE-29BC-4723-A838-F4784E691334}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>bot</RootNamespace>
<ProjectName>bot</ProjectName>
<RootNamespace>goto</RootNamespace>
<ProjectName>goto</ProjectName>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down Expand Up @@ -47,7 +47,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<TargetExt>.d2h</TargetExt>
<TargetName>bot</TargetName>
<TargetName>goto</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
Expand All @@ -59,7 +59,7 @@
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;bot_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;GOTO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<LanguageStandard>stdcpp17</LanguageStandard>
Expand All @@ -83,7 +83,7 @@ xcopy /Y $(TargetDir)$(TargetName).pdb "$(Diablo2Path)\plugin\"</Command>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;bot_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;GOTO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck>true</SDLCheck>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<LanguageStandard>stdcpp17</LanguageStandard>
Expand Down
14 changes: 7 additions & 7 deletions d2es-stuff.sln
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "transmute", "D2Hackit\Modul
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "waypoint", "D2Hackit\Modules\waypoint\waypoint.vcxproj", "{48DDFD5B-7097-4C3F-ADCA-CE8E720E17AC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bot", "D2Hackit\Modules\bot\bot.vcxproj", "{52592CEE-29BC-4723-A838-F4784E691334}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "autoSell", "D2Hackit\Modules\autoSell\autoSell.vcxproj", "{D92FD3C9-082F-4DFB-B414-3538D1F9DE28}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "autoAncientScroll", "D2Hackit\Modules\autoAncientScroll\autoAncientScroll.vcxproj", "{FF4D7C7F-7217-4447-F996-98DBF93EF41C}"
Expand All @@ -75,6 +73,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sleepy", "plugins\sleepy\sl
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "follow", "D2Hackit\Modules\follow\follow.vcxproj", "{F131F2F2-E657-43E7-A5D0-3A7E67717C76}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "goto", "D2Hackit\Modules\goto\goto.vcxproj", "{52592CEE-29BC-4723-A838-F4784E691334}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down Expand Up @@ -165,10 +165,6 @@ Global
{48DDFD5B-7097-4C3F-ADCA-CE8E720E17AC}.Debug|Win32.Build.0 = Debug|Win32
{48DDFD5B-7097-4C3F-ADCA-CE8E720E17AC}.Release|Win32.ActiveCfg = Release|Win32
{48DDFD5B-7097-4C3F-ADCA-CE8E720E17AC}.Release|Win32.Build.0 = Release|Win32
{52592CEE-29BC-4723-A838-F4784E691334}.Debug|Win32.ActiveCfg = Debug|Win32
{52592CEE-29BC-4723-A838-F4784E691334}.Debug|Win32.Build.0 = Debug|Win32
{52592CEE-29BC-4723-A838-F4784E691334}.Release|Win32.ActiveCfg = Release|Win32
{52592CEE-29BC-4723-A838-F4784E691334}.Release|Win32.Build.0 = Release|Win32
{D92FD3C9-082F-4DFB-B414-3538D1F9DE28}.Debug|Win32.ActiveCfg = Debug|Win32
{D92FD3C9-082F-4DFB-B414-3538D1F9DE28}.Debug|Win32.Build.0 = Debug|Win32
{D92FD3C9-082F-4DFB-B414-3538D1F9DE28}.Release|Win32.ActiveCfg = Release|Win32
Expand Down Expand Up @@ -213,6 +209,10 @@ Global
{F131F2F2-E657-43E7-A5D0-3A7E67717C76}.Debug|Win32.Build.0 = Debug|Win32
{F131F2F2-E657-43E7-A5D0-3A7E67717C76}.Release|Win32.ActiveCfg = Release|Win32
{F131F2F2-E657-43E7-A5D0-3A7E67717C76}.Release|Win32.Build.0 = Release|Win32
{52592CEE-29BC-4723-A838-F4784E691334}.Debug|Win32.ActiveCfg = Debug|Win32
{52592CEE-29BC-4723-A838-F4784E691334}.Debug|Win32.Build.0 = Debug|Win32
{52592CEE-29BC-4723-A838-F4784E691334}.Release|Win32.ActiveCfg = Release|Win32
{52592CEE-29BC-4723-A838-F4784E691334}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -239,7 +239,6 @@ Global
{F964818F-9DA4-47DD-B3F2-EB6DF0C175DC} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
{E6F0F48D-3BDF-4D4C-B198-20CA750E201E} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
{48DDFD5B-7097-4C3F-ADCA-CE8E720E17AC} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
{52592CEE-29BC-4723-A838-F4784E691334} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
{D92FD3C9-082F-4DFB-B414-3538D1F9DE28} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
{FF4D7C7F-7217-4447-F996-98DBF93EF41C} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
{832CCF50-B3EA-4201-9FFF-90C6FD82FF3A} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
Expand All @@ -251,6 +250,7 @@ Global
{8E5407A8-194D-4968-8908-9E499D6380ED} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
{F52512D1-F611-4E9A-81E5-074B75B02094} = {9637B3AB-2054-440D-8836-84624BE534C5}
{F131F2F2-E657-43E7-A5D0-3A7E67717C76} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
{52592CEE-29BC-4723-A838-F4784E691334} = {B633F61A-62D5-4159-BA82-8C17FFE77E9C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DAE5C20-C224-4A1A-8147-796AF2BFCA24}
Expand Down

0 comments on commit 253ab06

Please sign in to comment.