终端一体化运控平台
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

36 wiersze
1.2 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <UseWPF>true</UseWPF>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="BPA.Message" Version="1.0.86" />
  9. <PackageReference Include="BPA.Models" Version="1.0.38" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  13. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  14. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  15. <ProjectReference Include="..\BPASmartClient.EventBus\BPASmartClient.EventBus.csproj" />
  16. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  17. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <Compile Update="View\Debug.xaml.cs">
  21. <SubType>Code</SubType>
  22. </Compile>
  23. <Compile Update="View\Monitor.xaml.cs">
  24. <SubType>Code</SubType>
  25. </Compile>
  26. <Compile Update="View\ParSet.xaml.cs">
  27. <SubType>Code</SubType>
  28. </Compile>
  29. </ItemGroup>
  30. </Project>