2019-08-10 00:05:22 +03:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
2019-11-20 01:29:32 +03:00
|
|
|
<RepositoryUrl>https://github.com/xamarin/AndroidX.git</RepositoryUrl>
|
2019-08-10 00:05:22 +03:00
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
<RepositoryBranch>$(BUILD_SOURCEBRANCH)</RepositoryBranch>
|
|
|
|
<RepositoryCommit>$(BUILD_SOURCEVERSION)</RepositoryCommit>
|
2021-08-17 17:03:09 +03:00
|
|
|
|
|
|
|
<!-- Opt out of C#8 features to maintain compatibility with legacy -->
|
|
|
|
<AndroidBoundInterfacesContainConstants>false</AndroidBoundInterfacesContainConstants>
|
|
|
|
<AndroidBoundInterfacesContainTypes>false</AndroidBoundInterfacesContainTypes>
|
|
|
|
<AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>false</AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>
|
2021-09-15 00:17:06 +03:00
|
|
|
|
|
|
|
<!-- .NET 6+ generates Resource.designer.cs files for bindings projects which we do not want -->
|
|
|
|
<AndroidGenerateResourceDesigner>false</AndroidGenerateResourceDesigner>
|
|
|
|
|
|
|
|
<!-- .NET 6+ packages support back to API-21 -->
|
|
|
|
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
|
2021-12-02 22:02:06 +03:00
|
|
|
|
|
|
|
<!-- Hold off on JavaTypeSystem until d17-1 for needed bugfixes -->
|
|
|
|
<_AndroidUseJavaLegacyResolver>true</_AndroidUseJavaLegacyResolver>
|
2019-08-10 00:05:22 +03:00
|
|
|
</PropertyGroup>
|
2021-10-01 20:39:40 +03:00
|
|
|
|
|
|
|
<!-- Folders that .targets files need to go into -->
|
|
|
|
<ItemGroup>
|
|
|
|
<AndroidXNuGetTargetFolders Include="build\monoandroid90" />
|
|
|
|
<AndroidXNuGetTargetFolders Include="build\net6.0-android31.0" />
|
|
|
|
<AndroidXNuGetTargetFolders Include="buildTransitive\monoandroid90" />
|
|
|
|
<AndroidXNuGetTargetFolders Include="buildTransitive\net6.0-android31.0" />
|
|
|
|
</ItemGroup>
|
2019-08-10 00:05:22 +03:00
|
|
|
</Project>
|