2 changed files with 13 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
using System.Collections.Generic; |
|||
using System.Runtime.Serialization; |
|||
|
|||
namespace Avalonia.Markup.Xaml.PortableXaml |
|||
{ |
|||
[DataContract] |
|||
class AvaloniaResourceXamlInfo |
|||
{ |
|||
[DataMember] |
|||
public Dictionary<string, string> ClassToResourcePathIndex { get; set; } = new Dictionary<string, string>(); |
|||
} |
|||
} |
|||
@ -0,0 +1 @@ |
|||
Subproject commit 8abbe09592668efb573ac4d5548ba2d7e464ba78 |
|||
Loading…
Reference in new issue