табуляция + разобрался в чем была проблема

This commit is contained in:
Алексей Крюков 2024-06-18 01:43:40 +04:00
parent 094146aa0f
commit 62e7566977

View File

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