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.
2 parents 6f295c8 + 7872556 commit d180dbdCopy full SHA for d180dbd
Directory.Build.props
@@ -8,4 +8,8 @@
8
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
9
</PropertyGroup>
10
11
+ <ItemGroup>
12
+ <SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
13
+ </ItemGroup>
14
+
15
</Project>
src/toolkit/Directory.Build.props
@@ -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>
16
17
18
<ItemGroup>
0 commit comments