server-master/srcs/_plugins/WingsEmu.Plugins.PacketHandling/WingsEmu.Plugins.PacketHandling.csproj
2026-02-10 18:21:30 +01:00

18 lines
847 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\WingsAPI.Game.Extensions\WingsAPI.Game.Extensions.csproj" />
<ProjectReference Include="..\..\WingsAPI.Game\WingsAPI.Game.csproj" />
<ProjectReference Include="..\..\WingsAPI.Packets.Handling\WingsAPI.Packets.Handling.csproj" />
<ProjectReference Include="..\..\WingsEmu.Health\WingsEmu.Health.csproj" />
<ProjectReference Include="..\WingsEmu.Plugins.BasicImplementation\WingsEmu.Plugins.BasicImplementations.csproj" />
<ProjectReference Include="..\WingsEmu.Plugins.DistributedGameEvents\WingsEmu.Plugins.DistributedGameEvents.csproj" />
</ItemGroup>
</Project>