终端一体化运控平台
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

BPASmartClient.MorkBF.csproj 680 B

hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
12345678910111213141516171819202122232425
  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. <PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  12. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Page Update="VIew\Monitor.xaml">
  16. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  17. <SubType>Designer</SubType>
  18. </Page>
  19. </ItemGroup>
  20. </Project>