Skip to content

Commit

Permalink
AOT: Be specific about certain properties for console targets
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Dec 13, 2024
1 parent fbf6a2a commit 8771099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RogueLegacy.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
</PropertyGroup>

<PropertyGroup>
<PropertyGroup Condition="!Exists('$(SolutionDir)NativeAOT_Console.targets')">
<PublishAot>true</PublishAot>
</PropertyGroup>

<ItemGroup>
<RdXmlFile Include="rd.xml" />
<RdXmlFile Include="$(ProjectDir)rd.xml" />
<DirectPInvoke Include="SDL3" />
<DirectPInvoke Include="FNA3D" />
<DirectPInvoke Include="FAudio" />
Expand Down

0 comments on commit 8771099

Please sign in to comment.