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>{B9B0D41C-1C07-4590-A919-5865E741B2EA}</ProjectGuid> 7 <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 8 <OutputType>Library</OutputType> 9 <RootNamespace>HelloworldXamarin.Droid</RootNamespace> 10 <AssemblyName>HelloworldXamarin.Droid</AssemblyName> 11 <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> 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>true</AndroidUseLatestPlatformSdk> 19 </PropertyGroup> 20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 21 <DebugSymbols>true</DebugSymbols> 22 <DebugType>full</DebugType> 23 <Optimize>false</Optimize> 24 <OutputPath>bin\Debug</OutputPath> 25 <DefineConstants>DEBUG;</DefineConstants> 26 <ErrorReport>prompt</ErrorReport> 27 <WarningLevel>4</WarningLevel> 28 <AndroidLinkMode>None</AndroidLinkMode> 29 </PropertyGroup> 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 31 <DebugSymbols>true</DebugSymbols> 32 <DebugType>pdbonly</DebugType> 33 <Optimize>true</Optimize> 34 <OutputPath>bin\Release</OutputPath> 35 <ErrorReport>prompt</ErrorReport> 36 <WarningLevel>4</WarningLevel> 37 <AndroidManagedSymbols>true</AndroidManagedSymbols> 38 <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime> 39 </PropertyGroup> 40 <ItemGroup> 41 <Reference Include="System" /> 42 <Reference Include="System.Xml" /> 43 <Reference Include="System.Core" /> 44 <Reference Include="Mono.Android" /> 45 <Reference Include="System.IO.Compression" /> 46 <Reference Include="System.Net.Http" /> 47 <Reference Include="System.Runtime.Loader"> 48 <HintPath>..\packages\System.Runtime.Loader.4.0.0\lib\netstandard1.5\System.Runtime.Loader.dll</HintPath> 49 </Reference> 50 <Reference Include="System.Interactive.Async"> 51 <HintPath>..\packages\System.Interactive.Async.3.1.1\lib\netstandard1.3\System.Interactive.Async.dll</HintPath> 52 </Reference> 53 <Reference Include="Grpc.Core"> 54 <HintPath>..\packages\Grpc.Core.1.15.0-dev\lib\netstandard1.5\Grpc.Core.dll</HintPath> 55 </Reference> 56 <Reference Include="Google.Protobuf"> 57 <HintPath>..\packages\Google.Protobuf.3.6.0\lib\netstandard1.0\Google.Protobuf.dll</HintPath> 58 </Reference> 59 </ItemGroup> 60 <ItemGroup> 61 <Compile Include="MainActivity.cs" /> 62 <Compile Include="Resources\Resource.designer.cs" /> 63 <Compile Include="Properties\AssemblyInfo.cs" /> 64 </ItemGroup> 65 <ItemGroup> 66 <None Include="Resources\AboutResources.txt" /> 67 <None Include="Properties\AndroidManifest.xml" /> 68 <None Include="Assets\AboutAssets.txt" /> 69 <None Include="packages.config" /> 70 </ItemGroup> 71 <ItemGroup> 72 <AndroidResource Include="Resources\layout\Main.axml" /> 73 <AndroidResource Include="Resources\values\Strings.xml" /> 74 <AndroidResource Include="Resources\mipmap-hdpi\Icon.png" /> 75 <AndroidResource Include="Resources\mipmap-mdpi\Icon.png" /> 76 <AndroidResource Include="Resources\mipmap-xhdpi\Icon.png" /> 77 <AndroidResource Include="Resources\mipmap-xxhdpi\Icon.png" /> 78 <AndroidResource Include="Resources\mipmap-xxxhdpi\Icon.png" /> 79 </ItemGroup> 80 <Import Project="..\HelloworldXamarin\HelloworldXamarin.projitems" Label="Shared" Condition="Exists('..\HelloworldXamarin\HelloworldXamarin.projitems')" /> 81 <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> 82 <Import Project="..\packages\Grpc.Core.1.15.0-dev\build\MonoAndroid\Grpc.Core.targets" Condition="Exists('..\packages\Grpc.Core.1.15.0-dev\build\MonoAndroid\Grpc.Core.targets')" /> 83</Project>