Add project files.

This commit is contained in:
2021-07-05 22:29:31 +02:00
parent ef61217b63
commit 5648effc9a
7 changed files with 314 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.34" />
</ItemGroup>
</Project>