APS7100TestTool.csproj 620 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWindowsForms>true</UseWindowsForms>
  7. <ApplicationIcon />
  8. <StartupObject />
  9. <AssemblyName>APS7100TestTool</AssemblyName>
  10. <RootNamespace>APS7100TestTool</RootNamespace>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <PackageReference Include="MiniExcel" Version="1.42.0" />
  14. <PackageReference Include="NModbus" Version="3.0.81" />
  15. <PackageReference Include="System.IO.Ports" Version="7.0.0" />
  16. </ItemGroup>
  17. </Project>