1. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  
  2.   <ItemGroup>  
  3.     <dlls Include="..\lib\*.dll" />  
  4.   </ItemGroup>  
  5.   <Target Name="AfterBuild">  
  6.     <Copy SourceFiles="@(dlls)" DestinationFolder="bin\$(Configuration)" SkipUnchangedFiles="true" />  
  7.   </Target>  

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2021-11-02
  • 2022-01-10
  • 2021-06-18
  • 2021-07-06
  • 2021-11-25
  • 2021-11-05
猜你喜欢
  • 2022-01-31
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
相关资源
相似解决方案