mirror of
https://github.com/flibitijibibo/RogueLegacy1.git
synced 2025-12-06 02:30:51 -08:00
This commit is contained in:
parent
64c97c2f29
commit
57a8444089
2 changed files with 11 additions and 1 deletions
|
|
@ -13,7 +13,10 @@
|
|||
<PropertyGroup>
|
||||
<PublishAot>true</PublishAot>
|
||||
</PropertyGroup>
|
||||
<!--<Import Project="$(SolutionDir)NativeAOT_Console.targets" Condition="Exists('$(SolutionDir)NativeAOT_Console.targets')" />-->
|
||||
|
||||
<ItemGroup>
|
||||
<RdXmlFile Include="rd.xml" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\FNA\FNA.Core.csproj">
|
||||
|
|
|
|||
7
rd.xml
Normal file
7
rd.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<Directives>
|
||||
<Application>
|
||||
<Assembly Name="mscorlib" />
|
||||
<Assembly Name="FNA" Dynamic="Required All" />
|
||||
<Assembly Name="RogueLegacy" Dynamic="Required All" />
|
||||
</Application>
|
||||
</Directives>
|
||||
Loading…
Add table
Add a link
Reference in a new issue