Skip to content

Commit

Permalink
Cleanup (#163)
Browse files Browse the repository at this point in the history
* fix typo in file name

* cleanup proj files

* update icon to not have weird pointy ends
  • Loading branch information
tomlm authored Dec 4, 2024
1 parent 64bbfce commit f6243e7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
Binary file added Icon.ico
Binary file not shown.
Binary file modified Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions src/Consolonia.Core/Consolonia.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Core.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<ItemGroup>
<AvaloniaXaml Remove="Controls\FileOpen\**" />
<Compile Remove="Controls\FileOpen\**" />
<EmbeddedResource Remove="Controls\FileOpen\**" />
<None Remove="Controls\FileOpen\**" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.Desktop" Version="$(AvaloniaVersion)" />
Expand Down
1 change: 0 additions & 1 deletion src/Consolonia.Gallery/Consolonia.Gallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<ProjectReference Include="..\Consolonia.PlatformSupport\Consolonia.PlatformSupport.csproj" />
<ProjectReference Include="..\Consolonia.Themes.TurboVision\Consolonia.Themes.TurboVision.csproj" />
<ProjectReference Include="..\Consolonia.Designer\Consolonia.Designer.csproj" />
<ProjectReference Condition="'$(Configuration)' == 'Debug'" Include="..\Tools\Consolonia.PreviewHost\Consolonia.PreviewHost.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f6243e7

Please sign in to comment.