mirror of
https://github.com/flibitijibibo/RogueLegacy1.git
synced 2025-12-05 18:20:42 -08:00
AOT: Be specific about certain properties for console targets
Some checks failed
CI / Linux (push) Has been cancelled
Some checks failed
CI / Linux (push) Has been cancelled
This commit is contained in:
parent
fbf6a2a185
commit
8771099f4e
1 changed files with 2 additions and 2 deletions
|
|
@ -11,12 +11,12 @@
|
||||||
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
|
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup Condition="!Exists('$(SolutionDir)NativeAOT_Console.targets')">
|
||||||
<PublishAot>true</PublishAot>
|
<PublishAot>true</PublishAot>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<RdXmlFile Include="rd.xml" />
|
<RdXmlFile Include="$(ProjectDir)rd.xml" />
|
||||||
<DirectPInvoke Include="SDL3" />
|
<DirectPInvoke Include="SDL3" />
|
||||||
<DirectPInvoke Include="FNA3D" />
|
<DirectPInvoke Include="FNA3D" />
|
||||||
<DirectPInvoke Include="FAudio" />
|
<DirectPInvoke Include="FAudio" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue