Skip to content

Commit

Permalink
Clean up build drops
Browse files Browse the repository at this point in the history
Remove language code directories via SatelliteResourceLanguages=en in csproj file
  • Loading branch information
ethanmoffat committed Dec 19, 2023
1 parent e956d4e commit 063b0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EndlessClient/EndlessClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<NoWarn>CS0649;NU1701</NoWarn>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\client</OutputPath>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\Game.ico</ApplicationIcon>
Expand Down

0 comments on commit 063b0d2

Please sign in to comment.