29 строки
1.4 KiB
XML
29 строки
1.4 KiB
XML
<Project Sdk="MSBuild.Sdk.Extras">
|
|
<PropertyGroup>
|
|
<RootNamespace>Xamarin.Forms.Maps.Android</RootNamespace>
|
|
<AssemblyName>Xamarin.Forms.Maps.Android</AssemblyName>
|
|
<TargetFrameworks>$(AndroidTargetFrameworks)</TargetFrameworks>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Xamarin.Forms.Maps\Xamarin.Forms.Maps.csproj">
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Xamarin.Forms.Platform.Android.FormsViewGroup\Xamarin.Forms.Platform.Android.FormsViewGroup.csproj">
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Xamarin.Forms.Platform.Android\Xamarin.Forms.Platform.Android.csproj">
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.6.1.1" />
|
|
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.8.0.1" />
|
|
<PackageReference Include="Xamarin.AndroidX.Legacy.Support.V4" Version="1.0.0.17" />
|
|
<PackageReference Include="Xamarin.GooglePlayServices.Maps" Version="118.1.0.1" />
|
|
</ItemGroup>
|
|
</Project>
|