7 lines
292 B
XML
7 lines
292 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<x:String x:Key="ImageOtherThumbnail">/Assets/Other/Thumbnail.png</x:String>
|
|
</ResourceDictionary>
|