add xmltest solution

this is temporary.
This commit is contained in:
Jakob 2020-07-25 13:29:41 +02:00
parent bf9814cfd0
commit de633792a5
4 changed files with 115 additions and 0 deletions

8
xmltest/xmltest.csproj Normal file
View file

@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>