Skip to content

Commit

Permalink
fix(overall): stuff after update
Browse files Browse the repository at this point in the history
- add an icon
  • Loading branch information
szaaamerik committed May 21, 2024
1 parent a640664 commit e05f049
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private static async Task<UIntPtr> CheatRacePtr()
return (nuint)(scanResult + relative + 0x7);
}

ShowError("Name Ptr", sig);
ShowError("Race Ptr", sig);
return 0;
}

Expand Down
14 changes: 8 additions & 6 deletions Forza-Mods-AIO/Forza-Mods-AIO/Forza-Mods-AIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,17 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<Company>05f4b3f8-c3a5-4e39-8053-b3e9b8dea19e</Company>
<Product>3e9b38ef-ff4a-40cc-8fcb-17e5f57be01b</Product>
<AssemblyTitle>c4b6aec6-f89e-4586-948a-4da13e37426c</AssemblyTitle>
<IsPackable>false</IsPackable>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<FileVersion>2.2.0.0</FileVersion>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<FileVersion>2.3.0.0</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>AIO.snk</AssemblyOriginatorKeyFile>
<PublicSign>true</PublicSign>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>portable</DebugType>
<AssemblyName>1ef2b27c-8c4e-4d95-befe-488921eeffb1</AssemblyName>
<AssemblyName>EFCD0733-A3F8-4176-83BE-175FC882D984</AssemblyName>
<PlatformTarget>x64</PlatformTarget>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
Expand All @@ -38,4 +35,9 @@
</Reference>
</ItemGroup>

<ItemGroup>
<None Remove="Resources\Square150x150Logo.scale-200.png" />
<Resource Include="Resources\Square150x150Logo.scale-200.png" />
</ItemGroup>

</Project>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
mc:Ignorable="d"
d:DataContext="{d:DesignInstance local:MainWindow,IsDesignTimeCreatable=True}"
Title="{Binding ViewModel.ApplicationTitle, Mode=OneWay}"
Icon="../../Resources/Square150x150Logo.scale-200.png"
Height="450"
Width="800"
MinHeight="450"
Expand Down

0 comments on commit e05f049

Please sign in to comment.