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.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="CommandLineParser" Version="2.9.1" />
- <PackageReference Include="FrameRateTask" Version="1.2.0" />
- <PackageReference Include="Google.Protobuf" Version="3.25.3" />
- <PackageReference Include="Grpc" Version="2.46.6" />
- <PackageReference Include="Grpc.Core" Version="2.46.6" />
- <PackageReference Include="Grpc.Tools" Version="2.54.0">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\..\dependency\proto\Protos.csproj" />
- <ProjectReference Include="..\..\playback\Playback\Playback.csproj" />
- <ProjectReference Include="..\GameClass\GameClass.csproj" />
- <ProjectReference Include="..\GameEngine\GameEngine.csproj" />
- <ProjectReference Include="..\Gaming\Gaming.csproj" />
- <ProjectReference Include="..\Preparation\Preparation.csproj" />
- </ItemGroup>
-
- </Project>
|