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

12 lines
229 B
XML
Raw Normal View History

2025-08-18 22:05:17 +03:00
<Project Sdk="Microsoft.NET.Sdk">
2024-11-15 14:30:06 +03:00
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
2025-08-18 22:05:17 +03:00
<ItemGroup>
<PackageReference Include="System.Text.Encoding.CodePages" />
</ItemGroup>
2024-11-15 14:30:06 +03:00
</Project>