Add SymbolMap file to the project in order to make IL2CPP stack traces not be messed up.

This commit is contained in:
Tautvydas Žilys 2018-11-13 17:07:16 -08:00
Родитель 913ab7021b
Коммит 559aa73ecb
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -180,6 +180,8 @@
</Compile>
<Content Include="Properties\Default.rd.xml">
</Content>
<Content Include="$(SolutionDir)\build\bin\$(Platform)\$(Configuration)\SymbolMap">
</Content>
<Content Include="Data\**">
<ExcludeFromResourceIndex>true</ExcludeFromResourceIndex>
</Content>

Просмотреть файл

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DeviceId>30F105C9-681E-420b-A277-7C086EAD8A4E</DeviceId>
<UseEmulator>true</UseEmulator>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
</PropertyGroup>
</Project>