Visual Studio 2022 Setup project within windows form project in c#
I have Visual Studio 2022, I added a SETUP project within existing Windows form project in C#,
as I followed the instructions from this: https://www.youtube.com/watch?v=bJw0eGfM1ZU
I attached a picture, on the left I selected an application folder, then on the right I right mouse click and "add"
then "Project Output", then from the list supposed to be listed there "Published Items" but is missing.
I have never done Setup project before in Visual Studio 2022. I know I have to add all the files and folders, and etc.
I have Windows Form project in C#, it is using 3 folders and 2 .DLL files, and they must be in the same directory as my .EXE file. Can you watch a short video and let me know why "Published Items" not listed there, or how to proceed?
Thanks in advance,