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
3 years ago
1234567891011121314151617181920212223242526272829303132
  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.23.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.54.0">
  15. <PrivateAssets>all</PrivateAssets>
  16. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  17. </PackageReference>
  18. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ProjectReference Include="..\..\dependency\proto\Protos.csproj" />
  22. <ProjectReference Include="..\..\playback\Playback\Playback.csproj" />
  23. <ProjectReference Include="..\GameClass\GameClass.csproj" />
  24. <ProjectReference Include="..\GameEngine\GameEngine.csproj" />
  25. <ProjectReference Include="..\Gaming\Gaming.csproj" />
  26. <ProjectReference Include="..\Preparation\Preparation.csproj" />
  27. </ItemGroup>
  28. </Project>