当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 6

kifast / VC-LTL
暂停

forked from 初雨团队 / VC-LTL
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ltlvcrt.props 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<!--
作者:mingkuang
修改日期:2018-04-21
单纯做个转发,此文件已经弃用,单纯为了兼容老项目而存在,建议直接使用“VC-LTL helper for Visual Studio.props”。
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="VC_LTL_PlatformPrepareForBuild_ltlvcrt">
<PropertyGroup>
<!--先判断Sln目录是否已经有了VC-LTL,如果已经存在,那么优先使用本地工程中的VC-LTL-->
<VC_LTL_Root Condition=" ('$(VC_LTL_Root)'=='') And (Exists('$(SolutionDir)VC-LTL\_msvcrt.h')) ">$(SolutionDir)VC-LTL</VC_LTL_Root>
<!--如果本地工程没有,那么继续尝试通过注册表获取VC-LTL路径-->
<VC_LTL_Root Condition=" '$(VC_LTL_Root)'=='' ">$(Registry:HKEY_CURRENT_USER\Code\VC-LTL@Root)</VC_LTL_Root>
<!--如果还是没有,那么走最极端方案,开启翻滚模式-->
<VC_LTL_Root Condition=" '$(VC_LTL_Root)'=='' ">..\VC-LTL</VC_LTL_Root>
</PropertyGroup>
<ImportGroup Condition=" '$(VC_LTL_Root)'!=''">
<Import Project="$(VC_LTL_Root)\Config\config.props" Condition="Exists('$(VC_LTL_Root)\Config\config.props')"/>
<!--兼容模式,尝试加载老版本-->
<Import Project="$(VC_LTL_Root)\ltlvcrt.props" Condition="(!Exists('$(VC_LTL_Root)\Config\config.props')) And (Exists('$(VC_LTL_Root)\ltlvcrt.props'))"/>
</ImportGroup>
<Target Name="VC_LTL_PlatformPrepareForBuild_ltlvcrt">
<Warning Code="LTL2100" Text="此文件已经弃用,未来版本随时可能删除。强烈建议直接使用“VC-LTL helper for Visual Studio.props”!!!!"/>
</Target>
</Project>
C++
1
https://gitee.com/kifast/VC-LTL.git
git@gitee.com:kifast/VC-LTL.git
kifast
VC-LTL
VC-LTL
master

搜索帮助