Update Flow.Launcher.csproj

This commit is contained in:
DB P 2022-11-24 16:22:59 +09:00 committed by GitHub
parent 98b3512cc5
commit b53ee855c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,14 +47,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Page Remove="Themes\Bullet Light.xaml" />
<Page Remove="Themes\Circle Light.xaml" />
<Page Remove="Themes\Circle System.xaml" />
<Page Remove="Themes\Cyan Dark.xaml" />
<Page Remove="Themes\Gray.xaml" />
<Page Remove="Themes\Midnight.xaml" />
<Page Remove="Themes\ThemeBuilder\Template.xaml" /> <Page Remove="Themes\ThemeBuilder\Template.xaml" />
<Page Remove="Themes\Ubuntu.xaml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
@ -133,4 +126,4 @@
<Analyzer Include="@(FilteredAnalyzer)" /> <Analyzer Include="@(FilteredAnalyzer)" />
</ItemGroup> </ItemGroup>
</Target> </Target>
</Project> </Project>