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 1.0 kB

2 years ago
2 years ago
2 years ago
123456789101112131415161718192021222324252627282930313233
  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. <ApplicationIcon>eesast_software_trans_enlarged.ico</ApplicationIcon>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <None Remove="Logo.png" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <PackageReference Include="CommandLineParser" Version="2.9.1" />
  14. <PackageReference Include="FrameRateTask" Version="1.2.0" />
  15. <PackageReference Include="Google.Protobuf" Version="3.23.3" />
  16. <PackageReference Include="Grpc" Version="2.46.6" />
  17. <PackageReference Include="Grpc.Core" Version="2.46.6" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ProjectReference Include="..\..\dependency\proto\Protos.csproj" />
  21. <ProjectReference Include="..\..\playback\Playback\Playback.csproj" />
  22. <ProjectReference Include="..\Preparation\Preparation.csproj" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <Resource Include="Logo.png" />
  26. </ItemGroup>
  27. </Project>