Skip to content

Commit

Permalink
copy file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouzhudong committed Jun 27, 2023
1 parent d2a2985 commit a4cb189
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libnet/libnet.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
</Version>
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
</Link>
<PostBuildEvent>
<Command>copy $(OutDir)$(TargetName)$(TargetExt) /B /V /Y $(ProjectDir)..\rust\target\debug</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
Expand Down

0 comments on commit a4cb189

Please sign in to comment.