• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    <NuGetPackageImportStamp>
19    </NuGetPackageImportStamp>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug</OutputPath>
26    <DefineConstants>DEBUG;</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29    <AndroidLinkMode>None</AndroidLinkMode>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugSymbols>true</DebugSymbols>
33    <DebugType>pdbonly</DebugType>
34    <Optimize>true</Optimize>
35    <OutputPath>bin\Release</OutputPath>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <AndroidManagedSymbols>true</AndroidManagedSymbols>
39    <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="Google.Protobuf, Version=3.8.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
43      <HintPath>..\packages\Google.Protobuf.3.8.0\lib\netstandard2.0\Google.Protobuf.dll</HintPath>
44    </Reference>
45    <Reference Include="Grpc.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL">
46      <HintPath>..\packages\Grpc.Core.2.23.0\lib\netstandard2.0\Grpc.Core.dll</HintPath>
47    </Reference>
48    <Reference Include="Grpc.Core.Api, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d754f35622e28bad, processorArchitecture=MSIL">
49      <HintPath>..\packages\Grpc.Core.Api.2.23.0\lib\netstandard2.0\Grpc.Core.Api.dll</HintPath>
50    </Reference>
51    <Reference Include="System" />
52    <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
53      <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
54    </Reference>
55    <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
56      <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
57    </Reference>
58    <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
59      <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
60    </Reference>
61    <Reference Include="System.Xml" />
62    <Reference Include="System.Core" />
63    <Reference Include="Mono.Android" />
64    <Reference Include="System.IO.Compression" />
65    <Reference Include="System.Net.Http" />
66    <Reference Include="System.Runtime.Loader">
67      <HintPath>..\packages\System.Runtime.Loader.4.0.0\lib\netstandard1.5\System.Runtime.Loader.dll</HintPath>
68    </Reference>
69    <Reference Include="System.Interactive.Async">
70      <HintPath>..\packages\System.Interactive.Async.3.1.1\lib\netstandard1.3\System.Interactive.Async.dll</HintPath>
71    </Reference>
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="MainActivity.cs" />
75    <Compile Include="Resources\Resource.designer.cs" />
76    <Compile Include="Properties\AssemblyInfo.cs" />
77  </ItemGroup>
78  <ItemGroup>
79    <None Include="app.config" />
80    <None Include="Resources\AboutResources.txt" />
81    <None Include="Properties\AndroidManifest.xml" />
82    <None Include="Assets\AboutAssets.txt" />
83    <None Include="packages.config" />
84  </ItemGroup>
85  <ItemGroup>
86    <AndroidResource Include="Resources\layout\Main.axml" />
87    <AndroidResource Include="Resources\values\Strings.xml" />
88    <AndroidResource Include="Resources\mipmap-hdpi\Icon.png" />
89    <AndroidResource Include="Resources\mipmap-mdpi\Icon.png" />
90    <AndroidResource Include="Resources\mipmap-xhdpi\Icon.png" />
91    <AndroidResource Include="Resources\mipmap-xxhdpi\Icon.png" />
92    <AndroidResource Include="Resources\mipmap-xxxhdpi\Icon.png" />
93  </ItemGroup>
94  <Import Project="..\HelloworldXamarin\HelloworldXamarin.projitems" Label="Shared" Condition="Exists('..\HelloworldXamarin\HelloworldXamarin.projitems')" />
95  <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
96  <Import Project="..\packages\Grpc.Core.2.23.0\build\MonoAndroid10\Grpc.Core.targets" Condition="Exists('..\packages\Grpc.Core.2.23.0\build\MonoAndroid10\Grpc.Core.targets')" />
97  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
98    <PropertyGroup>
99      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
100    </PropertyGroup>
101    <Error Condition="!Exists('..\packages\Grpc.Core.2.23.0\build\MonoAndroid10\Grpc.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Grpc.Core.2.23.0\build\MonoAndroid10\Grpc.Core.targets'))" />
102  </Target>
103</Project>