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

BPASmartClient.ViewModel.csproj 960 B

2年前
2年前
2年前
1234567891011121314151617181920
  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.DRCoffee\BPASmartClient.DRCoffee.csproj" />
  11. <ProjectReference Include="..\BPASmartClient.GSIceCream\BPASmartClient.GSIceCream.csproj" />
  12. <ProjectReference Include="..\BPASmartClient.IoT\BPASmartClient.IoT.csproj" />
  13. <ProjectReference Include="..\BPASmartClient.Lebai\BPASmartClient.Lebai.csproj" />
  14. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  15. <ProjectReference Include="..\BPASmartClient.SCChip\BPASmartClient.SCChip.csproj" />
  16. </ItemGroup>
  17. </Project>