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.

Client.csproj 955 B

2 years ago
2 years ago
2 years ago
1234567891011121314151617181920212223242526272829303132
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <None Remove="Logo.png" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PackageReference Include="CommandLineParser" Version="2.9.1" />
  13. <PackageReference Include="FrameRateTask" Version="1.2.0" />
  14. <PackageReference Include="Google.Protobuf" Version="3.22.1" />
  15. <PackageReference Include="Grpc" Version="2.46.6" />
  16. <PackageReference Include="Grpc.Core" Version="2.46.6" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\..\dependency\proto\Protos.csproj" />
  20. <ProjectReference Include="..\..\playback\Playback\Playback.csproj" />
  21. <ProjectReference Include="..\Preparation\Preparation.csproj" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <Resource Include="Logo.png" />
  25. </ItemGroup>
  26. </Project>