Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 343e88f

Browse files
committed
Set ExtrasEnableDefaultResourceItems to false
When this property was default to true, the Themes\Generic.xaml file wasn't being compiled to .baml and visible to the extension.
1 parent 4e82546 commit 343e88f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.UI/GitHub.UI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net46</TargetFramework>
44
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
5+
<ExtrasEnableDefaultResourceItems>false</ExtrasEnableDefaultResourceItems>
56
<DebugType>full</DebugType>
67
<DebugSymbols>true</DebugSymbols>
78
</PropertyGroup>

0 commit comments

Comments
 (0)