18 lines
686 B
XML
18 lines
686 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<Nullable>disable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\PhoenixLib.Configuration\PhoenixLib.Configuration.csproj" />
|
|
<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>
|