mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 09:41:14 +02:00
- Use DebugType=none in Directory.Build.props - Remove files included in NuGet packages
8 lines
217 B
XML
8 lines
217 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
<DebugType Condition="'$(Configuration)'=='Release'">none</DebugType>
|
|
</PropertyGroup>
|
|
</Project>
|