Skip to content

Instantly share code, notes, and snippets.

@davkean
Created February 26, 2016 16:14
Show Gist options
  • Save davkean/a1b3844db50afa42798f to your computer and use it in GitHub Desktop.
Save davkean/a1b3844db50afa42798f to your computer and use it in GitHub Desktop.
Converting Content -> AndroidAssert
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
...
<Import Project="..\SharedProject\SharedProject.projitems" Label="Shared" />
<ItemGroup>
<AndroidAsset Include="@(Content)" />
</ItemGroup>
...
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment