Skip to content

Commit

Permalink
Add PTB to ShadowSort, Increase ClientSize, Fix DragLeave crash edgecase
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Apr 5, 2024
1 parent d94c550 commit fad2687
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 54 deletions.
1 change: 1 addition & 0 deletions HeroesONE++/HeroesONE_R.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Optimize>false</Optimize>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishSingleFile>true</PublishSingleFile>
<LangVersion>latest</LangVersion>
<ApplicationIcon />
<OutputType>Library</OutputType>
Expand Down
1 change: 1 addition & 0 deletions HeroesONE_R_GUI/HeroesONE_R_GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<AssemblyName>HeroesONE_R_GUI</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<LangVersion>latest</LangVersion>
<PublishSingleFile>true</PublishSingleFile>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
Expand Down
Loading

0 comments on commit fad2687

Please sign in to comment.