Skip to content

Commit 05b1dd7

Browse files
committed
Copy over all the dlls.
1 parent 2d3a76b commit 05b1dd7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Ext4Explorer.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,8 @@
5050
</None>
5151
</ItemGroup>
5252

53+
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
54+
<Exec Command="xcopy /Y /R /D &quot;$(ProjectDir)SharpExt4\*.dll&quot; &quot;$(TargetDir)&quot;" />
55+
</Target>
56+
5357
</Project>

0 commit comments

Comments
 (0)