16 lines
399 B
XML
16 lines
399 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\LibDgf\LibDgf.csproj" />
|
|
<ProjectReference Include="..\libktxsharp\lib\KtxSharp.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|