2023-07-09 16:46:35 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<LanguageVersion>7.3</LanguageVersion>
|
|
|
|
<Nullable>disable</Nullable>
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Quik\Quik.csproj" />
|
|
|
|
<ProjectReference Include="..\Quik.StbImage\Quik.StbImage.csproj" />
|
2023-09-22 18:30:17 +02:00
|
|
|
<ProjectReference Include="..\Quik.FreeType\Quik.FreeType.csproj" />
|
2023-07-09 16:46:35 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|