summaryrefslogtreecommitdiff
path: root/wia/ProdScan/ProdScan.vcxproj
diff options
context:
space:
mode:
authoralexke-dev <[email protected]>2023-01-06 16:36:29 -0800
committerGitHub <[email protected]>2023-01-06 16:36:29 -0800
commit568ddda9b180706e03ead12e2e99bc46cd33a0a6 (patch)
treea71370e9ade8f9fad8d964da516d9006d827dc81 /wia/ProdScan/ProdScan.vcxproj
parent7092f6df0e6e86f16dc4e7a11ea8eefbdb1c6da8 (diff)
Update ProdScan and WiaDriver samples (#824)
Update ProdScan and WiaDriver samples to target a single architecture.
Diffstat (limited to 'wia/ProdScan/ProdScan.vcxproj')
-rw-r--r--wia/ProdScan/ProdScan.vcxproj9
1 files changed, 8 insertions, 1 deletions
diff --git a/wia/ProdScan/ProdScan.vcxproj b/wia/ProdScan/ProdScan.vcxproj
index 2b14d9a8..a94d26db 100644
--- a/wia/ProdScan/ProdScan.vcxproj
+++ b/wia/ProdScan/ProdScan.vcxproj
@@ -74,7 +74,14 @@
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
</ImportGroup>
- <ItemGroup Label="WrappedTaskItems" />
+ <ItemGroup Label="WrappedTaskItems">
+ <Inf Include="ProdScan.inx">
+ <Architecture>$(InfArch)</Architecture>
+ <SpecifyArchitecture>true</SpecifyArchitecture>
+ <Verbose>true</Verbose>
+ <CopyOutput>.\$(IntDir)\ProdScan.inf</CopyOutput>
+ </Inf>
+ </ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>ProdScan</TargetName>
</PropertyGroup>