18 lines
847 B
XML
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>
|