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

35 rindas
1.3 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="..\BeDesignerSCADA\BeDesignerSCADA.csproj" />
  13. <ProjectReference Include="..\BPASmart.Model\BPASmart.Model.csproj" />
  14. <ProjectReference Include="..\BPASmartClient.MessageCommunication\BPASmartClient.MessageCommunication.csproj" />
  15. <!--<ProjectReference Include="..\BPASmartClient.MessageName\BPASmartClient.MessageName.csproj" />-->
  16. <ProjectReference Include="..\BPASmartClient.SCADAControl\BPASmartClient.SCADAControl.csproj" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <Reference Include="Antlr3.Runtime">
  20. <HintPath>..\BPASmartClient.SCADAControl\DLL\Antlr3.Runtime.dll</HintPath>
  21. </Reference>
  22. <Reference Include="BPASmartClient.Compiler">
  23. <HintPath>..\BPASmartClient.SCADAControl\DLL\BPASmartClient.Compiler.dll</HintPath>
  24. </Reference>
  25. <Reference Include="Unvell.ReoScript">
  26. <HintPath>..\BPASmartClient.SCADAControl\DLL\Unvell.ReoScript.dll</HintPath>
  27. </Reference>
  28. </ItemGroup>
  29. </Project>