Added old file to parse

This commit is contained in:
Simon
2022-12-30 16:12:07 +01:00
parent e390a7f8e7
commit b69ec173ba
30 changed files with 10263 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>