加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
De4DotCommon.props 987 Bytes
一键复制 编辑 原始数据 按行查看 历史
0xd4d 提交于 2020-08-13 22:15 . Remove DefineConstants from props file
<Project>
<PropertyGroup>
<De4DotNetFramework>false</De4DotNetFramework>
<De4DotNetFramework Condition=" '$(SolutionName)' == 'de4dot.netframework' ">true</De4DotNetFramework>
<!-- Two different sln files are used because some of the projects are only available when targetting .NET Framework -->
<TargetFrameworks Condition=" '$(De4DotNetFramework)' == 'true' ">net35;net45</TargetFrameworks>
<TargetFrameworks Condition=" '$(De4DotNetFramework)' != 'true' ">netcoreapp3.1;netcoreapp2.1</TargetFrameworks>
<Features>strict</Features>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\de4dot.snk</AssemblyOriginatorKeyFile>
<Version>3.1.41592.3405</Version>
<Copyright>Copyright (C) 2011-2018 de4dot@gmail.com</Copyright>
<OutputPath>$(MSBuildThisFileDirectory)\$(Configuration)</OutputPath>
<DnlibVersion>3.3.2</DnlibVersion>
</PropertyGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化