File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
src/Xamarin.Android.Tools.AndroidSdk Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 38
38
<PackageReference Include =" XliffTasks" Version =" 1.0.0-beta.20420.1" PrivateAssets =" all" />
39
39
</ItemGroup >
40
40
41
- <ItemGroup >
42
- <FilesToSign Include =" $(OutDir)\$(AssemblyName).dll" >
43
- <Authenticode >Microsoft400</Authenticode >
44
- </FilesToSign >
45
- </ItemGroup >
41
+ <Target Name =" GetFilesToSign" BeforeTargets =" SignFiles" >
42
+ <ItemGroup >
43
+ <FilesToSign Include =" $(OutDir)\$(AssemblyName).dll" >
44
+ <Authenticode >Microsoft400</Authenticode >
45
+ </FilesToSign >
46
+ <FilesToSign Include =" $(OutDir)\**\$(AssemblyName).resources.dll" >
47
+ <Authenticode >Microsoft400</Authenticode >
48
+ </FilesToSign >
49
+ </ItemGroup >
50
+ </Target >
46
51
47
52
<ItemGroup >
48
53
<Compile Update =" Properties\Resources.Designer.cs" >
You can’t perform that action at this time.
0 commit comments