4 Star 38 Fork 5

空山明月/中书君-Rime管理器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WubiMaster.csproj 5.03 KB
一键复制 编辑 原始数据 按行查看 历史
shiqiqi 提交于 2025-02-22 10:29 +08:00 . .net版本升级到8
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationIcon>faviocn.ico</ApplicationIcon>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationManifest>app.manifest</ApplicationManifest>
<SupportedOSPlatformVersion>10.0.26100.0</SupportedOSPlatformVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningLevel>9999</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<WarningLevel>9999</WarningLevel>
</PropertyGroup>
<ItemGroup>
<None Remove="Assets\Fonts\黑体字根.ttf" />
<None Remove="Assets\Schemas\schema.zip" />
<None Remove="Assets\Schemas\table06.zip" />
<None Remove="Assets\Schemas\table86.zip" />
<None Remove="Assets\Schemas\table98.zip" />
<None Remove="Assets\Schemas\WubiMaster.txt" />
<None Remove="Assets\Spelling\wb06_spelling.txt" />
<None Remove="Assets\Spelling\wb86_spelling.txt" />
<None Remove="Assets\Spelling\wb98_spelling.txt" />
<None Remove="Fonts\iconfont.ttf" />
<None Remove="Fonts\方正启体_GBK.ttf" />
<None Remove="Fonts\演示佛系体.ttf" />
<None Remove="Fonts\黑体字根.ttf" />
<None Remove="Images\donation.png" />
<None Remove="Images\JinriShici\低头.png" />
<None Remove="Images\JinriShici\侧脸.png" />
<None Remove="Images\JinriShici\侧身微笑.png" />
<None Remove="Images\JinriShici\坐椅子的女人.png" />
<None Remove="Images\JinriShici\坐着的女人.png" />
<None Remove="Images\JinriShici\思考.png" />
<None Remove="Images\JinriShici\手托头.png" />
<None Remove="Images\JinriShici\正面.png" />
<None Remove="Images\JinriShici\翘二郎腿的女人.png" />
<None Remove="Images\JinriShici\长发女人.png" />
<None Remove="Images\JinriShici\青花瓷少女.png" />
<None Remove="Images\JinriShici\青花瓷衣服.png" />
<None Remove="Images\logo.ico" />
<None Remove="Images\wubi_demo.png" />
<None Remove="Images\低头的人.png" />
<None Remove="Images\节气1.png" />
</ItemGroup>
<ItemGroup>
<COMReference Include="IWshRuntimeLibrary">
<WrapperTool>tlbimp</WrapperTool>
<VersionMinor>0</VersionMinor>
<VersionMajor>1</VersionMajor>
<Guid>f935dc20-1cf0-11d0-adb9-00c04fd58a0b</Guid>
<Lcid>0</Lcid>
<Isolated>false</Isolated>
<EmbedInteropTypes>true</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Fonts\黑体字根.ttf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Assets\Schemas\WubiMaster.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="faviocn.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="YamlDotNet" Version="15.1.1" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Spelling\wb06_spelling.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Assets\Spelling\wb86_spelling.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Assets\Spelling\wb98_spelling.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Resource Include="Fonts\iconfont.ttf" />
<Resource Include="Fonts\方正启体_GBK.ttf" />
<Resource Include="Fonts\黑体字根.ttf" />
<Resource Include="Images\donation.png" />
<Resource Include="Images\JinriShici\低头.png" />
<Resource Include="Images\JinriShici\侧脸.png" />
<Resource Include="Images\JinriShici\侧身微笑.png" />
<Resource Include="Images\JinriShici\坐椅子的女人.png" />
<Resource Include="Images\JinriShici\坐着的女人.png" />
<Resource Include="Images\JinriShici\思考.png" />
<Resource Include="Images\JinriShici\手托头.png" />
<Resource Include="Images\JinriShici\正面.png" />
<Resource Include="Images\JinriShici\翘二郎腿的女人.png" />
<Resource Include="Images\JinriShici\长发女人.png" />
<Resource Include="Images\JinriShici\青花瓷少女.png" />
<Resource Include="Images\JinriShici\青花瓷衣服.png" />
<Resource Include="Images\wubi_demo.png" />
<Resource Include="Images\JinriShici\低头的人.png" />
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/hi-coder/WubiMaster.git
git@gitee.com:hi-coder/WubiMaster.git
hi-coder
WubiMaster
中书君-Rime管理器
master

搜索帮助