Verzeichnisstruktur geändert

This commit is contained in:
HuskyTeufel
2021-08-05 09:18:07 +02:00
parent 4d26bb007e
commit e041283a39
7 changed files with 47310 additions and 4 deletions

View File

@@ -1,5 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\XMLParser\XMLParser.csproj" />
</ItemGroup>
<ItemGroup>
<Content Update="input.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>