We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93feb35 + 6a6b4d6 commit 3c64538Copy full SHA for 3c64538
1 file changed
src/CodingWithCalvin.VsixSdk/Sdk/Sdk.Vsix.props
@@ -80,6 +80,12 @@
80
Source generators already include them - having them on disk is for visibility only
81
-->
82
<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>
89
</PropertyGroup>
90
91
<!-- F5 Debugging Configuration -->
0 commit comments