Add NuGet package CxxDemangler for symbol name demangling

This commit is contained in:
Katy Coe
2020-08-09 00:29:35 +02:00
parent c97bd7054e
commit e536a3b1eb
3 changed files with 25 additions and 1 deletions

View File

@@ -17,6 +17,14 @@
<AssemblyName>Il2CppInspector</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.NETCore.Runtime.CoreCLR" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.NETCore.DotNetHostPolicy" Version="2.0.0" />