代码拉取完成,页面将自动刷新
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--*****************************************************-->
<!--This MSBuild project file was automatically generated-->
<!--from the original SOURCES/DIRS file by the KBC tool.-->
<!--*****************************************************-->
<!--Leaf project Properties-->
<PropertyGroup>
<ProfilingSupportedBuild >false</ProfilingSupportedBuild>
<CDefines>$(CDefines);PROFILING_SUPPORTED_DATA</CDefines>
<CDefines>$(CDefines);DACCESS_COMPILE</CDefines>
<ExceptionHandling>$(Fullcxxeh)</ExceptionHandling>
<LinkNoLibraries>true</LinkNoLibraries>
<ClAdditionalOptions>$(ClAdditionalOptions) /d2Zi+</ClAdditionalOptions>
<CDefines Condition="'$(_BuildType)' == 'chk' or '$(_BuildType)' == 'dbg'">$(CDefines);_ITERATOR_DEBUG_LEVEL=0</CDefines>
<Win32DllLibs Condition="('$(_BuildType)' == 'chk' or '$(_BuildType)' == 'dbg')">$(Win32DllLibs.Replace("libcpmtd.lib","libcpmtd0.lib"))</Win32DllLibs>
</PropertyGroup>
<!-- We link statically against the CRT except on CoreSystem where we link the system CRT which is cheaper
to link dynamically. We also enable static linking for the case where we're building DAC targeting
CoreSystem but hosted on Windows (BuildForCoreSystem hasn't been target/hostified in the build system yet). -->
<PropertyGroup Condition="'$(BuildForCoreSystem)' != 'true' or '$(DacCrossCompileHack)' == 'true'">
<UseMsvcrt>false</UseMsvcrt>
<LinkUseCMT Condition="!('$(_BuildType)' == 'chk' or '$(_BuildType)' == 'dbg')">true</LinkUseCMT>
</PropertyGroup>
<!-- See comment on the PropertyGroup above for an explanation of the condition here. -->
<ItemGroup Condition="'$(BuildForCoreSystem)' != 'true' or '$(DacCrossCompileHack)' == 'true'">
<TargetLib Condition="('$(_BuildType)' == 'chk' or '$(_BuildType)' == 'dbg')" Include="$(CrtLibPath)\libcpmtd0.lib" />
<TargetLib Condition="('$(_BuildType)' == 'chk' or '$(_BuildType)' == 'dbg')" Include="$(CrtLibPath)\libcmtd.lib" />
<TargetLib Condition="(!('$(_BuildType)' == 'chk' or '$(_BuildType)' == 'dbg'))" Include="$(CrtLibPath)\libcmt.lib" />
</ItemGroup>
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。