blob: 7a242d7027272a2892e91539d3aead5c0b2d8742 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/example/myprog">
<file>res1.txt</file>
<file>subdir/res2.txt</file>
<file>res3.txt</file>
<file>subdir/res4.txt</file>
</gresource>
</gresources>
|