Skip to content

Commit

Permalink
fix wmiacpi signature sample (microsoft#640)
Browse files Browse the repository at this point in the history
Co-authored-by: Yinghan Yang <yinghany@ntdev.microsoft.com>
  • Loading branch information
yinghany and Yinghan Yang authored Jun 21, 2021
1 parent 77e6755 commit 11adb78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions wmi/wmiacpi/acpimof.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
</DriverSign>
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>
Expand All @@ -141,6 +144,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
</DriverSign>
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>
Expand All @@ -150,6 +156,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
</DriverSign>
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>
Expand All @@ -159,6 +168,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
</DriverSign>
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>
Expand Down

0 comments on commit 11adb78

Please sign in to comment.