更新建置前事件
This commit is contained in:
parent
f282e98fa7
commit
9edf6a3a44
@ -27,4 +27,8 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="if exist "$(SolutionDir)\libs\*.dll" (
 xcopy "$(SolutionDir)\libs\*.dll" "$(ProjectDir)$(OutDir)" /Y
)" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user