0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 17:10:45 -05:00
assembly-tool/de4dot/De4DotCommon.props

24 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2024-12-30 22:52:36 -05:00
<Project>
<PropertyGroup>
<De4DotNetFramework>true</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' ">net48</TargetFrameworks>
<TargetFrameworks Condition=" '$(De4DotNetFramework)' != 'true' ">net8.0</TargetFrameworks>
<Features>strict</Features>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\de4dot.snk</AssemblyOriginatorKeyFile>
<VersionPrefix>3.2.0</VersionPrefix>
<Copyright>Copyright (C) 2011-2018 de4dot@gmail.com</Copyright>
<OutputPath>$(MSBuildThisFileDirectory)\$(Configuration)</OutputPath>
<DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost>
<DnlibVersion>3.5.0</DnlibVersion>
</PropertyGroup>
</Project>