diff --git a/CSharpMath.CrossPlatform.slnf b/CSharpMath.CrossPlatform.slnf index 69946dab..bd27cd96 100644 --- a/CSharpMath.CrossPlatform.slnf +++ b/CSharpMath.CrossPlatform.slnf @@ -28,7 +28,8 @@ "CSharpMath.Avalonia.Example/CSharpMath.Avalonia.Example.csproj", "CSharpMath.SkiaSharp/CSharpMath.SkiaSharp.csproj", "CSharpMath.Forms/CSharpMath.Forms.csproj", - "CSharpMath.Forms.Example/CSharpMath.Forms.Example/CSharpMath.Forms.Example.csproj" + "CSharpMath.Forms.Example/CSharpMath.Forms.Example/CSharpMath.Forms.Example.csproj", + "CSharpMath.Forms.Tests/CSharpMath.Forms.Tests.csproj" ] } } \ No newline at end of file diff --git a/CSharpMath.Forms.Example/CSharpMath.Forms.Example/CSharpMath.Forms.Example.csproj b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/CSharpMath.Forms.Example.csproj index 53eb79a7..c34473b3 100644 --- a/CSharpMath.Forms.Example/CSharpMath.Forms.Example/CSharpMath.Forms.Example.csproj +++ b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/CSharpMath.Forms.Example.csproj @@ -10,6 +10,18 @@ + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + diff --git a/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/ImageSourceMathInputButtons/flame.png b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/ImageSourceMathInputButtons/flame.png new file mode 100644 index 00000000..28d61aa0 Binary files /dev/null and b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/ImageSourceMathInputButtons/flame.png differ diff --git a/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/ImageSourceMathInputButtons/metaltrashcan.png b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/ImageSourceMathInputButtons/metaltrashcan.png new file mode 100644 index 00000000..f7540a08 Binary files /dev/null and b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/ImageSourceMathInputButtons/metaltrashcan.png differ diff --git a/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/ImageSourceMathInputButtons/recyclebin.png b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/ImageSourceMathInputButtons/recyclebin.png new file mode 100644 index 00000000..ac3bd064 Binary files /dev/null and b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/ImageSourceMathInputButtons/recyclebin.png differ diff --git a/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/MathKeyboard.xaml b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/MathKeyboard.xaml index d7538da6..dca7c821 100644 --- a/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/MathKeyboard.xaml +++ b/CSharpMath.Forms.Example/CSharpMath.Forms.Example/Controls/MathKeyboard.xaml @@ -1,7 +1,6 @@  -