forked from microsoft/xbox-live-developer-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignConfig.xml
More file actions
11 lines (11 loc) · 1.24 KB
/
signConfig.xml
File metadata and controls
11 lines (11 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8" ?>
<SignConfigXML>
<job platform="AnyCPU" configuration="Release" dest="" jobname="XSAPI Sign" approvers="vigarg;gstolt">
<file src="__RELBINPATH__\bin\GlobalStorage\GlobalStorage.exe" signType="AuthenticodeFormer" dest="__RELBINPATH__\bin\GlobalStorage\GlobalStorage.exe" />
<file src="__RELBINPATH__\bin\Microsoft.Xbox.Services.DevTools\Microsoft.Xbox.Services.DevTools.dll" signType="AuthenticodeFormer" dest="__RELBINPATH__\bin\Microsoft.Xbox.Services.DevTools\Microsoft.Xbox.Services.DevTools.dll" />
<file src="__RELBINPATH__\bin\XblPlayerDataReset\XblPlayerDataReset.exe" signType="AuthenticodeFormer" dest="__RELBINPATH__\bin\XblPlayerDataReset\XblPlayerDataReset.exe" />
<file src="__RELBINPATH__\bin\SessionHistoryViewer\MultiplayerSessionHistoryViewer.exe" signType="AuthenticodeFormer" dest="__RELBINPATH__\bin\SessionHistoryViewer\MultiplayerSessionHistoryViewer.exe" />
<file src="__RELBINPATH__\bin\XblDevAccount\XblDevAccount.exe" signType="AuthenticodeFormer" dest="__RELBINPATH__\bin\XblDevAccount\XblDevAccount.exe" />
<file src="__RELBINPATH__\bin\XblConfig\XblConfig.exe" signType="AuthenticodeFormer" dest="__RELBINPATH__\bin\XblConfig\XblConfig.exe" />
</job>
</SignConfigXML>