1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProjectGuid >{A9ADE1DC-66D1-4035-868B-FDC39A875A58}</ProjectGuid >
7
+ <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
8
+ <TemplateGuid >{9AA2D3C6-3393-45F1-8E7C-5A9901728795}</TemplateGuid >
9
+ <OutputType >Library</OutputType >
10
+ <RootNamespace >LorryMobile.Droid</RootNamespace >
11
+ <AssemblyName >LorryMobile.Android</AssemblyName >
12
+ <AndroidApplication >True</AndroidApplication >
13
+ <AndroidResgenFile >Resources\Resource.designer.cs</AndroidResgenFile >
14
+ <AndroidResgenClass >Resource</AndroidResgenClass >
15
+ <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
16
+ <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
17
+ <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
18
+ <AndroidUseLatestPlatformSdk >false</AndroidUseLatestPlatformSdk >
19
+ <TargetFrameworkVersion >v9.0</TargetFrameworkVersion >
20
+ <AndroidEnableSGenConcurrent >true</AndroidEnableSGenConcurrent >
21
+ <AndroidUseAapt2 >true</AndroidUseAapt2 >
22
+ <AndroidHttpClientHandlerType >Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType >
23
+ <NuGetPackageImportStamp >
24
+ </NuGetPackageImportStamp >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27
+ <DebugSymbols >true</DebugSymbols >
28
+ <DebugType >portable</DebugType >
29
+ <Optimize >false</Optimize >
30
+ <OutputPath >bin\Debug</OutputPath >
31
+ <DefineConstants >DEBUG;</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ <AndroidLinkMode >None</AndroidLinkMode >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
37
+ <DebugSymbols >true</DebugSymbols >
38
+ <DebugType >portable</DebugType >
39
+ <Optimize >true</Optimize >
40
+ <OutputPath >bin\Release</OutputPath >
41
+ <ErrorReport >prompt</ErrorReport >
42
+ <WarningLevel >4</WarningLevel >
43
+ <AndroidManagedSymbols >true</AndroidManagedSymbols >
44
+ <AndroidUseSharedRuntime >false</AndroidUseSharedRuntime >
45
+ </PropertyGroup >
46
+ <ItemGroup >
47
+ <Reference Include =" Mono.Android" />
48
+ <Reference Include =" System" />
49
+ <Reference Include =" System.Core" />
50
+ <Reference Include =" System.Numerics" />
51
+ <Reference Include =" System.Numerics.Vectors" />
52
+ <Reference Include =" System.Xml.Linq" />
53
+ <Reference Include =" System.Xml" />
54
+ </ItemGroup >
55
+ <ItemGroup >
56
+ <PackageReference Include =" Xamarin.Forms" Version =" 4.3.0.908675" />
57
+ <PackageReference Include =" Xamarin.Essentials" Version =" 1.3.1" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <Compile Include =" MainActivity.cs" />
61
+ <Compile Include =" Resources\Resource.designer.cs" />
62
+ <Compile Include =" Properties\AssemblyInfo.cs" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <None Include =" Resources\AboutResources.txt" />
66
+ <None Include =" Assets\AboutAssets.txt" />
67
+ <None Include =" Properties\AndroidManifest.xml" />
68
+ </ItemGroup >
69
+ <ItemGroup >
70
+ <AndroidResource Include =" Resources\layout\Tabbar.xml" />
71
+ <AndroidResource Include =" Resources\layout\Toolbar.xml" />
72
+ <AndroidResource Include =" Resources\values\styles.xml" />
73
+ <AndroidResource Include =" Resources\values\colors.xml" />
74
+ <AndroidResource Include =" Resources\mipmap-anydpi-v26\icon.xml" />
75
+ <AndroidResource Include =" Resources\mipmap-anydpi-v26\icon_round.xml" />
76
+ <AndroidResource Include =" Resources\mipmap-hdpi\icon.png" />
77
+ <AndroidResource Include =" Resources\mipmap-hdpi\launcher_foreground.png" />
78
+ <AndroidResource Include =" Resources\mipmap-mdpi\icon.png" />
79
+ <AndroidResource Include =" Resources\mipmap-mdpi\launcher_foreground.png" />
80
+ <AndroidResource Include =" Resources\mipmap-xhdpi\icon.png" />
81
+ <AndroidResource Include =" Resources\mipmap-xhdpi\launcher_foreground.png" />
82
+ <AndroidResource Include =" Resources\mipmap-xxhdpi\icon.png" />
83
+ <AndroidResource Include =" Resources\mipmap-xxhdpi\launcher_foreground.png" />
84
+ <AndroidResource Include =" Resources\mipmap-xxxhdpi\icon.png" />
85
+ <AndroidResource Include =" Resources\mipmap-xxxhdpi\launcher_foreground.png" />
86
+ <AndroidResource Include =" Resources\drawable\xamarin_logo.png" />
87
+ </ItemGroup >
88
+ <ItemGroup >
89
+ <ProjectReference Include =" ..\LorryMobile\LorryMobile.csproj" >
90
+ <Project >{CF9C4D99-1557-49F2-8F96-381A59A421C3}</Project >
91
+ <Name >LorryMobile</Name >
92
+ </ProjectReference >
93
+ </ItemGroup >
94
+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
95
+ </Project >
0 commit comments