summaryrefslogtreecommitdiff
path: root/wpd/WpdHelloWorldDriver
diff options
context:
space:
mode:
Diffstat (limited to 'wpd/WpdHelloWorldDriver')
-rw-r--r--wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.vcxproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.vcxproj b/wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.vcxproj
index b4e3abf3..f1b1acf4 100644
--- a/wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.vcxproj
+++ b/wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.vcxproj
@@ -289,6 +289,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
+ <DriverSign>
+ <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
+ </DriverSign>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Link>
@@ -298,6 +301,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
+ <DriverSign>
+ <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
+ </DriverSign>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Link>
@@ -307,6 +313,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
+ <DriverSign>
+ <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
+ </DriverSign>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Link>
@@ -316,6 +325,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
+ <DriverSign>
+ <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
+ </DriverSign>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Stdafxsrc.cpp">