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.
1 parent 2acbfc9 commit 2c2e060Copy full SHA for 2c2e060
src/toolkit/Directory.Build.props
@@ -10,6 +10,9 @@
10
<RootNamespace>Community.VisualStudio.Toolkit</RootNamespace>
11
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12
<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>
16
</PropertyGroup>
17
18
<ItemGroup>
0 commit comments