File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Virtual Display Driver (HDR)/IddSampleDriver Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 251251 <DriverSign >
252252 <FileDigestAlgorithm >SHA1</FileDigestAlgorithm >
253253 </DriverSign >
254+ <PostBuildEvent >
255+ <Command >copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)"</Command >
256+ </PostBuildEvent >
254257 </ItemDefinitionGroup >
255258 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
256259 <ClCompile >
268271 <DriverSign >
269272 <FileDigestAlgorithm >SHA256</FileDigestAlgorithm >
270273 </DriverSign >
274+ <PostBuildEvent >
275+ <Command >copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)"</Command >
276+ </PostBuildEvent >
271277 </ItemDefinitionGroup >
272278 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >
273279 <ClCompile >
You can’t perform that action at this time.
0 commit comments