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

hace 2 años
hace 2 años
hace 2 años
hace 1 año
hace 2 años
hace 2 años
hace 2 años
12345678910111213141516171819202122
  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>