Skip to content

Commit

Permalink
fix: merged with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakim Gulam Ali authored and Hakim Gulam Ali committed Dec 15, 2024
2 parents de33894 + 241068e commit cffe47e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System.Windows.Input;
using Color = Microsoft.Maui.Graphics.Color;
using SKPaintSurfaceEventArgs = SkiaSharp.Views.Maui.SKPaintSurfaceEventArgs;
using SKSvg = SkiaSharp.Extended.Svg.SKSvg;
using SKSvg = Svg.Skia.SKSvg;

namespace Maui.FreakyControls;

Expand Down
21 changes: 13 additions & 8 deletions MAUI.FreakyControls/MAUI.FreakyControls/Maui.FreakyControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
<CreatePackage>false</CreatePackage>
</PropertyGroup>
<ItemGroup>
<AndroidResource Remove="Shared\FreakyPinView\**" />
<!--<AndroidResource Remove="Shared\FreakyPinView\**" />
<Compile Remove="Shared\FreakyPinView\**" />
<EmbeddedResource Remove="Shared\FreakyPinView\**" />
<MauiCss Remove="Shared\FreakyPinView\**" />
<MauiXaml Remove="Shared\FreakyPinView\**" />
<None Remove="Shared\FreakyPinView\**" />
<None Remove="Shared\FreakyPinView\**" />-->
<ItemGroup>
<None Remove="Dotnet\" />
<None Remove="Behaviors\" />
<None Remove="Constants\" />
Expand Down Expand Up @@ -105,10 +105,14 @@
<None Remove="Platforms\Android\NativeControls\Signature\" />
<None Remove="Platforms\iOS\NativeControls\Signature\" />
<None Remove="clear_icon.svg" />
<!--<<<<<<< HEAD
<None Remove="Shared\EventArgs\" />
<None Remove="CommunityToolkit.Mvvm" />
<None Remove="Shared\FreakyAutoCompleteView\" />
<None Remove="Shared\FreakyPinView\" />
=======
<None Remove="CommunityToolkit.Mvvm" />
>>>>>>> master-->
</ItemGroup>
<ItemGroup>
<Folder Include="Platforms\Android\NativeControls\Helpers\" />
Expand Down Expand Up @@ -161,7 +165,8 @@
</SubType>
</MauiXaml>
<MauiXaml Condition=" '$(EnableDefaultXamlItems)' == 'true' " Update="FreakyTextInputLayout\FreakyTextInputLayout.xaml">
<SubType></SubType>
<SubType>
</SubType>
</MauiXaml>
</ItemGroup>
<ItemGroup>
Expand All @@ -179,8 +184,8 @@
</None>
</ItemGroup>
<ItemGroup>
<Compile Update="Dotnet\FreakySignatureCanvasViewHandler.dotnet.cs">
<ExcludeFromCurrentConfiguration>true</ExcludeFromCurrentConfiguration>
</Compile>
<Compile Update="Dotnet\FreakySignatureCanvasViewHandler.dotnet.cs">
<ExcludeFromCurrentConfiguration>true</ExcludeFromCurrentConfiguration>
</Compile>
</ItemGroup>
</Project>
</Project>

0 comments on commit cffe47e

Please sign in to comment.