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

26 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<OutputPath>..\..\dist\logs-server\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net.Webhook" Version="2.4.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.38.0" />
<PackageReference Include="protobuf-net.Grpc.AspNetCore" Version="1.0.152" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PhoenixLib.Events\PhoenixLib.Events.csproj" />
<ProjectReference Include="..\PhoenixLib.Logging\PhoenixLib.Logging.csproj" />
<ProjectReference Include="..\WingsEmu.Communication.gRPC\WingsEmu.Communication.gRPC.csproj" />
<ProjectReference Include="..\WingsEmu.Health\WingsEmu.Health.csproj" />
<ProjectReference Include="..\_plugins\Plugin.MongoLogs\Plugin.MongoLogs.csproj" />
<ProjectReference Include="..\_plugins\Plugin.DB.EF\Plugin.DB.EF.csproj" />
<ProjectReference Include="..\_plugins\Plugin.PlayerLogs\Plugin.PlayerLogs.csproj" />
</ItemGroup>
</Project>