mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 17:17:09 -04:00
18 lines
354 B
XML
18 lines
354 B
XML
#include <appinfo.rh>
|
|
#include <classicube.rsg>
|
|
|
|
UID2 KUidAppRegistrationResourceFile
|
|
UID3 0xE212A5C2
|
|
|
|
RESOURCE APP_REGISTRATION_INFO
|
|
{
|
|
app_file="ClassiCube";
|
|
|
|
localisable_resource_file="\\resource\\apps\\classicube";
|
|
localisable_resource_id=R_CLASSICUBE_LOCALISABLE_APP_INFO;
|
|
|
|
embeddability=KAppNotEmbeddable;
|
|
newfile=KAppDoesNotSupportNewFile;
|
|
}
|
|
|