can someone explain me how i can create visual studio 2022 installer from 1 main app and 2 class library.
To explain more further, i created a winform app that contain: 1-the main winform project; 2-a class library for all my database code; 3-another class library for all my others repetitive codes.
I have no clue how i show link/reference/add or wtv i need to do to include my class library dll into the installer so once the app is installed it can use these dll.
As usually i searched youtube and google but its really frusstrating that c# community is really small, you almost never find the right post for your problem so in last try im asking in here.