forked from xamarin/GooglePlayServicesComponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignList.xml
More file actions
24 lines (20 loc) · 736 Bytes
/
SignList.xml
File metadata and controls
24 lines (20 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<FirstParty Include="Xamarin.GooglePlayServices.*.dll" />
<FirstParty Include="Xamarin.Firebase.*.dll" />
<FirstParty Include="Xamarin.Google.MLKit.*.dll" />
<FirstParty Include="Xamarin.Google.Android.Play.*.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>