1 Star 2 Fork 0

戈小荷/Kook.Net

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Kook.Net.Sample.targets 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
戈小荷 提交于 2024-11-13 16:55 +08:00 . Added KookPipeClient for sending pipe messages
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
<NoWarn>NU1803</NoWarn>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Kook.Net\Kook.Net.csproj"/>
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/gehongyan/Kook.Net.git
git@gitee.com:gehongyan/Kook.Net.git
gehongyan
Kook.Net
Kook.Net
master

搜索帮助