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

52 lines
1.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.Communication" Version="1.0.36" />
  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. <Compile Update="Properties\Settings.Designer.cs">
  18. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  19. <AutoGen>True</AutoGen>
  20. <DependentUpon>Settings.settings</DependentUpon>
  21. </Compile>
  22. </ItemGroup>
  23. <ItemGroup>
  24. <None Update="Properties\Settings.settings">
  25. <Generator>SettingsSingleFileGenerator</Generator>
  26. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  27. </None>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <Page Update="View\HardwareStatusView.xaml">
  31. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  32. <SubType>Designer</SubType>
  33. </Page>
  34. <Page Update="View\RecipeInfosView.xaml">
  35. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  36. </Page>
  37. <Page Update="View\RecipeReceiveView.xaml">
  38. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  39. </Page>
  40. <Page Update="View\SiemensRecipeSendDownView.xaml">
  41. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  42. </Page>
  43. </ItemGroup>
  44. </Project>