Files
RemSound/src/RemSound.Core/RemSound.Core.csproj
T

12 lines
409 B
XML
Raw Normal View History

2026-05-13 15:08:31 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>RemSound.Core</RootNamespace>
<AssemblyName>RemSound.Core</AssemblyName>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>