forked from Baseflow/ExoPlayerXamarin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.build.props
36 lines (32 loc) · 1.94 KB
/
Directory.build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<Project>
<PropertyGroup>
<Copyright>Copyright (c) Martijn van Dijk</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/martijn00/ExoPlayerXamarin/develop/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/martijn00/ExoPlayerXamarin</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/martijn00/ExoPlayerXamarin/develop/icon_exoplayer.png</PackageIconUrl>
<Authors>Martijn van Dijk</Authors>
<Owners>martijn00</Owners>
<PackageTags>xamarin, exoplayer, exo, monodroid, C#, xamarin.android, android, audio, media, player, streaming, mp3</PackageTags>
<PackageReleaseNotes>https://github.com/martijn00/ExoPlayerXamarin</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/martijn00/ExoPlayerXamarin</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<NeutralLanguage>en</NeutralLanguage>
<Version>2.8.0</Version>
<LangVersion>latest</LangVersion>
<NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;CS0109;CS0108;CS0618;CS0114</NoWarn>
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<AndroidCodegenTarget>XAJavaInterop1</AndroidCodegenTarget>
<Platform>AnyCPU</Platform>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.4.0" PrivateAssets="All" />
<PackageReference Include="Xamarin.Build.Download" Version="0.4.11" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(SourceLinkEnabled)' != 'false'">
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.1" PrivateAssets="All" />
</ItemGroup>
</Project>