Files
EpinelPS/ProtobufViewUtil/ProtobufViewUtil.csproj
Mikhail Thompson 7c6e57bd63 campaign UI working
2024-06-26 22:02:09 +03:00

23 lines
504 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Core" Version="2.46.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\nksrv\nksrv.csproj" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="..\nksrv/Protos/allmsgs.proto" />
</ItemGroup>
</Project>