I have a VS extension project, this extension use a lot of dlls and one of these dll install to a Chrome Driver a Chrome Extension, this chrome extension file needs to be placed in the same folder of the dll when the VSIX is installed, but, when I have copyed the file to the bin folder when I am building, but I can not put it in the VSIX File, I want some help to make a post build event to put a file in a ziped file, or something that I can set the chrome extension file in the VSIX build.
Asked
Active
Viewed 97 times
0
-
Set "Include in VSIX" ?? – ErikEJ Jun 25 '20 at 16:53
-
where I set it? – InfJ Jun 25 '20 at 17:24
-
1In the project file, or as a file property in your project – ErikEJ Jun 27 '20 at 09:36
1 Answers
0
I have created a bat file with 7zip commands to add the aditional files to my VSIX, and called this bat file from post build events, it works like a charm!

InfJ
- 43
- 1
- 5