Browse CVS Repository
Annotation of /xoonips-library/LibConcierge/libconcierge.product
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( hide annotations)
( download)
Thu Nov 9 02:43:50 2006 UTC
(17 years, 5 months ago)
by yamaji
Branch: MAIN
Changes since 1.1: +2 -3 lines
add concierge icon for win32
| 1 |
h-sakai |
1.1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
|
|
<?pde version="3.1"?> |
| 3 |
|
|
|
| 4 |
|
|
<product name="LibConcierge" id="LibConcierge.product" application="LibConcierge.application" useFeatures="false"> |
| 5 |
|
|
|
| 6 |
|
|
<configIni use="default"/> |
| 7 |
|
|
|
| 8 |
|
|
<launcherArgs> |
| 9 |
|
|
</launcherArgs> |
| 10 |
|
|
|
| 11 |
|
|
<windowImages i16="/LibConcierge/icons/logo16.gif" i32="/LibConcierge/icons/logo32.gif" i48="/LibConcierge/icons/logo48.gif" i64="/LibConcierge/icons/logo64.gif" i128="/LibConcierge/icons/logo128.gif"/> |
| 12 |
|
|
|
| 13 |
|
|
<splash |
| 14 |
|
|
location="jp.sourceforge.libconcierge" |
| 15 |
|
|
startupProgressRect="0,207,427,15" |
| 16 |
|
|
startupMessageRect="0,192,0,0" |
| 17 |
|
|
startupForegroundColor="000000" /> |
| 18 |
|
|
<launcher> |
| 19 |
|
|
<solaris/> |
| 20 |
yamaji |
1.2 |
<win useIco="true"> |
| 21 |
|
|
<ico path="/LibConcierge/icons/concierge.ico"/> |
| 22 |
h-sakai |
1.1 |
<bmp/> |
| 23 |
|
|
</win> |
| 24 |
|
|
</launcher> |
| 25 |
|
|
|
| 26 |
|
|
<plugins> |
| 27 |
|
|
</plugins> |
| 28 |
|
|
|
| 29 |
|
|
</product> |
|