openbsd-ports/games/fna/files/FNA.Settings.props
thfr 5b6d2feb81 import games/fna
DESCR:
This is FNA, an XNA4 reimplementation that focuses solely on developing a fully
accurate XNA4 runtime for the desktop.
The port includes FNA.NetStub and the XNA 4.0 ABI bridge for compatibility with
XNA games, as well as bindings for Vorbisfile and SDL2_image for backwards
compatibility.

ok solene@ who reminded me to separate GH commit id tarballs with DIST_SUBDIR
2020-11-16 23:06:07 +00:00

7 lines
273 B
XML

<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Compile Include="lib/SDL2-CS/src/SDL2_image.cs" />
<Compile Include="../Vorbisfile-CS-${VORBISFILE}/Vorbisfile.cs" />
</ItemGroup>
</Project>