终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

93 lines
2.8 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. <None Remove="hbl.ico" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Content Include="hbl.ico" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <PackageReference Include="BPA.Communication" Version="1.0.105" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Compile Update="View\BomOfMaterialView.xaml.cs">
  22. <SubType>Code</SubType>
  23. </Compile>
  24. <Compile Update="View\ManualFlowView.xaml.cs">
  25. <SubType>Code</SubType>
  26. </Compile>
  27. <Compile Update="View\SelectRecipesView.xaml.cs">
  28. <SubType>Code</SubType>
  29. </Compile>
  30. <Compile Update="View\StockBinRawMaterialView.xaml.cs">
  31. <SubType>Code</SubType>
  32. </Compile>
  33. </ItemGroup>
  34. <ItemGroup>
  35. <Page Update="View\BomOfMaterialView.xaml">
  36. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  37. </Page>
  38. <Page Update="View\ChangeDeviceNameView.xaml">
  39. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  40. </Page>
  41. <Page Update="View\DeviceListView.xaml">
  42. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  43. </Page>
  44. <Page Update="View\DeviceMaterialParView.xaml">
  45. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  46. </Page>
  47. <Page Update="View\HardwareStatusView.xaml">
  48. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  49. </Page>
  50. <Page Update="View\ManualCommView.xaml">
  51. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  52. </Page>
  53. <Page Update="View\ManualControlView.xaml">
  54. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  55. </Page>
  56. <Page Update="View\ManualFlowView.xaml">
  57. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  58. </Page>
  59. <Page Update="View\NewLocalRecipeView.xaml">
  60. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  61. </Page>
  62. <Page Update="View\NewMaterialView.xaml">
  63. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  64. </Page>
  65. <Page Update="View\NewRecipeView.xaml">
  66. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  67. </Page>
  68. <Page Update="View\RecipeControlView.xaml">
  69. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  70. </Page>
  71. <Page Update="View\RecipeSettingsView.xaml">
  72. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  73. </Page>
  74. <Page Update="View\SiemensRecipeReceiveView.xaml">
  75. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  76. </Page>
  77. <Page Update="View\StockBinRawMaterialView.xaml">
  78. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  79. </Page>
  80. <Page Update="View\SystemParView.xaml">
  81. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  82. </Page>
  83. </ItemGroup>
  84. </Project>