1 Star 0 Fork 1

robinnode/coreclr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dac.props 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
<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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/robinnode/coreclr.git
[email protected]:robinnode/coreclr.git
robinnode
coreclr
coreclr
master

搜索帮助