Files
Ryujinx/src/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj
Evan Husted 2c15b1ccb6 infra: add aot build configs (by emmaus)
Remade manually because the original commit edited a solution thats very different from current.
2025-03-01 18:25:17 -06:00

17 lines
415 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
<Configurations>Debug;Release;DebugAOT;ReleaseAOT</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ryujinx.SDL2-CS" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
</ItemGroup>
</Project>