终端一体化运控平台
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

29 righe
1.4 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Condition=" '$(EAZFUSCATOR_NET_HOME)' != '' and Exists('$(EAZFUSCATOR_NET_HOME)\Integration\MSBuild\Eazfuscator.NET.targets') " Project="$(EAZFUSCATOR_NET_HOME)\Integration\MSBuild\Eazfuscator.NET.targets" />
  3. <PropertyGroup>
  4. <OutputType>WinExe</OutputType>
  5. <TargetFramework>net6.0-windows</TargetFramework>
  6. <Nullable>enable</Nullable>
  7. <UseWindowsForms>true</UseWindowsForms>
  8. <ImplicitUsings>enable</ImplicitUsings>
  9. </PropertyGroup>
  10. <PropertyGroup>
  11. <!-- Eazfuscator.NET is integrated with this project at MSBuild level: https://www.gapotchenko.com/eazfuscator.net/kb/100036 -->
  12. <EazfuscatorIntegration>MSBuild</EazfuscatorIntegration>
  13. <EazfuscatorActiveConfiguration>Release</EazfuscatorActiveConfiguration>
  14. <EazfuscatorCompatibilityVersion>2021.4</EazfuscatorCompatibilityVersion>
  15. </PropertyGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\BPASmartClient.AGV\BPASmartClient.AGV.csproj" />
  18. <ProjectReference Include="..\BPASmartClient.Helper\BPASmartClient.Helper.csproj" />
  19. <ProjectReference Include="..\BPASmartClient.Http\BPASmartClient.Http.csproj" />
  20. <ProjectReference Include="..\BPASmartClient.HubHelper\BPASmartClient.HubHelper.csproj" />
  21. <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
  22. <ProjectReference Include="..\BPASmartClient.S7Net\BPASmartClient.S7Net.csproj" />
  23. </ItemGroup>
  24. </Project>