更新建置前事件

This commit is contained in:
JEFF 2025-01-21 17:02:14 +08:00
parent f282e98fa7
commit 9edf6a3a44

View File

@ -27,4 +27,8 @@
</Reference>
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="if exist &quot;$(SolutionDir)\libs\*.dll&quot; (&#xD;&#xA; xcopy &quot;$(SolutionDir)\libs\*.dll&quot; &quot;$(ProjectDir)$(OutDir)&quot; /Y&#xD;&#xA;)" />
</Target>
</Project>