mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 16:50:44 -05:00
update gitignore
This commit is contained in:
parent
eab0265b16
commit
a73f2494eb
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,6 +31,9 @@ bld/
|
|||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Ll]og/
|
[Ll]og/
|
||||||
[Ll]ogs/
|
[Ll]ogs/
|
||||||
|
[Bb]uild/
|
||||||
|
|
||||||
|
mappings-new.jsonc
|
||||||
|
|
||||||
# Visual Studio 2015/2017 cache/options directory
|
# Visual Studio 2015/2017 cache/options directory
|
||||||
.vs/
|
.vs/
|
||||||
|
23
de4dot/De4DotCommon.props
Normal file
23
de4dot/De4DotCommon.props
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<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>
|
BIN
de4dot/de4dot.snk
Normal file
BIN
de4dot/de4dot.snk
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user