Добавлен Studio

This commit is contained in:
2026-01-07 23:52:02 +03:00
parent ca5d912c9c
commit c3770c789b
19 changed files with 668 additions and 51 deletions

View File

@@ -16,12 +16,7 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="Themes\Generic.xaml" />
<None Remove="Themes\Styles\DockAnchorOverlay.xaml" />
<None Remove="Themes\Styles\LatticeDockHost.xaml" />
<None Remove="Themes\Styles\LatticePane.xaml" />
<None Remove="Themes\Styles\LatticeSplitter.xaml" />
<None Remove="Themes\Styles\SharedResources.xaml" />
<None Remove="Themes\Styles\LatticeNotification.xaml" />
</ItemGroup>
<ItemGroup>
@@ -34,40 +29,8 @@
</ItemGroup>
<ItemGroup>
<Page Update="Themes\Styles\SharedResources.xaml">
<Page Update="Themes\Styles\LatticeNotification.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Themes\Styles\DockAnchorOverlay.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Themes\Styles\LatticeSplitter.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Themes\Styles\LatticeDockHost.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Themes\Generic.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Themes\Styles\LatticePane.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
</ItemGroup>
</Project>