mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 02:50:45 -05:00
Adds the source code used for this modification, this de4dot source code has been cleaned of any things not needed for deobfuscating the tarkov assembly Co-authored-by: 静穏靄 <170472707+seionmoya@users.noreply.github.com>
8 lines
133 B
XML
8 lines
133 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="dnlib" Version="4.4.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|