终端一体化运控平台
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.

BPASmartClient.JXJFoodBigStation.csproj 2.5 KiB

1 jaar geleden
1 jaar geleden
1 jaar geleden
1 jaar geleden
1 jaar geleden
1 jaar geleden
1 jaar geleden
1 jaar geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. <ApplicationIcon>hbl.ico</ApplicationIcon>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <None Remove="hbl.ico" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Content Include="hbl.ico" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <PackageReference Include="BPA.Communication" Version="1.0.36" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  20. <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
  21. <ProjectReference Include="..\BPASmartClient.S7Net\BPASmartClient.S7Net.csproj" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <Compile Update="Properties\Settings.Designer.cs">
  25. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  26. <AutoGen>True</AutoGen>
  27. <DependentUpon>Settings.settings</DependentUpon>
  28. </Compile>
  29. <Compile Update="View\BomOfMaterialView.xaml.cs">
  30. <SubType>Code</SubType>
  31. </Compile>
  32. <Compile Update="View\StockBinRawMaterialView.xaml.cs">
  33. <SubType>Code</SubType>
  34. </Compile>
  35. <Compile Update="View\ManualFlowView.xaml.cs">
  36. <SubType>Code</SubType>
  37. </Compile>
  38. </ItemGroup>
  39. <ItemGroup>
  40. <None Update="Properties\Settings.settings">
  41. <Generator>SettingsSingleFileGenerator</Generator>
  42. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  43. </None>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Page Update="View\HardwareStatusView.xaml">
  47. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  48. <SubType>Designer</SubType>
  49. </Page>
  50. <Page Update="View\BomOfMaterialView.xaml">
  51. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  52. <SubType>Designer</SubType>
  53. </Page>
  54. <Page Update="View\StockBinRawMaterialView.xaml">
  55. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  56. <SubType>Designer</SubType>
  57. </Page>
  58. <Page Update="View\ManualFlowView.xaml">
  59. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  60. <SubType>Designer</SubType>
  61. </Page>
  62. <Page Update="View\RecipeInfosView.xaml">
  63. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  64. </Page>
  65. <Page Update="View\RecipeReceiveView.xaml">
  66. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  67. </Page>
  68. <Page Update="View\SiemensRecipeSendDownView.xaml">
  69. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  70. </Page>
  71. </ItemGroup>
  72. </Project>