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

@@ -16,8 +16,12 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningsAsErrors>NU1605</WarningsAsErrors>
<NoWarn>1701;1702</NoWarn>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>