Created
September 11, 2020 20:47
-
-
Save mattleibow/1875c5de017c1a99c62266289c7b6e34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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