blob: 3404667bc3e2f1eb09c2fbb62c6cfc47958a0dac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<Nini>
<!--
<Section Name="Example Library">
<Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/>
<Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
<Key Name="name" Value="Example Library"/>
<Key Name="type" Value="0"/>
</Section>
-->
<Section Name="Sounds Library">
<Key Name="folderID" Value="c1284980-b9be-11dc-95ff-0800200c9a66"/>
<Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
<Key Name="name" Value="Sounds Library"/>
<Key Name="type" Value="1"/>
</Section>
</Nini>
|