终端一体化运控平台
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

31 řádky
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>