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.

Preparation.csproj 442 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <ApplicationIcon />
  6. <StartupObject />
  7. <Nullable>enable</Nullable>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Google.Protobuf" Version="3.22.4" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\dependency\proto\Protos.csproj" />
  14. </ItemGroup>
  15. </Project>