Hello,
Welcome to our Microsoft Q&A platform!
Did you add <ItemGroup> in .csproj
file manually ?
If so, please remove it from there, and re-add the files to project , it will automatically create the code which includes the files in .csproj
.
The above operation could make sure that
- Generate the real file location.
- Add the files one by one correctly .(I made a test that add 100 files to project , it shows 100 <ItemGroup> not a single one with
*.mp3
) .
Best Regards,
Cole Xia
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.