1 Star 0 Fork 62

且听风吟 / FastTrader

forked from liuyinghua / FastTrader 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python.props 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuyinghua 提交于 2023-10-13 00:58 . 兼容64位代码编译
<?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>
<IncludePath>C:\Users\lyhdev\anaconda3\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\Users\lyhdev\anaconda3\libs;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<ClCompile>
<PreprocessorDefinitions>BOOST_PYTHON_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
C++
1
https://gitee.com/qtfy2020/FastTrader.git
git@gitee.com:qtfy2020/FastTrader.git
qtfy2020
FastTrader
FastTrader
master

搜索帮助