qamp/Qrakhen.Qamp.Core/Qrakhen.Qamp.Core.csproj.Ba...

19 lines
419 B
Plaintext

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Qrakhen.Loq\Qrakhen.Loq.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Loq\" />
</ItemGroup>
</Project>