dstr
dstr
CC#
Created by dstr on 5/16/2023 in #help
Copy folder in .csproj
<ItemGroup>
<Content Include="assets\**" CopyToOutputDirectory="Always" />
</ItemGroup>
<ItemGroup>
<Content Include="assets\**" CopyToOutputDirectory="Always" />
</ItemGroup>
This results in all the items in the asset folder ending up in <output dir>/assets/ whereas I would like them to be copied to <output dir>/.
3 replies