Commit 6a6b4d6
authored
fix(sdk): exclude VSPackage.resx from default EmbeddedResource includes (#35)
The .NET SDK auto-includes *.resx files as EmbeddedResource items.
The VsixSdk also includes VSPackage.resx with special metadata (MergeWithCTO).
This caused duplicate item errors.
Fix by excluding VSPackage.resx patterns from DefaultItemExcludes so the
SDK's explicit includes with MergeWithCTO metadata are the only ones.1 parent f012121 commit 6a6b4d6
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
| |||
0 commit comments