Skip to content

Commit

Permalink
Merge pull request #4383 from xamarin/net5-preview-projcapabilities
Browse files Browse the repository at this point in the history
[.NET 5] Start adding some project capabilities
  • Loading branch information
garuma committed Mar 12, 2020
2 parents 4a4461a + 3a0754a commit d125371
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,13 @@ Copyright (C) 2011-2012 Xamarin. All rights reserved.
</AllowedReferenceRelatedFileExtensions>
</PropertyGroup>

<!-- Automatically supply project capabilities for IDE use -->
<ItemGroup>
<ProjectCapability Include="Mobile" />
<ProjectCapability Include="Android" />
<ProjectCapability Include="AndroidApplication" Condition="$(AndroidApplication)" />
</ItemGroup>

<!--
*******************************************
Imports
Expand Down

0 comments on commit d125371

Please sign in to comment.