server-master/srcs/_plugins/WingsEmu.Plugins.GameEvents/WingsEmu.Plugins.GameEvents.csproj

21 lines
922 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Npgsql" Version="5.0.18" />
<ProjectReference Include="..\..\PhoenixLib.Configuration\PhoenixLib.Configuration.csproj" />
<ProjectReference Include="..\..\Plugin.RainbowBattle\Plugin.RainbowBattle.csproj" />
<ProjectReference Include="..\..\WingsAPI.Commands\WingsAPI.Commands.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>