Skip to content

Commit

Permalink
Fixed Folder output of previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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'">
Expand All @@ -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'">
Expand Down

0 comments on commit a1adb08

Please sign in to comment.