终端一体化运控平台
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

22 linhas
617 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <UseWPF>true</UseWPF>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. <BaseOutputPath>bin\</BaseOutputPath>
  8. <DebugType>portable</DebugType>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="BPA.Models" Version="1.0.13" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  15. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  16. </ItemGroup>
  17. </Project>