Message 1 of 6
VS 2017 .addin File Origin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm new to VB.NET development, and I have a question. I'm working on putting together a .msi for my finished project. I know where to put the files for drop-in deployment, but I'm having trouble figuring out what part of the project's output contains the .addin file. I want to put the .addin where the red line is on the attached .png.
What part of the project output do I use? My options are: Primary output, Localized resources, Debug Symbols, Content Files, Source Files, Documentation Files, XML Serialization Assemblies, and Runtime Implementation. I've looked through the outputs of all those, and I don't see any .addin, but the .addin is in the source repository.