1 Star 0 Fork 0

Fangchao.Zheng/plog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
plog.nuspec 923 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>plog</id>
<version>$version$</version>
<description>Pretty powerful logging library in about 1000 lines of code</description>
<authors>SergiusTheBest</authors>
<projectUrl>https://github.com/SergiusTheBest/plog</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>native log logging c++ cpp</tags>
<repository type="git" url="https://github.com/SergiusTheBest/plog" />
<dependencies>
<group targetFramework="native0.0" />
</dependencies>
</metadata>
<files>
<file src="include/**/*.h" target="/lib/native" />
<file src="README.md" target="/docs" />
<file src="plog.targets" target="/build/native" />
<file src="LICENSE" />
</files>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Fangchao_Zheng/plog.git
git@gitee.com:Fangchao_Zheng/plog.git
Fangchao_Zheng
plog
plog
master

搜索帮助