14 lines
688 B
C#
14 lines
688 B
C#
using System.Runtime.CompilerServices;
|
|||
|
|
using System.Windows.Markup;
|
||
|
|
|
||
|
|
[assembly: XmlnsDefinition("https://ce.pclc.cc/core/ui/animation", "PCL.Core.UI.Animation")]
|
||
|
|
[assembly: XmlnsDefinition("https://ce.pclc.cc/core/ui/animation", "PCL.Core.UI.Animation.Core")]
|
||
|
|
[assembly: XmlnsDefinition("https://ce.pclc.cc/core/ui/animation", "PCL.Core.UI.Animation.Easings")]
|
||
|
|
[assembly: XmlnsPrefix("https://ce.pclc.cc/core/ui/animation", "ani")]
|
||
|
|
|
||
|
|
[assembly:XmlnsDefinition("https://ce.pclc.cc/core/utils/validate", "PCL.Core.Utils.Validate")]
|
||
|
|
[assembly:XmlnsPrefix("https://ce.pclc.cc/core/utils/validate", "val")]
|
||
|
|
|
||
|
|
[assembly: DisableRuntimeMarshalling]
|
||
|
|
[assembly: InternalsVisibleTo("PCL.Core.Test")]
|