Добавлены файлы проектов

This commit is contained in:
2025-03-13 15:10:36 +03:00
parent 6d9607081c
commit 997a35159a
5 changed files with 162 additions and 0 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Example.Events.Shared\Example.Events.Shared.csproj"/>
</ItemGroup>
</Project>