second part of the previous commit

This commit is contained in:
Master
2023-10-11 22:42:26 +02:00
parent 969b847c88
commit ae8f51236c
5 changed files with 125 additions and 14 deletions

View File

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