Adding dependencies for Common

This commit is contained in:
2023-04-02 22:15:06 +02:00
parent 4f3a768432
commit 028298156a
8 changed files with 181 additions and 11 deletions

View File

@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>