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

89 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. <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.116" />
  17. <PackageReference Include="BPA.Helper" Version="1.0.77" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  21. <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
  22. <ProjectReference Include="..\BPASmartClient.S7Net\BPASmartClient.S7Net.csproj" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <Compile Update="Properties\Settings.Designer.cs">
  26. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  27. <AutoGen>True</AutoGen>
  28. <DependentUpon>Settings.settings</DependentUpon>
  29. </Compile>
  30. <Compile Update="View\BomOfMaterialView.xaml.cs">
  31. <SubType>Code</SubType>
  32. </Compile>
  33. <Compile Update="View\StockBinRawMaterialView.xaml.cs">
  34. <SubType>Code</SubType>
  35. </Compile>
  36. <Compile Update="View\ManualFlowView.xaml.cs">
  37. <SubType>Code</SubType>
  38. </Compile>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Content Update="C:\Users\admin\.nuget\packages\bpa.helper\1.0.70\contentFiles\any\net6.0\dll\Interop.IWshRuntimeLibrary.dll">
  42. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  43. </Content>
  44. </ItemGroup>
  45. <ItemGroup>
  46. <None Update="Properties\Settings.settings">
  47. <Generator>SettingsSingleFileGenerator</Generator>
  48. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  49. </None>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Page Update="View\HardwareStatusView.xaml">
  53. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  54. <SubType>Designer</SubType>
  55. </Page>
  56. <Page Update="View\BomOfMaterialView.xaml">
  57. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  58. <SubType>Designer</SubType>
  59. </Page>
  60. <Page Update="View\StockBinRawMaterialView.xaml">
  61. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  62. <SubType>Designer</SubType>
  63. </Page>
  64. <Page Update="View\ManualFlowView.xaml">
  65. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  66. <SubType>Designer</SubType>
  67. </Page>
  68. <Page Update="View\RecipeInfosView.xaml">
  69. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  70. </Page>
  71. <Page Update="View\RecipeReceiveView.xaml">
  72. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  73. </Page>
  74. <Page Update="View\SiemensRecipeSendDownView.xaml">
  75. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  76. </Page>
  77. </ItemGroup>
  78. </Project>