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 >{2A2D8AA4-C92C-47A3-B99D-D7C4A96FD5EA}</ProjectGuid >
7+ <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
8+ <TemplateGuid >{c9e5eea5-ca05-42a1-839b-61506e0a37df}</TemplateGuid >
9+ <OutputType >Library</OutputType >
10+ <RootNamespace >GettingStarted.Droid</RootNamespace >
11+ <AssemblyName >GettingStarted.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 >v8.1</TargetFrameworkVersion >
20+ <AndroidHttpClientHandlerType >Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType >
21+ <NuGetPackageImportStamp >
22+ </NuGetPackageImportStamp >
23+ </PropertyGroup >
24+ <PropertyGroup >
25+ <UseShortFileNames >True</UseShortFileNames >
26+ </PropertyGroup >
27+ <PropertyGroup >
28+ <IntermediateOutputPath >C:\Projects\MyApp</IntermediateOutputPath >
29+ </PropertyGroup >
30+
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32+ <DebugSymbols >true</DebugSymbols >
33+ <DebugType >portable</DebugType >
34+ <Optimize >false</Optimize >
35+ <OutputPath >bin\Debug</OutputPath >
36+ <DefineConstants >DEBUG;</DefineConstants >
37+ <ErrorReport >prompt</ErrorReport >
38+ <WarningLevel >4</WarningLevel >
39+ <AndroidLinkMode >None</AndroidLinkMode >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42+ <DebugSymbols >true</DebugSymbols >
43+ <DebugType >pdbonly</DebugType >
44+ <Optimize >true</Optimize >
45+ <OutputPath >bin\Release</OutputPath >
46+ <ErrorReport >prompt</ErrorReport >
47+ <WarningLevel >4</WarningLevel >
48+ <AndroidManagedSymbols >true</AndroidManagedSymbols >
49+ <AndroidUseSharedRuntime >false</AndroidUseSharedRuntime >
50+ </PropertyGroup >
51+ <ItemGroup >
52+ <Reference Include =" Mono.Android" />
53+ <Reference Include =" System" />
54+ <Reference Include =" System.Core" />
55+ <Reference Include =" System.Xml.Linq" />
56+ <Reference Include =" System.Xml" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <PackageReference Include =" Syncfusion.Xamarin.Core" Version =" *" />
60+
61+ <PackageReference Include =" Xamarin.Forms" Version =" 3.6.0.344457" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Compile Include =" MainActivity.cs" />
65+ <Compile Include =" Resources\Resource.Designer.cs" />
66+ <Compile Include =" Properties\AssemblyInfo.cs" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <AndroidAsset Include =" Assets\radialmenu_Segoe MDL2 Assets.ttf" />
70+ <None Include =" Resources\AboutResources.txt" />
71+ <None Include =" Assets\AboutAssets.txt" />
72+ <None Include =" Properties\AndroidManifest.xml" />
73+ </ItemGroup >
74+ <ItemGroup >
75+ <AndroidResource Include =" Resources\layout\Tabbar.axml" />
76+ <AndroidResource Include =" Resources\layout\Toolbar.axml" />
77+ <AndroidResource Include =" Resources\values\styles.xml" />
78+ <AndroidResource Include =" Resources\values\colors.xml" />
79+ <AndroidResource Include =" Resources\mipmap-anydpi-v26\icon.xml" />
80+ <AndroidResource Include =" Resources\mipmap-anydpi-v26\icon_round.xml" />
81+ <AndroidResource Include =" Resources\mipmap-hdpi\Icon.png" />
82+ <AndroidResource Include =" Resources\mipmap-hdpi\launcher_foreground.png" />
83+ <AndroidResource Include =" Resources\mipmap-mdpi\Icon.png" />
84+ <AndroidResource Include =" Resources\mipmap-mdpi\launcher_foreground.png" />
85+ <AndroidResource Include =" Resources\mipmap-xhdpi\Icon.png" />
86+ <AndroidResource Include =" Resources\mipmap-xhdpi\launcher_foreground.png" />
87+ <AndroidResource Include =" Resources\mipmap-xxhdpi\Icon.png" />
88+ <AndroidResource Include =" Resources\mipmap-xxhdpi\launcher_foreground.png" />
89+ <AndroidResource Include =" Resources\mipmap-xxxhdpi\Icon.png" />
90+ <AndroidResource Include =" Resources\mipmap-xxxhdpi\launcher_foreground.png" />
91+ </ItemGroup >
92+ <ItemGroup >
93+ <Folder Include =" Resources\drawable-hdpi\" />
94+ <Folder Include =" Resources\drawable-xhdpi\" />
95+ <Folder Include =" Resources\drawable-xxhdpi\" />
96+ <Folder Include =" Resources\drawable-xxxhdpi\" />
97+ <Folder Include =" Resources\drawable\" />
98+ </ItemGroup >
99+ <ItemGroup >
100+ <ProjectReference Include =" ..\GettingStarted\GettingStarted.csproj" >
101+ <Project >{57EE99CB-75B5-4FC3-8406-751639BD0888}</Project >
102+ <Name >GettingStarted</Name >
103+ </ProjectReference >
104+ </ItemGroup >
105+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
106+ </Project >
0 commit comments