1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{1241A6F7-0E20-4F20-A50F-E701C6089D6B}</ProjectGuid >
9+ <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >BreadPlayer.Views.Android</RootNamespace >
13+ <AssemblyName >BreadPlayer.Views.Android</AssemblyName >
14+ <FileAlignment >512</FileAlignment >
15+ <AndroidApplication >True</AndroidApplication >
16+ <AndroidResgenFile >Resources\Resource.Designer.cs</AndroidResgenFile >
17+ <AndroidResgenClass >Resource</AndroidResgenClass >
18+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
19+ <AndroidUseLatestPlatformSdk >True</AndroidUseLatestPlatformSdk >
20+ <TargetFrameworkVersion >v7.0</TargetFrameworkVersion >
21+ <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
22+ <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
23+ <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
26+ <DebugSymbols >True</DebugSymbols >
27+ <DebugType >Full</DebugType >
28+ <Optimize >False</Optimize >
29+ <OutputPath >bin\Debug\</OutputPath >
30+ <DefineConstants >DEBUG;TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ <AndroidUseSharedRuntime >True</AndroidUseSharedRuntime >
34+ <AndroidLinkMode >None</AndroidLinkMode >
35+ <EmbedAssembliesIntoApk >False</EmbedAssembliesIntoApk >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
38+ <DebugSymbols >True</DebugSymbols >
39+ <DebugType >PdbOnly</DebugType >
40+ <Optimize >True</Optimize >
41+ <OutputPath >bin\Release\</OutputPath >
42+ <DefineConstants >TRACE</DefineConstants >
43+ <ErrorReport >prompt</ErrorReport >
44+ <WarningLevel >4</WarningLevel >
45+ <AndroidManagedSymbols >true</AndroidManagedSymbols >
46+ <AndroidUseSharedRuntime >False</AndroidUseSharedRuntime >
47+ <AndroidLinkMode >SdkOnly</AndroidLinkMode >
48+ <EmbedAssembliesIntoApk >True</EmbedAssembliesIntoApk >
49+ </PropertyGroup >
50+ <ItemGroup >
51+ <Reference Include =" System" />
52+ <Reference Include =" System.Xml" />
53+ <Reference Include =" System.Core" />
54+ <Reference Include =" Mono.Android" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Compile Include =" MainActivity.cs" />
58+ <Compile Include =" Resources\Resource.Designer.cs" />
59+ <Compile Include =" Properties\AssemblyInfo.cs" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <None Include =" GettingStarted.Xamarin" />
63+ <None Include =" Resources\AboutResources.txt" />
64+ <None Include =" Properties\AndroidManifest.xml" />
65+ <None Include =" Assets\AboutAssets.txt" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <AndroidResource Include =" Resources\layout\Main.axml" >
69+ <SubType >Designer</SubType >
70+ </AndroidResource >
71+ <AndroidResource Include =" Resources\values\Strings.xml" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <Folder Include =" Resources\drawable\" />
75+ <Folder Include =" Resources\mipmap-hdpi\" />
76+ <Folder Include =" Resources\mipmap-mdpi\" />
77+ <Folder Include =" Resources\mipmap-xhdpi\" />
78+ <Folder Include =" Resources\mipmap-xxhdpi\" />
79+ <Folder Include =" Resources\mipmap-xxxhdpi\" />
80+ </ItemGroup >
81+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
82+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83+ Other similar extension points exist, see Microsoft.Common.targets.
84+ <Target Name="BeforeBuild">
85+ </Target>
86+ <Target Name="AfterBuild">
87+ </Target>
88+ -->
89+ </Project >
0 commit comments