终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
1.3 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.Http\BPASmartClient.Http.csproj" />
  19. <ProjectReference Include="..\BPASmartClient.HubHelper\BPASmartClient.HubHelper.csproj" />
  20. <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
  21. <ProjectReference Include="..\BPASmartClient.S7Net\BPASmartClient.S7Net.csproj" />
  22. </ItemGroup>
  23. </Project>