diff options
| -rw-r--r-- | wmi/wmiacpi/acpimof.vcxproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wmi/wmiacpi/acpimof.vcxproj b/wmi/wmiacpi/acpimof.vcxproj index 2ed19356..c0965bad 100644 --- a/wmi/wmiacpi/acpimof.vcxproj +++ b/wmi/wmiacpi/acpimof.vcxproj @@ -132,6 +132,9 @@ <ExceptionHandling> </ExceptionHandling> </ClCompile> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> <Link> <NoEntryPoint>true</NoEntryPoint> </Link> @@ -141,6 +144,9 @@ <ExceptionHandling> </ExceptionHandling> </ClCompile> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> <Link> <NoEntryPoint>true</NoEntryPoint> </Link> @@ -150,6 +156,9 @@ <ExceptionHandling> </ExceptionHandling> </ClCompile> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> <Link> <NoEntryPoint>true</NoEntryPoint> </Link> @@ -159,6 +168,9 @@ <ExceptionHandling> </ExceptionHandling> </ClCompile> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> <Link> <NoEntryPoint>true</NoEntryPoint> </Link> |
