Skip to content

Commit c5d4a5b

Browse files
committed
Simplify Toolbox Icon naming
Since, we only use the same Root Namespace for all controls, we don't need to specify them.
1 parent 764ce94 commit c5d4a5b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

build/Windows.Toolkit.VisualStudio.Design.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<AppDesigner Include="Properties\"/>
1919
<!-- The 'LogicalName' metadata changes the default manifest naming scheme -->
20-
<EmbeddedResource Include="Icons\$(ParentProjectName).*.icon.png" LogicalName="$(ParentProjectRootNamespace).%(Filename)%(Extension)"/>
20+
<EmbeddedResource Include="Icons\*.icon.png" LogicalName="$(ParentProjectRootNamespace).%(Filename)%(Extension)"/>
2121
<EmbeddedResource Include="$(ParentProjectOutputPath)$(ParentProjectName).xml" LinkBase="Properties\" LogicalName="%(Filename)%(Extension)"/>
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)