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

17 lines
729 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\PhoenixLib.Configuration\PhoenixLib.Configuration.csproj" />
<ProjectReference Include="..\..\PhoenixLib.Events\PhoenixLib.Events.csproj" />
<ProjectReference Include="..\..\PhoenixLib.Logging\PhoenixLib.Logging.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>