mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-01 10:42:24 -05:00
9 lines
207 B
XML
9 lines
207 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|