终端一体化运控平台
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

BPASmartClient.TourismCollege.csproj 920 B

1 yıl önce
1234567891011121314151617181920212223242526
  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.Device\BPASmartClient.Device.csproj" />
  11. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  12. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Compile Update="Views\ItemStorageView.xaml.cs">
  16. <SubType>Code</SubType>
  17. </Compile>
  18. <Compile Update="Views\RecipeManageView.xaml.cs">
  19. <SubType>Code</SubType>
  20. </Compile>
  21. </ItemGroup>
  22. </Project>