1 Star 1 Fork 1

zxl/CommonLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jsoncpp.props 804 Bytes
一键复制 编辑 原始数据 按行查看 历史
zxl 提交于 2021-06-19 14:19 . 增加json库
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<ExecutablePath>$(CommonLib)\sdk\jsoncpp\bin\$(Platform)\$(Configuration);$(ExecutablePath)</ExecutablePath>
<IncludePath>$(CommonLib)\sdk\jsoncpp\include;$(IncludePath)</IncludePath>
<LibraryPath>$(CommonLib)\sdk\jsoncpp\lib\$(Platform)\$(Configuration);$(LibraryPath)</LibraryPath>
<SourcePath>$(CommonLib)\sdk\jsoncpp\src;$(SourcePath)</SourcePath>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>jsoncpp.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/bigass1990/commonlib.git
git@gitee.com:bigass1990/commonlib.git
bigass1990
commonlib
CommonLib
master

搜索帮助