Skip to content

Commit

Permalink
AOT: Use the IlcSatelliteAssembly group directly
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Dec 12, 2024
1 parent 331fb6e commit fbf6a2a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions RogueLegacy.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<DirectPInvoke Include="SDL3" />
<DirectPInvoke Include="FNA3D" />
<DirectPInvoke Include="FAudio" />
<IlcArg Include="--satellite:$(TargetDir)de\RogueLegacy.resources.dll" />
<IlcArg Include="--satellite:$(TargetDir)es\RogueLegacy.resources.dll" />
<IlcArg Include="--satellite:$(TargetDir)fr\RogueLegacy.resources.dll" />
<IlcArg Include="--satellite:$(TargetDir)pl\RogueLegacy.resources.dll" />
<IlcArg Include="--satellite:$(TargetDir)pt\RogueLegacy.resources.dll" />
<IlcArg Include="--satellite:$(TargetDir)ru\RogueLegacy.resources.dll" />
<IlcArg Include="--satellite:$(TargetDir)zh\RogueLegacy.resources.dll" />
<IlcSatelliteAssembly Include="$(TargetDir)de\RogueLegacy.resources.dll" />
<IlcSatelliteAssembly Include="$(TargetDir)es\RogueLegacy.resources.dll" />
<IlcSatelliteAssembly Include="$(TargetDir)fr\RogueLegacy.resources.dll" />
<IlcSatelliteAssembly Include="$(TargetDir)pl\RogueLegacy.resources.dll" />
<IlcSatelliteAssembly Include="$(TargetDir)pt\RogueLegacy.resources.dll" />
<IlcSatelliteAssembly Include="$(TargetDir)ru\RogueLegacy.resources.dll" />
<IlcSatelliteAssembly Include="$(TargetDir)zh\RogueLegacy.resources.dll" />
</ItemGroup>

<ItemGroup Condition="'$(OS)' != 'Windows_NT'">
Expand Down

0 comments on commit fbf6a2a

Please sign in to comment.