Skip to content

Commit

Permalink
cleanup..
Browse files Browse the repository at this point in the history
  • Loading branch information
dogzz9445 committed Jun 10, 2024
1 parent ab7a32c commit 1e73aa8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<RestoreFallbackFolders>clear</RestoreFallbackFolders>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Apps/Corathing.Organizer/Corathing.Organizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<RestoreFallbackFolders>clear</RestoreFallbackFolders>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Apps/Corathing.Package/Corathing.Package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
<NoWarn>$(NoWarn);NU1702</NoWarn>
<EntryPointProjectUniqueName>..\Corathing.Organizer\Corathing.Organizer.csproj</EntryPointProjectUniqueName>
<UserSecretsId>a32b8f09-b8a4-4d9e-abc1-58e7c8061162</UserSecretsId>
<RestoreFallbackFolders>clear</RestoreFallbackFolders>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<RestoreFallbackFolders>clear</RestoreFallbackFolders>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RestoreFallbackFolders>clear</RestoreFallbackFolders>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Corathing.Widgets.Basics.Widgets.FileOpeners"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
mc:Ignorable="d"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch">
Expand All @@ -16,9 +17,6 @@
</UserControl.Resources>-->
<Grid HorizontalAlignment="Stretch"
VerticalAlignment="Stretch">
<Path Fill="{DynamicResource CardForeground}"
Width="48"
Height="48"
Data="M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H15v-8h5V8zm-1 7V3.5L18.5 9zm4 12.66V16h5.66v2h-2.24l2.95 2.95l-1.41 1.41L19 19.41v2.24h-2z" />
<ui:SymbolIcon Symbol="DocumentArrowUp16" />
</Grid>
</UserControl>
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ public partial class FileOpenerWidgetViewModel : WidgetContext
/// Initializes a new instance of the <see cref="OneByOneViewModel"/> class.
/// </summary>
public FileOpenerWidgetViewModel(
IServiceProvider services,
object option = null)
IServiceProvider services)
: base(services)
{
WidgetTitle = $"FileOpener";
Expand Down

0 comments on commit 1e73aa8

Please sign in to comment.