1
0
mirror of https://github.com/XFox111/GZipCompression.git synced 2026-04-22 06:16:18 +03:00
Files
Michael Gordeev 8eba1def4b Merging to .NET Core 3.1 (#2)
* Code refactoring

* Rebuilt project for .NET Core 3.1

* Updated code comments
2020-05-20 08:55:33 +03:00

16 lines
741 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Authors>Michael "XFox" Gordeev</Authors>
<Version>2.0.0</Version>
<Copyright>©2020 Michael "XFox" Gordeev</Copyright>
<RepositoryUrl>https://github.com/XFox111/GZipCompression.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/XFox111/GZipCompression</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<Description>Multi-thread console program which is used to compress/decompress files using block-by-block compression. I've done this project as an entrance test for Software developer position in Veeam Software</Description>
</PropertyGroup>
</Project>