2023-07-08 13:17:05 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<Nullable>disable</Nullable>
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-07-08 13:22:18 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Quik.StbTrueType.redist" Version="1.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-07-16 17:31:51 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="runtimes/**">
|
|
|
|
<PackagePath>runtimes</PackagePath>
|
|
|
|
<Pack>true</Pack>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</ItemGroup>
|
2023-07-08 13:17:05 +02:00
|
|
|
</Project>
|