终端一体化运控平台
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

34 行
1.3 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. <Compile Update="View\DebugView.xaml.cs">
  19. <SubType>Code</SubType>
  20. </Compile>
  21. </ItemGroup>
  22. <ItemGroup>
  23. <Page Update="View\DebugView.xaml">
  24. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  25. <SubType>Designer</SubType>
  26. </Page>
  27. </ItemGroup>
  28. </Project>