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

56 行
1.9 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>bin\</BaseOutputPath>
  7. <DebugType>portable</DebugType>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="BPA.Models" Version="1.0.38" />
  11. <PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  15. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  16. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  17. <ProjectReference Include="..\BPASmartClient.DRCoffee\BPASmartClient.DRCoffee.csproj" />
  18. <ProjectReference Include="..\BPASmartClient.GSIceCream\BPASmartClient.GSIceCream.csproj" />
  19. <ProjectReference Include="..\BPASmartClient.KLMCoffee\BPASmartClient.KLMCoffee.csproj" />
  20. <ProjectReference Include="..\BPASmartClient.Lebai\BPASmartClient.Lebai.csproj" />
  21. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  22. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <Compile Update="View\DebugView.xaml.cs">
  26. <SubType>Code</SubType>
  27. </Compile>
  28. <Compile Update="View\Monitor.xaml.cs">
  29. <SubType>Code</SubType>
  30. </Compile>
  31. <Compile Update="View\ParSer.xaml.cs">
  32. <SubType>Code</SubType>
  33. </Compile>
  34. </ItemGroup>
  35. <ItemGroup>
  36. <Page Update="View\DebugView.xaml">
  37. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  38. <SubType>Designer</SubType>
  39. </Page>
  40. <Page Update="View\Monitor.xaml">
  41. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  42. <SubType>Designer</SubType>
  43. </Page>
  44. <Page Update="View\ParSer.xaml">
  45. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  46. <SubType>Designer</SubType>
  47. </Page>
  48. </ItemGroup>
  49. </Project>