forked from dotnet/android-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SignList.xml
35 lines (31 loc) · 1.23 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
<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" />
</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" />
</ItemGroup>
<ItemGroup>
<Skip Include="System.*.dll" />
<Skip Include="NuGet.*.dll" />
<Skip Include="Mono.*.dll" />
<Skip Include="MonoPosixHelper.dll" />
<Skip Include="libMonoPosixHelper.dll" />
</ItemGroup>
</Project>