Skip to content

Commit 2c2e060

Browse files
committed
Set UseWPF build property to true for the toolkit projects.
This ensures that the XAML resources are included in the assembly.
1 parent 2acbfc9 commit 2c2e060

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/toolkit/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<RootNamespace>Community.VisualStudio.Toolkit</RootNamespace>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<DebugType>portable</DebugType>
13+
14+
<!-- Set UseWPF to true so that the XAML resources are compiled and included in the assembly. -->
15+
<UseWPF>true</UseWPF>
1316
</PropertyGroup>
1417

1518
<ItemGroup>

0 commit comments

Comments
 (0)