Skip to content

Commit 3c64538

Browse files
authored
Merge branch 'main' into test/e2e/comprehensive-test-suite
2 parents 93feb35 + 6a6b4d6 commit 3c64538

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/CodingWithCalvin.VsixSdk/Sdk/Sdk.Vsix.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
Source generators already include them - having them on disk is for visibility only
8181
-->
8282
<DefaultItemExcludes>$(DefaultItemExcludes);Generated\**</DefaultItemExcludes>
83+
84+
<!--
85+
Exclude VSPackage.resx from default EmbeddedResource includes
86+
The SDK adds these with special metadata (MergeWithCTO) in targets
87+
-->
88+
<DefaultItemExcludes>$(DefaultItemExcludes);**/VSPackage.resx;**/VSPackage.*.resx</DefaultItemExcludes>
8389
</PropertyGroup>
8490

8591
<!-- F5 Debugging Configuration -->

0 commit comments

Comments
 (0)