终端一体化运控平台
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.
 
 
 

33 satır
1.1 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="BPA.Helper" Version="1.0.54" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\BPASmart.Model\BPASmart.Model.csproj" />
  13. <ProjectReference Include="..\BPASmartClient.MessageCommunication\BPASmartClient.MessageCommunication.csproj" />
  14. <!--<ProjectReference Include="..\BPASmartClient.MessageName\BPASmartClient.MessageName.csproj" />-->
  15. </ItemGroup>
  16. <ItemGroup>
  17. <Reference Include="Antlr3.Runtime">
  18. <HintPath>..\BPASmartClient.SCADAControl\DLL\Antlr3.Runtime.dll</HintPath>
  19. </Reference>
  20. <Reference Include="BPASmartClient.Compiler">
  21. <HintPath>..\BPASmartClient.SCADAControl\DLL\BPASmartClient.Compiler.dll</HintPath>
  22. </Reference>
  23. <Reference Include="Unvell.ReoScript">
  24. <HintPath>..\BPASmartClient.SCADAControl\DLL\Unvell.ReoScript.dll</HintPath>
  25. </Reference>
  26. </ItemGroup>
  27. </Project>