终端一体化运控平台
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

30 řádky
987 B

  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.Model\BPASmartClient.Model.csproj" />
  12. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Compile Update="View\Debug.xaml.cs">
  16. <SubType>Code</SubType>
  17. </Compile>
  18. <Compile Update="View\Monitor.xaml.cs">
  19. <SubType>Code</SubType>
  20. </Compile>
  21. <Compile Update="View\ParSet.xaml.cs">
  22. <SubType>Code</SubType>
  23. </Compile>
  24. </ItemGroup>
  25. </Project>