终端一体化运控平台
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

31 rinda
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. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  9. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  10. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  11. <ProjectReference Include="..\BPASmartClient.EventBus\BPASmartClient.EventBus.csproj" />
  12. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  13. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <Compile Update="View\Debug.xaml.cs">
  17. <SubType>Code</SubType>
  18. </Compile>
  19. <Compile Update="View\Monitor.xaml.cs">
  20. <SubType>Code</SubType>
  21. </Compile>
  22. <Compile Update="View\ParSet.xaml.cs">
  23. <SubType>Code</SubType>
  24. </Compile>
  25. </ItemGroup>
  26. </Project>