Skip to content

Instantly share code, notes, and snippets.

@mattleibow
Created September 11, 2020 20:47
Show Gist options
  • Save mattleibow/1875c5de017c1a99c62266289c7b6e34 to your computer and use it in GitHub Desktop.
Save mattleibow/1875c5de017c1a99c62266289c7b6e34 to your computer and use it in GitHub Desktop.
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<FirstParty Include="Xamarin.Android.*.dll" />
<FirstParty Include="Xamarin.AndroidX.*.dll" />
<FirstParty Include="Xamarin.Google.Android.Material.dll" />
<FirstParty Include="androidx-migrator.dll" />
</ItemGroup>
<ItemGroup>
<ThirdParty Include="ILRepack.dll" />
<ThirdParty Include="protobuf-net.dll" />
<ThirdParty Include="Newtonsoft.Json.dll" />
</ItemGroup>
<ItemGroup>
<Skip Include="System.*.dll" />
<Skip Include="NuGet.*.dll" />
<Skip Include="Mono.*.dll" />
<Skip Include="MonoPosixHelper.dll" />
<Skip Include="libMonoPosixHelper.dll" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment