-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
210 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
winCodeSign/windows-10/ia32/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxSip.dll" | ||
version="0.0.0.0"/> | ||
|
||
<file name="AppxSip.dll"/> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxPackaging.dll" | ||
version="0.0.0.0"/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
</assembly> |
11 changes: 11 additions & 0 deletions
11
winCodeSign/windows-10/ia32/Microsoft.Windows.Build.Signing.mssign32.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.mssign32.dll" | ||
version="0.0.0.0" | ||
/> | ||
|
||
<file name="mssign32.dll"> | ||
</file> | ||
|
||
</assembly> |
11 changes: 11 additions & 0 deletions
11
winCodeSign/windows-10/ia32/Microsoft.Windows.Build.Signing.wintrust.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.wintrust.dll" | ||
version="0.0.0.0" | ||
/> | ||
|
||
<file name="wintrust.dll"> | ||
</file> | ||
|
||
</assembly> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
<assemblyIdentity | ||
name=" " | ||
version="0.0.0.0" | ||
/> | ||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.wintrust.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<security> | ||
<requestedPrivileges> | ||
<requestedExecutionLevel level="asInvoker" /> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
</assembly> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name=" " | ||
version="0.0.0.0" | ||
/> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.mssign32.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.wintrust.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxSip.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
</assembly> |
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
winCodeSign/windows-10/x64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxSip.dll" | ||
version="0.0.0.0"/> | ||
|
||
<file name="AppxSip.dll"/> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxPackaging.dll" | ||
version="0.0.0.0"/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
</assembly> |
11 changes: 11 additions & 0 deletions
11
winCodeSign/windows-10/x64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.mssign32.dll" | ||
version="0.0.0.0" | ||
/> | ||
|
||
<file name="mssign32.dll"> | ||
</file> | ||
|
||
</assembly> |
11 changes: 11 additions & 0 deletions
11
winCodeSign/windows-10/x64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.wintrust.dll" | ||
version="0.0.0.0" | ||
/> | ||
|
||
<file name="wintrust.dll"> | ||
</file> | ||
|
||
</assembly> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
<assemblyIdentity | ||
name=" " | ||
version="0.0.0.0" | ||
/> | ||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.wintrust.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<security> | ||
<requestedPrivileges> | ||
<requestedExecutionLevel level="asInvoker" /> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
</assembly> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
|
||
<assemblyIdentity | ||
name=" " | ||
version="0.0.0.0" | ||
/> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.mssign32.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Signing.wintrust.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
|
||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity | ||
name="Microsoft.Windows.Build.Appx.AppxSip.dll" | ||
version="0.0.0.0" | ||
/> | ||
</dependentAssembly> | ||
</dependency> | ||
</assembly> |
Binary file not shown.