终端一体化运控平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

77 lignes
2.6 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.Message" Version="1.0.66" />
  10. <PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  14. <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
  15. <ProjectReference Include="..\BPASmartClient.S7Net\BPASmartClient.S7Net.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Page Update="View\ChangeDeviceNameView.xaml">
  19. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  20. <SubType>Designer</SubType>
  21. </Page>
  22. <Page Update="View\DeviceListView.xaml">
  23. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  24. <SubType>Designer</SubType>
  25. </Page>
  26. <Page Update="View\DeviceMaterialParView.xaml">
  27. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  28. <SubType>Designer</SubType>
  29. </Page>
  30. <Page Update="View\HardwareStatusView.xaml">
  31. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  32. <SubType>Designer</SubType>
  33. </Page>
  34. <Page Update="View\ManualControlView.xaml">
  35. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  36. <SubType>Designer</SubType>
  37. </Page>
  38. <Page Update="View\NewLocalRecipeView.xaml">
  39. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  40. <SubType>Designer</SubType>
  41. </Page>
  42. <Page Update="View\NewMaterialView.xaml">
  43. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  44. <SubType>Designer</SubType>
  45. </Page>
  46. <Page Update="View\NewRecipeView.xaml">
  47. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  48. <SubType>Designer</SubType>
  49. </Page>
  50. <Page Update="View\RecipeControlView.xaml">
  51. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  52. <SubType>Designer</SubType>
  53. </Page>
  54. <Page Update="View\RecipeInfosView.xaml">
  55. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  56. <SubType>Designer</SubType>
  57. </Page>
  58. <Page Update="View\RecipeReceiveView.xaml">
  59. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  60. <SubType>Designer</SubType>
  61. </Page>
  62. <Page Update="View\RecipeSettingsView.xaml">
  63. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  64. <SubType>Designer</SubType>
  65. </Page>
  66. <Page Update="View\SiemensRecipeReceiveView.xaml">
  67. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  68. <SubType>Designer</SubType>
  69. </Page>
  70. </ItemGroup>
  71. </Project>