File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed
Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 33using CommunityToolkit . Maui . Extensions ;
44using CommunityToolkit . Maui . Views ;
55using Microsoft . Maui . Controls ;
6+ #if ! IOS && ! ANDROID
67using SharpHook ;
78using SharpHook . Data ;
9+ #endif
810
911namespace CSharpMath . Maui . Example {
1012 [ XamlCompilation ( XamlCompilationOptions . Compile ) ]
Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >net10.0</TargetFramework >
66 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7- <!-- Suppress nullable reference type warnings from Typography submodule -->
8- <NoWarn >$(NoWarn);CS8618;CS8603;CS8625;CS8600;CS8601;CS8602;CS8604</NoWarn >
97 </PropertyGroup >
108 <ItemGroup >
119 <ProjectReference Include =" ..\CSharpMath.SkiaSharp\CSharpMath.SkiaSharp.csproj" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments