终端一体化运控平台
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

27 rader
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>