终端一体化运控平台
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

27 righe
733 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.CustomResource\BPASmartClient.CustomResource.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Compile Update="View\DebugView.xaml.cs">
  13. <SubType>Code</SubType>
  14. </Compile>
  15. <Compile Update="View\MonitorView.xaml.cs">
  16. <SubType>Code</SubType>
  17. </Compile>
  18. <Compile Update="View\ParSetView.xaml.cs">
  19. <SubType>Code</SubType>
  20. </Compile>
  21. </ItemGroup>
  22. </Project>