Initial import

This commit is contained in:
2022-09-16 12:32:25 +02:00
commit f10a1b7663
16 changed files with 1323 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PeNet" Version="2.9.8" />
</ItemGroup>
</Project>