终端一体化运控平台
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

36 rindas
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. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" />
  8. <ItemGroup>
  9. <Compile Remove="Model\Recipe\LocalRecipeData.cs" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
  13. <PackageReference Include="SqlSugarCore" Version="5.1.4.84" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  17. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  18. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <Compile Update="Views\ItemStorageView.xaml.cs">
  22. <SubType>Code</SubType>
  23. </Compile>
  24. <Compile Update="Views\RecipeManageView.xaml.cs">
  25. <SubType>Code</SubType>
  26. </Compile>
  27. </ItemGroup>
  28. </Project>