-
Notifications
You must be signed in to change notification settings - Fork 692
/
SignList.xml
37 lines (33 loc) · 1.2 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
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<FirstParty Include="Xamarin.*.dll" />
<FirstParty Include="Square.*.dll" />
<FirstParty Include="RecyclerViewAnimators.*.dll" />
<FirstParty Include="GoogleGson*.dll" />
<!-- sign all the .jar files -->
<FirstParty Include="*.jar" />
</ItemGroup>
<ItemGroup>
<!-- <ThirdParty Include="Newtonsoft.Json.dll" /> -->
<ThirdParty Include="MavenNet.dll" />
<ThirdParty Include="ILRepack.dll" />
<ThirdParty Include="protobuf-net.dll" />
<ThirdParty Include="Newtonsoft.Json.dll" />
<ThirdParty Include="Mono.Cecil.dll" />
<ThirdParty Include="Mono.Cecil.*.dll" />
</ItemGroup>
<ItemGroup>
<!-- <Skip Include="System.*.dll" /> -->
<Skip Include="System.dll" />
<Skip Include="System.*.dll" />
<Skip Include="mscorlib.dll" />
<Skip Include="netstandard.dll" />
<Skip Include="WindowsBase.dll" />
<Skip Include="Microsoft.*.dll" />
<Skip Include="NuGet.*.dll" />
<Skip Include="Mono.*.dll" />
<Skip Include="MonoPosixHelper.dll" />
<Skip Include="libMonoPosixHelper.dll" />
<Skip Include="RazorLight.dll" />
</ItemGroup>
</Project>