Сохранение в Plugins
This commit is contained in:
parent
b61f216f16
commit
8f25b5ee36
@ -31,7 +31,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="CopyPlugins" AfterTargets="PostBuildEvent">
|
<Target Name="CopyPlugins" AfterTargets="PostBuildEvent">
|
||||||
<Exec Command="copy /Y "$(TargetDir)*.dll" "$(SolutionDir).Plugins\*.dll"" />
|
<Exec Command="copy /Y "$(TargetDir)*.dll" "$(SolutionDir)Plugins\*.dll"" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user