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
7 lines
273 B
XML
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>
|