mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-11 22:15:34 +00:00
9 lines
366 B
XML
9 lines
366 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<LangVersion>preview</LangVersion>
|
|
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsTrimmable>
|
|
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
|
<UseArtifactsOutput>true</UseArtifactsOutput>
|
|
</PropertyGroup>
|
|
</Project>
|