1 Star 0 Fork 0

济南千羽燕信息科技有限公司/WebP转换助手_Image2WebP_Converter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Image2Wep.csproj 893 Bytes
一键复制 编辑 原始数据 按行查看 历史
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>ay9hj-eo1mn-001.ico</ApplicationIcon>
<EnableDefaultPageItems>false</EnableDefaultPageItems>
</PropertyGroup>
<ItemGroup>
<Content Include="ay9hj-eo1mn-001.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="13.4.0" />
<PackageReference Include="Magick.NET.Core" Version="13.4.0" />
<PackageReference Include="Magick.NET.SystemDrawing" Version="7.1.0" />
</ItemGroup>
<ItemGroup>
<Page Include="**\*.xaml" />
<Compile Update="**\*.xaml.cs" DependentUpon="%(Filename)" />
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/QYYTech/Image2WebP_Converter.git
[email protected]:QYYTech/Image2WebP_Converter.git
QYYTech
Image2WebP_Converter
WebP转换助手_Image2WebP_Converter
master

搜索帮助