Skip to content

Commit

Permalink
Fixed Folder output of previous commit
Browse files Browse the repository at this point in the history
bud3699 committed Oct 3, 2024
1 parent b42b774 commit a1adb08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -252,7 +252,7 @@
<FileDigestAlgorithm>SHA1</FileDigestAlgorithm>
</DriverSign>
<PostBuildEvent>
<Command>copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)"</Command>
<Command>copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)\IddSampleDriver"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -272,7 +272,7 @@
<FileDigestAlgorithm>SHA256</FileDigestAlgorithm>
</DriverSign>
<PostBuildEvent>
<Command>copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)"</Command>
<Command>copy "$(ProjectDir)..\vdd_settings.xml" "$(TargetDir)\IddSampleDriver"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">

0 comments on commit a1adb08

Please sign in to comment.