You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Server.csproj 1.3 kB

3 years ago
3 years ago
3 years ago
12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="CommandLineParser" Version="2.9.1" />
  10. <PackageReference Include="FrameRateTask" Version="1.2.0" />
  11. <PackageReference Include="Google.Protobuf" Version="3.22.1" />
  12. <PackageReference Include="Grpc" Version="2.46.6" />
  13. <PackageReference Include="Grpc.Core" Version="2.46.6" />
  14. <PackageReference Include="Grpc.Tools" Version="2.52.0">
  15. <PrivateAssets>all</PrivateAssets>
  16. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  17. </PackageReference>
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ProjectReference Include="..\..\dependency\proto\Protos.csproj" />
  21. <ProjectReference Include="..\..\playback\Playback\Playback.csproj" />
  22. <ProjectReference Include="..\GameClass\GameClass.csproj" />
  23. <ProjectReference Include="..\GameEngine\GameEngine.csproj" />
  24. <ProjectReference Include="..\Gaming\Gaming.csproj" />
  25. <ProjectReference Include="..\Preparation\Preparation.csproj" />
  26. </ItemGroup>
  27. </Project>