终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 line
1.1 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <UseWPF>true</UseWPF>
  6. <BaseOutputPath>bin\</BaseOutputPath>
  7. <DebugType>portable</DebugType>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="BPA.Message" Version="1.0.86" />
  11. <PackageReference Include="BPA.Models" Version="1.0.38" />
  12. <PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
  13. <PackageReference Include="System.Speech" Version="6.0.0" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  17. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  18. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  19. <ProjectReference Include="..\BPASmartClient.EventBus\BPASmartClient.EventBus.csproj" />
  20. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  21. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  22. </ItemGroup>
  23. </Project>