resolve merge: xamarin app conflicts

This commit is contained in:
Patrick Farley 2017-03-23 11:20:00 -07:00
Родитель 0e23985376 45c34622a3
Коммит e7b7a82b31
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -14,8 +14,8 @@
<FileAlignment>512</FileAlignment>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
<AndroidClassParser>jar2xml</AndroidClassParser>
<AndroidCodegenTarget>XamarinAndroid</AndroidCodegenTarget>
<AndroidClassParser>class-parse</AndroidClassParser>
<AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

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

@ -6,4 +6,5 @@
This sample removes the method: android.support.v4.content.CursorLoader.loadInBackground:
<remove-node path="/api/package[@name='android.support.v4.content']/class[@name='CursorLoader']/method[@name='loadInBackground']" />
-->
<attr path="/api/package[@name='com.microsoft.cdp']" name="managedName">Microsoft.ConnectedDevices.Core</attr>
</metadata>