Contracts hinzugefügt

This commit is contained in:
Husky
2021-08-15 12:04:09 +02:00
parent 5c9770bf45
commit 538ec3d00b
36 changed files with 201 additions and 97 deletions

View File

@@ -1,14 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\XMLParser\XMLParser.csproj" />
</ItemGroup>
<ItemGroup>
<Content Update="input.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XMLParser.Contract\XMLParser.Contract.csproj" />
<ProjectReference Include="..\XMLParser.Model\XMLParser.Model.csproj" />
<ProjectReference Include="..\XMLParser.Functions\XMLParser.Functions.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>