Skip to content

Commit

Permalink
Updated references for Endwalker
Browse files Browse the repository at this point in the history
  • Loading branch information
newb23 committed Dec 14, 2021
1 parent 9b1c9e2 commit 5493562
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
7 changes: 2 additions & 5 deletions Boko/Boko.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Boko</RootNamespace>
<AssemblyName>Boko</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -53,7 +53,7 @@
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="RebornBuddy, Version=1.0.189.0, Culture=neutral, PublicKeyToken=48d7174f8a943034, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\RebornBuddy.exe</HintPath>
<HintPath>..\..\..\..\Game Data\FFXIVBots\RB64\RebornBuddy.exe</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -148,9 +148,6 @@
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Content Include="Libraries\RebornBuddy.exe" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
Expand Down
8 changes: 4 additions & 4 deletions Boko/app.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="RebornBuddy" publicKeyToken="48d7174f8a943034" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.189.0" newVersion="1.0.189.0" />
<assemblyIdentity name="RebornBuddy" publicKeyToken="48d7174f8a943034" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.189.0" newVersion="1.0.189.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
6 changes: 3 additions & 3 deletions BokoLoader/BokoLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BokoLoader</RootNamespace>
<AssemblyName>BokoLoader</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
Expand Down Expand Up @@ -43,9 +43,9 @@
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="RebornBuddy, Version=1.0.189.0, Culture=neutral, PublicKeyToken=48d7174f8a943034, processorArchitecture=AMD64">
<Reference Include="RebornBuddy, Version=1.0.289.0, Culture=neutral, PublicKeyToken=48d7174f8a943034, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\References\RebornBuddy.exe</HintPath>
<HintPath>..\..\..\..\Game Data\FFXIVBots\RB64\RebornBuddy.exe</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
Binary file modified References/GreyMagic.dll
Binary file not shown.
1 change: 0 additions & 1 deletion References/RebornBuddy.exe

0 comments on commit 5493562

Please sign in to comment.