File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22 <ItemGroup >
3- <FilesToSign Include =" $(OutDir)$(TargetName)$(TargetExt)" Condition =" ('$(TargetExt)' == '.exe' or '$(TargetExt)' == '.dll')" />
3+ <FilesToSign Include =" $(OutDir)$(TargetName)$(TargetExt)" Condition =" ('$(TargetExt)' == '.exe' or '$(TargetExt)' == '.dll' or '$(TargetExt)' == '.scr' )" />
44 </ItemGroup >
55 <Target Name =" Signing" DependsOnTargets =" Build" AfterTargets =" Build" Condition =" ('@(FilesToSign)' != '' and Exists('$(BUILDCODESIGN)\boinc.pfx'))" >
66 <Exec Command =' signtool sign /f "$(BUILDCODESIGN)/boinc.pfx" /p "$(CODESIGNBOINC)" /d "BOINC Client Software" /du "http://boinc.berkeley.edu" /t "http://timestamp.verisign.com/scripts/timstamp.dll" "@(FilesToSign)"' WorkingDirectory =" $(MSBuildProjectDirectory)" />
You can’t perform that action at this time.
0 commit comments