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.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- <PackageIcon>eesast_software_trans.png</PackageIcon>
- </PropertyGroup>
-
- <ItemGroup>
- <None Include="..\..\resource\eesast_software_trans.png">
- <Pack>True</Pack>
- <PackagePath>\</PackagePath>
- </None>
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
- <PackageReference Include="Tencent.QCloud.Cos.Sdk" Version="5.4.36">
- <TreatAsUsed>true</TreatAsUsed>
- </PackageReference>
- </ItemGroup>
-
- </Project>
|