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 3838 <PackageReference Include =" XliffTasks" Version =" 1.0.0-beta.20420.1" PrivateAssets =" all" />
3939 </ItemGroup >
4040
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 >
4651
4752 <ItemGroup >
4853 <Compile Update =" Properties\Resources.Designer.cs" >
You can’t perform that action at this time.
0 commit comments