forked from dotMorten/MauiEx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotMorten.Xamarin.Forms.AutoSuggestBox.csproj
27 lines (24 loc) · 1.59 KB
/
dotMorten.Xamarin.Forms.AutoSuggestBox.csproj
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
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;xamarinios10;MonoAndroid60</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);uap10.0.16299</TargetFrameworks> <!-- Allows compiling on MacOS without UWP support-->
<RootNamespace>dotMorten.Xamarin.Forms</RootNamespace>
<AssemblyName>dotMorten.Xamarin.Forms.AutoSuggestBox</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Morten Nielsen</Copyright>
<RepositoryUrl>https://github.com/dotMorten/XamarinFormsControls</RepositoryUrl>
<PackageProjectUrl>https://github.com/dotMorten/XamarinFormsControls/tree/master/AutoSuggestBox</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Version>1.1.1</Version>
<DocumentationFile>$(MSBuildThisFileDirectory)bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageOutputPath>..\artifacts\$(Configuration)\NuGet\</PackageOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="3.1.0.583944" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>