Bewertungen werden nun gelesen
This commit is contained in:
14
ConsoleApp1/ConsoleApp1.csproj
Normal file
14
ConsoleApp1/ConsoleApp1.csproj
Normal 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
6
ConsoleApp1/Program.cs
Normal 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();
|
||||
Reference in New Issue
Block a user