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 >{DFCA9516-E5D9-4A46-8467-012E0E934A8B}</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 >BlurViewFormsSample.Droid</RootNamespace >
11
+ <AssemblyName >BlurViewFormsSample.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
+ <NuGetPackageImportStamp >
21
+ </NuGetPackageImportStamp >
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
+ <DebugSymbols >true</DebugSymbols >
25
+ <DebugType >full</DebugType >
26
+ <Optimize >false</Optimize >
27
+ <OutputPath >bin\Debug</OutputPath >
28
+ <DefineConstants >DEBUG;</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ <AndroidLinkMode >None</AndroidLinkMode >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34
+ <DebugSymbols >true</DebugSymbols >
35
+ <DebugType >pdbonly</DebugType >
36
+ <Optimize >true</Optimize >
37
+ <OutputPath >bin\Release</OutputPath >
38
+ <ErrorReport >prompt</ErrorReport >
39
+ <WarningLevel >4</WarningLevel >
40
+ <AndroidManagedSymbols >true</AndroidManagedSymbols >
41
+ <AndroidUseSharedRuntime >false</AndroidUseSharedRuntime >
42
+ </PropertyGroup >
43
+ <ItemGroup >
44
+ <Reference Include =" Mono.Android" />
45
+ <Reference Include =" System" />
46
+ <Reference Include =" System.Core" />
47
+ <Reference Include =" System.Xml.Linq" />
48
+ <Reference Include =" System.Xml" />
49
+ </ItemGroup >
50
+ <ItemGroup >
51
+ <PackageReference Include =" Xamarin.Forms" Version =" 3.0.0.482510" />
52
+ <PackageReference Include =" Xamarin.Android.Support.Design" Version =" 27.0.2" />
53
+ <PackageReference Include =" Xamarin.Android.Support.v7.AppCompat" Version =" 27.0.2" />
54
+ <PackageReference Include =" Xamarin.Android.Support.v4" Version =" 27.0.2" />
55
+ <PackageReference Include =" Xamarin.Android.Support.v7.CardView" Version =" 27.0.2" />
56
+ <PackageReference Include =" Xamarin.Android.Support.v7.MediaRouter" Version =" 27.0.2" />
57
+ </ItemGroup >
58
+ <ItemGroup >
59
+ <Compile Include =" FormsBlurViewRenderer.cs" />
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.axml" />
71
+ <AndroidResource Include =" Resources\layout\Toolbar.axml" />
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
+ </ItemGroup >
87
+ <ItemGroup >
88
+ <Folder Include =" Resources\drawable-hdpi\" />
89
+ <Folder Include =" Resources\drawable-xhdpi\" />
90
+ <Folder Include =" Resources\drawable-xxhdpi\" />
91
+ <Folder Include =" Resources\drawable-xxxhdpi\" />
92
+ <Folder Include =" Resources\drawable\" />
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <ProjectReference Include =" ..\BlurViewFormsSample\BlurViewFormsSample.csproj" >
96
+ <Project >{1C0E1B6E-FC6E-40BB-9726-E32CCC718501}</Project >
97
+ <Name >BlurViewFormsSample</Name >
98
+ </ProjectReference >
99
+ </ItemGroup >
100
+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
101
+ </Project >
0 commit comments