Commit d5a3f5d
authored
fix(vsix): include VCProjectEngine assembly in VSIX package (#33)
VSSDK.BuildTools has a hardcoded SuppressFromVsix list that excludes
Microsoft.VisualStudio.VCProjectEngine.dll, assuming VS always provides
it. This causes a missing assembly error when the C++ workload is not
installed. Adding ForceIncludeInVSIX overrides the suppression.
Fixes #321 parent 60fd968 commit d5a3f5d
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments