15 lines
733 B
XML
15 lines
733 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
|
|
|
<system:String x:Key="snapcastPath">snapclient_0.25.0-1_win64</system:String>
|
|
<system:String x:Key="snapcastPort">1704</system:String>
|
|
|
|
<system:String x:Key="connectionOk1"></system:String>
|
|
<system:String x:Key="connectionOk2"></system:String>
|
|
<system:String x:Key="connectionFail"></system:String>
|
|
|
|
<system:String x:Key="playButton"></system:String>
|
|
<system:String x:Key="pauseButton"></system:String>
|
|
|
|
</ResourceDictionary> |