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>
|