server-master/srcs/TranslationsServer/TranslationsServer.csproj

26 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<OutputPath>..\..\dist\translation-server\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RootNamespace>TranslationServer</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="5.0.18" />
<PackageReference Include="protobuf-net.Grpc" Version="1.0.152" />
<PackageReference Include="protobuf-net.Grpc.AspNetCore" Version="1.0.152" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PhoenixLib.Configuration\PhoenixLib.Configuration.csproj" />
<ProjectReference Include="..\PhoenixLib.Multilanguage\PhoenixLib.Multilanguage.csproj" />
<ProjectReference Include="..\WingsAPI.Communication\WingsAPI.Communication.csproj" />
<ProjectReference Include="..\WingsAPI.Data\WingsAPI.Data.csproj" />
<ProjectReference Include="..\WingsEmu.Health\WingsEmu.Health.csproj" />
</ItemGroup>
</Project>