forked from dotnet/android-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SignList.xml
73 lines (64 loc) · 2.83 KB
/
SignList.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<FirstParty Include="Xamarin.Android.*.dll" />
<FirstParty Include="Xamarin.AndroidX.*.dll" />
<FirstParty Include="Xamarin.Google.*.dll" />
<FirstParty Include="Xamarin.Jetbrains.*.dll" />
<FirstParty Include="Xamarin.Kotlin.*.dll" />
<FirstParty Include="Xamarin.KotlinX.*.dll" />
<FirstParty Include="Xamarin.Google.AutoValue.*.dll" />
<FirstParty Include="GoogleGson.dll" />
<FirstParty Include="androidx-migrator.dll" />
<FirstParty Include="jetifierWrapper*.jar" />
<FirstParty Include="org.jetbrains.*.jar" />
<FirstParty Include="kotlinx-coroutines*.jar" />
<FirstParty Include="Xamarin.Google.Guava.*.dll" />
<FirstParty Include="Xamarin.AAkira.*.dll" />
<FirstParty Include="Xamarin.Dev.ChrisBanes.Snapper.dll" />
<FirstParty Include="Xamarin.Flogger.dll" />
<FirstParty Include="Xamarin.Flogger.*.dll" />
<FirstParty Include="Xamarin.CheckerFramework.*.dll" />
<FirstParty Include="Xamarin.Build.Download.dll" />
<FirstParty Include="Xamarin.AndroidBinderator.dll" />
<FirstParty Include="Xamarin.AndroidBinderator.Tool.dll" />
<FirstParty Include="guava*.jar" />
<FirstParty Include="checker-qual.jar" />
<FirstParty Include="checker-compat-qual.jar" />
<FirstParty Include="j2objc-annotations.jar" />
<!-- GPS-FB-MLKit SignList.xml -->
<!-- Automatically sign all "Xamarin." assemblies, which all packages *should* use -->
<FirstParty Include="Xamarin.*.dll" />
<!-- Other names shouldn't be used, but we have to support some historical mistakes -->
<FirstParty Include="Jsr305Binding.dll" />
<FirstParty Include="Square.*.dll" />
<FirstParty Include="Google.ZXing.*.dll" />
<FirstParty Include="org.tensorflow.*.dll" />
</ItemGroup>
<ItemGroup>
<ThirdParty Include="ILRepack.dll" />
<ThirdParty Include="protobuf-net.dll" />
<ThirdParty Include="Newtonsoft.Json.dll" />
<ThirdParty Include="Mono.Cecil.dll" />
<ThirdParty Include="Mono.Cecil.*.dll" />
<ThirdParty Include="androidx*.jar" />
<!-- GPS-FB-MLKit SignList.xml -->
<ThirdParty Include="disklrucache.jar" />
<ThirdParty Include="annotations.jar" />
</ItemGroup>
<ItemGroup>
<Skip Include="System.dll" />
<Skip Include="System.*.dll" />
<Skip Include="NuGet.*.dll" />
<Skip Include="Microsoft.*.dll" />
<Skip Include="Mono.*.dll" />
<Skip Include="MonoPosixHelper.dll" />
<Skip Include="libMonoPosixHelper.dll" />
<Skip Include="MavenNet.dll" />
<Skip Include="RazorLight.dll" />
<Skip Include="mscorlib.dll" />
<Skip Include="netstandard.dll" />
<Skip Include="WindowsBase.dll" />
<Skip Include="mscorlib.dll" />
<!-- GPS-FB-MLKit SignList.xml -->
</ItemGroup>
</Project>