You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Installer.csproj 1.0 kB

2 years ago
12345678910111213141516171819202122232425262728293031
  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. <UseWindowsForms>true</UseWindowsForms>
  8. <ApplicationIcon>eesast_software_trans_enlarged.ico</ApplicationIcon>
  9. <PackageIcon>eesast_software_trans.png</PackageIcon>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <Content Include="eesast_software_trans_enlarged.ico" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <None Include="..\..\resource\eesast_software_trans.png">
  16. <Pack>True</Pack>
  17. <PackagePath>\</PackagePath>
  18. </None>
  19. </ItemGroup>
  20. <ItemGroup>
  21. <PackageReference Include="ICSharpCode.SharpZipLib.dll" Version="0.85.4.369" />
  22. <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
  23. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  24. <PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.35" />
  25. </ItemGroup>
  26. </Project>