Skip to content

Commit

Permalink
fix: Add missing PRIResource in default template
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Feb 27, 2023
1 parent 594bc45 commit e8c03c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<ApplicationDefinition Include="App.xaml" Condition="exists('App.xaml')" />
<Compile Update="**\*.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
</Compile>
</Compile>
<PriResource Include="**\*.resw" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" />
Expand Down

0 comments on commit e8c03c2

Please sign in to comment.