зеркало из https://github.com/DeGsoft/maui-linux.git
7 строки
312 B
C#
7 строки
312 B
C#
using System.Reflection;
|
|
using Microsoft.Windows.Design.Metadata;
|
|
using Xamarin.Forms.Xaml.Design;
|
|
|
|
[assembly: AssemblyTitle("Xamarin.Forms.Xaml.Design")]
|
|
[assembly: AssemblyDescription("Provides the design-time metadata for the XAML language service.")]
|
|
[assembly: ProvideMetadata(typeof (RegisterMetadata))] |