Commit dcc380a
committed
fix(sdk): exclude VSPackage.resx from default EmbeddedResource includes
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 dcc380a
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