add xmltest solution
this is temporary.
This commit is contained in:
parent
bf9814cfd0
commit
de633792a5
4 changed files with 115 additions and 0 deletions
8
xmltest/xmltest.csproj
Normal file
8
xmltest/xmltest.csproj
Normal file
|
@ -0,0 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Reference in a new issue