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

41 lines
1.0 KiB

  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.Device\BPASmartClient.Device.csproj" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <Compile Update="View\Debug.xaml.cs">
  12. <SubType>Code</SubType>
  13. </Compile>
  14. <Compile Update="View\Monitor.xaml.cs">
  15. <SubType>Code</SubType>
  16. </Compile>
  17. <Compile Update="View\ParSet.xaml.cs">
  18. <SubType>Code</SubType>
  19. </Compile>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <Page Update="View\Debug.xaml">
  23. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  24. <SubType>Designer</SubType>
  25. </Page>
  26. <Page Update="View\Monitor.xaml">
  27. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  28. <SubType>Designer</SubType>
  29. </Page>
  30. <Page Update="View\ParSet.xaml">
  31. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  32. <SubType>Designer</SubType>
  33. </Page>
  34. </ItemGroup>
  35. </Project>