Where is full documentation about the csproj format for .net core?
问题 Is there a full documentation about the csproj format for .net core projects? I was looking for a way to copy files before building. After some searching I found a solution, but I can't find the documentation for this. Does it overwrite files? Are there extra options, ... <Target Name="CopyMyFiles" BeforeTargets="Build"> <Copy SourceFiles="../../someFile.js" DestinationFolder="dest/" /> </Target> I found the additions for .net core here, but there is nothing about copy. Does that mean copy is