This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Xamarin.Forms.Platform.Android.csproj
68 lines (68 loc) · 2.94 KB
/
Xamarin.Forms.Platform.Android.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<Description>Android Backend for Xamarin.Forms</Description>
<AssemblyName>Xamarin.Forms.Platform.Android</AssemblyName>
<TargetFrameworks>$(AndroidTargetFrameworks)</TargetFrameworks>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<RootNamespace>Xamarin.Forms.Platform.Android</RootNamespace>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Compile Remove="AppCompat\Resource.cs" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\anim\**\*" />
<AndroidResource Include="Resources\values\**\*" />
<Compile Remove="Anticipator.cs" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\Layout\BottomTabLayout.axml" />
<AndroidResource Include="Resources\Layout\FlyoutContent.axml" />
<AndroidResource Include="Resources\Layout\RootLayout.axml" />
<AndroidResource Include="Resources\Layout\ShellContent.axml" />
<AndroidResource Include="Resources\Layout\FallbackTabbarDoNotUse.axml" />
<AndroidResource Include="Resources\Layout\FallbackToolbarDoNotUse.axml" />
<AndroidResource Include="Resources\Layout\Tabbar.axml" />
<AndroidResource Include="Resources\Layout\Toolbar.axml" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\values\attrs.xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Xamarin.Forms.Core\Crc64.cs" Link="Crc64.cs" />
<Compile Include="..\Xamarin.Forms.Core\StreamWrapper.cs" Link="StreamWrapper.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Reference Include="System.Net.Http" />
</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.AndroidX.Navigation.UI" Version="2.5.3.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">
</ProjectReference>
<ProjectReference Include="..\Xamarin.Forms.Platform.Android.FormsViewGroup\Xamarin.Forms.Platform.Android.FormsViewGroup.csproj">
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Shapes\" />
</ItemGroup>
<ItemGroup>
<Compile Update="Renderers\PickerAppCompatRenderer.cs">
<SubType></SubType>
</Compile>
<Compile Update="Renderers\PickerAppCompatEditText.cs">
<SubType></SubType>
</Compile>
</ItemGroup>
</Project>