0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-08-23 17:40:26 +03:00
Files
ParkanPlayground/TextureDecoder/TextureDecoder.csproj

16 lines
317 B
XML
Raw Normal View History

2024-11-14 12:04:05 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
2025-08-18 22:05:17 +03:00
<PackageReference Include="SixLabors.ImageSharp" />
2024-11-18 23:48:42 +03:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TexmLib\TexmLib.csproj" />
</ItemGroup>
2024-11-14 12:04:05 +03:00
</Project>