-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
42 lines (38 loc) · 1.48 KB
/
project.json
File metadata and controls
42 lines (38 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"project_name": "Solitaire",
"product_name": "Solitaire",
"executable_name": "SolitaireLauncher",
"modules" : [],
"project_id": "{CF9941A1-E8B6-432B-A8CE-F716DA173072}",
"durango_settings" : {
"app_id" : "Solitaire",
"entry_point" : "Solitaire.app",
"package_name" : "Solitaire",
"display_name" : "Solitaire",
"publisher" : "Your Publisher",
"description" : "Your game's description.",
"foreground_text" : "light",
"background_color" : "#6495ED",
"version" : "1.0.0.0",
"titleid" : "00E7F92C",
"scid" : "65b20100-55fe-49dc-82b9-020000e7f92c",
"appxmanifest" : "../Resources/AppxManifest.xml",
"logo" : "../Resources/DurangoLogo.png",
"small_logo" : "../Resources/DurangoSmallLogo.png",
"splash_screen" : "../Resources/DurangoSplashScreen.png",
"store_logo" : "../Resources/DurangoStoreLogo.png",
"wide_logo" : "../Resources/DurangoWideLogo.png"
},
"android_settings" : {
"package_name" : "com.lumberyard.yourgame",
"version_number" : 1,
"version_name" : "1.0.0.0",
"orientation" : "landscape"
},
"orbis_settings": {
"data_folder": "Solitaire",
"nptitle_dat": "",
"param_sfo": "../Resources/param.sfo",
"trophy_trp": "../Resources/trophies.trp"
}
}