File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 26
26
<FirstParty Include =" checker-qual.jar" />
27
27
<FirstParty Include =" checker-compat-qual.jar" />
28
28
<FirstParty Include =" j2objc-annotations.jar" />
29
+
30
+ <!-- GPS-FB-MLKit SignList.xml -->
31
+ <!-- Automatically sign all "Xamarin." assemblies, which all packages *should* use -->
32
+ <FirstParty Include =" Xamarin.*.dll" />
33
+
34
+ <!-- Other names shouldn't be used, but we have to support some historical mistakes -->
35
+ <FirstParty Include =" Jsr305Binding.dll" />
36
+ <FirstParty Include =" Square.*.dll" />
37
+ <FirstParty Include =" Google.ZXing.*.dll" />
38
+ <FirstParty Include =" org.tensorflow.*.dll" />
39
+
29
40
</ItemGroup >
30
41
31
42
<ItemGroup >
35
46
<ThirdParty Include =" Mono.Cecil.dll" />
36
47
<ThirdParty Include =" Mono.Cecil.*.dll" />
37
48
<ThirdParty Include =" androidx*.jar" />
49
+
50
+ <!-- GPS-FB-MLKit SignList.xml -->
51
+ <ThirdParty Include =" disklrucache.jar" />
52
+ <ThirdParty Include =" annotations.jar" />
38
53
</ItemGroup >
39
54
40
55
<ItemGroup >
51
66
<Skip Include =" netstandard.dll" />
52
67
<Skip Include =" WindowsBase.dll" />
53
68
<Skip Include =" mscorlib.dll" />
69
+
70
+ <!-- GPS-FB-MLKit SignList.xml -->
54
71
</ItemGroup >
55
72
56
73
</Project >
You can’t perform that action at this time.
0 commit comments