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

27 líneas
1.1 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <UseWPF>true</UseWPF>
  6. <BaseOutputPath>D:\HBL\Porgram\BPASmartClient\BPASmartClient\bin\Debug\net6.0-windows\Devices</BaseOutputPath>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  10. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  11. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  12. <ProjectReference Include="..\BPASmartClient.DRCoffee\BPASmartClient.DRCoffee.csproj" />
  13. <ProjectReference Include="..\BPASmartClient.GSIceCream\BPASmartClient.GSIceCream.csproj" />
  14. <ProjectReference Include="..\BPASmartClient.Lebai\BPASmartClient.Lebai.csproj" />
  15. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Page Update="View\DebugView.xaml">
  19. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  20. </Page>
  21. </ItemGroup>
  22. </Project>