Skip to content

Commit

Permalink
Set UseWPF build property to true for the toolkit projects.
Browse files Browse the repository at this point in the history
This ensures that the XAML resources are included in the assembly.
  • Loading branch information
reduckted committed Apr 16, 2022
1 parent 2acbfc9 commit 2c2e060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/toolkit/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<RootNamespace>Community.VisualStudio.Toolkit</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>portable</DebugType>

<!-- Set UseWPF to true so that the XAML resources are compiled and included in the assembly. -->
<UseWPF>true</UseWPF>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2c2e060

Please sign in to comment.