diff --git a/.gitignore b/.gitignore index 8afdcb6..02e8bc8 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,9 @@ bld/ [Oo]bj/ [Ll]og/ [Ll]ogs/ +[Bb]uild/ + +mappings-new.jsonc # Visual Studio 2015/2017 cache/options directory .vs/ diff --git a/de4dot/De4DotCommon.props b/de4dot/De4DotCommon.props new file mode 100644 index 0000000..7e5106e --- /dev/null +++ b/de4dot/De4DotCommon.props @@ -0,0 +1,23 @@ + + + + true + true + + net48 + net8.0 + strict + latest + true + true + true + $(MSBuildThisFileDirectory)\de4dot.snk + 3.2.0 + Copyright (C) 2011-2018 de4dot@gmail.com + $(MSBuildThisFileDirectory)\$(Configuration) + true + + 3.5.0 + + + diff --git a/de4dot/de4dot.snk b/de4dot/de4dot.snk new file mode 100644 index 0000000..5fc916d Binary files /dev/null and b/de4dot/de4dot.snk differ