!I integrate from //ce/main...
[CRYENGINE.git] / _WAF_ / projects.json
blob1755897c9d94587b49dd152b445f95cf4918fa69
2         "GameSDK" :
3         {
4                 "code_folder"         : "Code/GameSDK",
5                 "game_data_dir"       : "GameSDK",
6                 "game_dll_filename"   : "CryGameSDK.dll",
8                 "executable_name"     : "GameLauncher",
10                 "product_name"        : "CRYENGINE SDK",
12                 "durango_settings" :
13                 {
14                         "app_id"            : "GameSDK.app",
15                         "package_name"      : "GameSDK",
16                         "display_name"      : "GameSDK Development",
17                         "publisher"         : "Crytek",
18                         "description"       : "CRYENGINE SDK",
19                         "foreground_text"   : "light",
20                         "background_color"  : "#6495ED",
21                         "version"           : "1.0.0.0",
22                         "titleid"           : "06BFF3BF",
23                         "scid"              : "84d70100-5e91-4cf0-bcc9-7b2f06bff3bf",
24                         "appxmanifest"      : "AppxManifest.xml",
25                         "logo"              : "DurangoLogo.png",
26                         "small_logo"        : "DurangoSmallLogo.png",
27                         "splash_screen"     : "DurangoSplashScreen.png",
28                         "store_logo"        : "DurangoStoreLogo.png"
29                 },
31                 "orbis_settings" :
32                 {
33                         "data_folder"      : "/data/sdk/"
34                 }
35         }