Bewertungen werden nun gelesen

This commit is contained in:
2023-06-06 15:21:07 +02:00
parent 7517d43fac
commit c41b48ff78
31 changed files with 72141 additions and 27 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Schnittstelle\Schnittstelle.csproj" />
</ItemGroup>
</Project>

6
ConsoleApp1/Program.cs Normal file
View File

@@ -0,0 +1,6 @@
// See https://aka.ms/new-console-template for more information
using Schnittstelle.Import.XML.v2006;
using System.Diagnostics;
XML2006 xml = new XML2006("../../../../test_code.xml");
Debugger.Break();