终端一体化运控平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BPASmartClient.MorkM.csproj 1.0 KiB

2 년 전
2 년 전
2 년 전
1234567891011121314151617181920212223242526272829303132333435
  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. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Compile Update="View\Monitor.xaml.cs">
  14. <SubType>Code</SubType>
  15. </Compile>
  16. <Compile Update="View\ParSet.xaml.cs">
  17. <SubType>Code</SubType>
  18. </Compile>
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Page Update="View\Monitor.xaml">
  22. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  23. <SubType>Designer</SubType>
  24. </Page>
  25. <Page Update="View\ParSet.xaml">
  26. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  27. <SubType>Designer</SubType>
  28. </Page>
  29. </ItemGroup>
  30. </Project>