mirror of
https://github.com/XFox111/GZipCompression.git
synced 2026-04-22 06:16:18 +03:00
8eba1def4b
* Code refactoring * Rebuilt project for .NET Core 3.1 * Updated code comments
16 lines
741 B
XML
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>
|