server-master/srcs/_plugins/Plugin.PlayerLogs/Plugin.PlayerLogs.csproj
2026-02-10 18:21:30 +01:00

19 lines
661 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\PhoenixLib.Messaging\PhoenixLib.Messaging.csproj" />
<ProjectReference Include="..\..\WingsAPI.Game.Extensions\WingsAPI.Game.Extensions.csproj" />
<ProjectReference Include="..\..\WingsAPI.Game\WingsAPI.Game.csproj" />
<ProjectReference Include="..\..\WingsAPI.Plugins\WingsAPI.Plugins.csproj" />
</ItemGroup>
</Project>