Files
MonoGame.Extended/tests/MonoGame.Extended.Tests/FNA.Extended.Tests.csproj
T
Nikos Kastellanos 4ecb74f6b6 Fna.Extended (#893)
* FNA projects

* update actions

fixes MSBUILD : error MSB1011: Specify which project or solution file to
use because this folder contains more than one project or solution file.

* build tests

* remove test for issue #633

* FNA/XNA compatible

* GraphicsDevice Extensions

* remove MockGameWindow

---------

Co-authored-by: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com>
2024-06-23 22:49:58 -04:00

20 lines
581 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DefineConstants>$(DefineConstants);FNA</DefineConstants>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\source\MonoGame.Extended\FNA.Extended.csproj" />
<ProjectReference Include="..\..\source\MonoGame.Extended.Particles\FNA.Extended.Particles.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Content\" />
</ItemGroup>
<ItemGroup>
<None Update="BitmapFonts\files\**\*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>