终端一体化运控平台
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

31 rader
717 B

  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. <None Remove="Images\光柱.png" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\BPASmartClient.Compiler\BPASmartClient.Compiler.csproj" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Reference Include="Antlr3.Runtime">
  15. <HintPath>DLL\Antlr3.Runtime.dll</HintPath>
  16. </Reference>
  17. <Reference Include="Unvell.ReoScript">
  18. <HintPath>DLL\Unvell.ReoScript.dll</HintPath>
  19. </Reference>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <Resource Include="Images\光柱.png" />
  23. </ItemGroup>
  24. </Project>