map3drendering/LandblockExtraction/LandblockExtraction.csproj
Troispoils 18203c539f DatReader class heritage
Start Atlas maker class for generate atlas texture
2024-02-26 17:06:03 +01:00

22 lines
564 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="AC2RE.Definitions">
<HintPath>..\Libs\AC2RE.Definitions.dll</HintPath>
</Reference>
<Reference Include="AC2RE.Utils">
<HintPath>..\Libs\AC2RE.Utils.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.6.0" />
</ItemGroup>
</Project>