We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3a76b commit 05b1dd7Copy full SHA for 05b1dd7
1 file changed
Ext4Explorer.csproj
@@ -50,4 +50,8 @@
50
</None>
51
</ItemGroup>
52
53
+ <Target Name="PostBuild" AfterTargets="PostBuildEvent">
54
+ <Exec Command="xcopy /Y /R /D "$(ProjectDir)SharpExt4\*.dll" "$(TargetDir)"" />
55
+ </Target>
56
+
57
</Project>
0 commit comments