We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116e72c commit a918f82Copy full SHA for a918f82
1 file changed
Virtual Display Driver (Non-HDR)/MttVDD/MttVDD.vcxproj
@@ -250,6 +250,9 @@
250
<DriverSign>
251
<FileDigestAlgorithm>SHA256</FileDigestAlgorithm>
252
</DriverSign>
253
+ <PostBuildEvent>
254
+ <Command>copy "$(ProjectDir)..\option.txt" "$(TargetDir)\MttVDD"</Command>
255
+ </PostBuildEvent>
256
</ItemDefinitionGroup>
257
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
258
<ClCompile>
@@ -268,6 +271,9 @@
268
271
269
272
270
273
274
275
276
277
278
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
279
0 commit comments