终端一体化运控平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

BPASmartClient.MorkBF.csproj 680 B

2 年前
2 年前
2 年前
2 年前
2 年前
2 年前
2 年前
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>