终端一体化运控平台
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

34 righe
1.0 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="BPA.Communication" Version="1.0.19" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  13. <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
  14. <ProjectReference Include="..\BPASmartClient.S7Net\BPASmartClient.S7Net.csproj" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <Page Update="View\HardwareStatusView.xaml">
  18. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  19. <SubType>Designer</SubType>
  20. </Page>
  21. <Page Update="View\RecipeInfosView.xaml">
  22. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  23. </Page>
  24. <Page Update="View\RecipeReceiveView.xaml">
  25. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  26. </Page>
  27. </ItemGroup>
  28. </Project>