Added DescriptionDisplayDialog and ImageDisplayDialog
This commit is contained in:
parent
1578be2520
commit
ad6b86fcb4
6 changed files with 211 additions and 18 deletions
|
|
@ -109,6 +109,9 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="AvaloniaUI\Views\Dialogs\DescriptionDisplayDialog.axaml.cs">
|
||||
<DependentUpon>DescriptionDisplayDialog.axaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="AvaloniaUI\Views\Dialogs\EditQuickFilters.axaml.cs">
|
||||
<DependentUpon>EditQuickFilters.axaml</DependentUpon>
|
||||
</Compile>
|
||||
|
|
@ -118,6 +121,9 @@
|
|||
<Compile Update="AvaloniaUI\Views\Dialogs\SearchSyntaxDialog.axaml.cs">
|
||||
<DependentUpon>SearchSyntaxDialog.axaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="AvaloniaUI\Views\Dialogs\ImageDisplayDialog.axaml.cs">
|
||||
<DependentUpon>ImageDisplayDialog.axaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue