настройка копирования всех библиотек

This commit is contained in:
kotcheshir73 2021-03-28 20:06:29 +04:00
parent c749987c08
commit 23a08e13b6

View File

@ -10,7 +10,7 @@
</ItemGroup> </ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> <Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy /Y &quot;$(TargetDir)$(ProjectName).dll&quot; &quot;$(SolutionDir)ImplementationExtensions\$(ProjectName).dll&quot;" /> <Exec Command="copy /Y &quot;$(TargetDir)*.dll&quot; &quot;$(SolutionDir)ImplementationExtensions\*.dll&quot;" />
</Target> </Target>
</Project> </Project>