Skip to content

Commit

Permalink
Simplify Toolbox Icon naming
Browse files Browse the repository at this point in the history
Since, we only use the same Root Namespace for all controls, we don't need to specify them.
  • Loading branch information
Nirmal4G committed Oct 8, 2021
1 parent 764ce94 commit c5d4a5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Windows.Toolkit.VisualStudio.Design.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<AppDesigner Include="Properties\"/>
<!-- The 'LogicalName' metadata changes the default manifest naming scheme -->
<EmbeddedResource Include="Icons\$(ParentProjectName).*.icon.png" LogicalName="$(ParentProjectRootNamespace).%(Filename)%(Extension)"/>
<EmbeddedResource Include="Icons\*.icon.png" LogicalName="$(ParentProjectRootNamespace).%(Filename)%(Extension)"/>
<EmbeddedResource Include="$(ParentProjectOutputPath)$(ParentProjectName).xml" LinkBase="Properties\" LogicalName="%(Filename)%(Extension)"/>
</ItemGroup>

Expand Down

0 comments on commit c5d4a5b

Please sign in to comment.