mirror of
https://github.com/flibitijibibo/RogueLegacy1.git
synced 2025-12-15 15:10:34 -08:00
Compare commits
2 commits
db4d7a734b
...
fbf6a2a185
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fbf6a2a185 | ||
|
|
331fb6efaf |
1 changed files with 24 additions and 0 deletions
|
|
@ -17,6 +17,28 @@
|
|||
|
||||
<ItemGroup>
|
||||
<RdXmlFile Include="rd.xml" />
|
||||
<DirectPInvoke Include="SDL3" />
|
||||
<DirectPInvoke Include="FNA3D" />
|
||||
<DirectPInvoke Include="FAudio" />
|
||||
<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'">
|
||||
<NativeLibrary Include="-lSDL3" />
|
||||
<NativeLibrary Include="-lFNA3D" />
|
||||
<NativeLibrary Include="-lFAudio" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
|
||||
<NativeLibrary Include="SDL3.lib" />
|
||||
<NativeLibrary Include="FNA3D.lib" />
|
||||
<NativeLibrary Include="FAudio.lib" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
@ -61,4 +83,6 @@
|
|||
<Name>FNA</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$(SolutionDir)NativeAOT_Console.targets" Condition="Exists('$(SolutionDir)NativeAOT_Console.targets')" />
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue