Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #328 from smaillet-ms/dev
Browse files Browse the repository at this point in the history
Update Certificate Ids for official signing
  • Loading branch information
mortezag committed Oct 13, 2015
2 parents 3346151 + 416aae0 commit 3e22ce5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ Listings/
/DeviceCode/Targets/OS/Win32/DeviceCode/WinPcap_Eth/Dependencies/WpdPack/

*.axfdump
/crypto/lib
12 changes: 5 additions & 7 deletions tools/Targets/Microsoft.SPOT.SDK.Targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
<OUTPUT_WIXOBJ_DIR_LE>$(OutputWiXObjRoot)Fragments\le\$(MSBuildProjectName)\</OUTPUT_WIXOBJ_DIR_LE>
<OUTPUT_WIXOBJ_DIR_BE>$(OutputWiXObjRoot)Fragments\be\$(MSBuildProjectName)\</OUTPUT_WIXOBJ_DIR_BE>
<DO_NOT_BUILD_DOCS>True</DO_NOT_BUILD_DOCS>
<CodeSignAuthenticodeCert>100040133</CodeSignAuthenticodeCert>
<!-- Temp using Corp cert for VSIX packages until MSOT obtains it's own cert
(Cleared with LCA so long as the contained binaries are signed with an MSOT publisher cert)
-->
<CodeSignOpcCert>160</CodeSignOpcCert>
<CodeSignStrangNameCert>150</CodeSignStrangNameCert>
<CodeSignApprovers>gokulk;richh</CodeSignApprovers>
<CodeSignAuthenticodeCert>400</CodeSignAuthenticodeCert>
<CodeSignOpcCert>100040160</CodeSignOpcCert>
<CodeSignStrongNameCert>272</CodeSignStrongNameCert>
<CodeSignApprovers>smaillet;mortezag</CodeSignApprovers>

<!--
<VSIPInstalled>false</VSIPInstalled>
<XBUILD_OUTDIR>$(SPOCLIENT)\UE\Public\Docs\Built</XBUILD_OUTDIR>
Expand Down

0 comments on commit 3e22ce5

Please sign in to comment.