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

23 lignes
672 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <UseWPF>true</UseWPF>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  9. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  10. <ProjectReference Include="..\BPASmartClient.ViewModel\BPASmartClient.ViewModel.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Page Update="VIew\Monitor.xaml">
  14. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  15. <SubType>Designer</SubType>
  16. </Page>
  17. </ItemGroup>
  18. </Project>