mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-12-20 12:24:06 +00:00
8 lines
207 B
XML
8 lines
207 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|