Inlcude content after run a command (.csproj)
Hey i wanna ask if it would possible to place this after the cmake building command?
I saw Target but that does not work for this thing i guys because it get not copyed.
2 Replies
because right now
CopyToOutputDirectory
get called before the .dll is buildcan't you add a
To your beforetargets
https://learn.microsoft.com/en-us/visualstudio/msbuild/move-task?view=vs-2022
some other examples here might be helpful