Adapt project for vs2017(using vs2019 leads to an error 'Could not load type of field')

This commit is contained in:
yangzhi 2020-02-07 15:01:46 +08:00 committed by ZaneYork
parent 6a12013752
commit a4a52d3092
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
<DefineConstants>$(DefineConstants);TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>latest</LangVersion>
<LangVersion>8.0</LangVersion>
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a;x86_64</AndroidSupportedAbis>
</PropertyGroup>