2 "description" : "Configuration to build the Engine and the GameSDK Project",
3 "valid_platforms" : [ "win", "durango", "orbis", "android" ],
4 "valid_configuration" : [ "debug", "profile", "performance", "release" ],
5 "visual_studio_name" : "GameSDK",
7 "game_projects": "GameSDK",
9 "win_module_extensions" : ["audio_fmod", "brofiler", "eyex"],
10 "android_module_extensions" : ["sdl2"],
12 "defines" : [ "UQS_SCHEMATYC_SUPPORT=1", "SUPPORT_UNSIGNED_PAKS", "USE_SCHEMATYC", "USE_SCHEMATYC_EXPERIMENTAL" ],
21 "CryDynamicResponseSystem",
38 "CryPerceptionSystem",
48 "CryUQS_DataSource_XML",
76 "win_force_shared_monolithic_build_modules" :
78 "CryAudioImplSDLMixer",
81 "CryAudioImplPortAudio",
91 "durango_force_shared_monolithic_build_modules" :
99 "CryAudioImplSDLMixer",
101 "CryAudioImplPortAudio",
125 "win_debug_modules" : ["DedicatedLauncher", "CryLiveCreate", "GameStream"],
126 "win_profile_modules" : ["DedicatedLauncher", "CryLiveCreate", "GameStream"],
128 "win_x64_modules" : [ "CryOSVR" ],
130 "win_performance_defines" : "PURE_CLIENT",
131 "win_performance_monolithic_build" : "True",
132 "win_release_defines" : "PURE_CLIENT",
133 "win_release_monolithic_build" : "True",
135 "durango_modules" : [ "DurangoLauncher", "CryRenderD3D11", "CryLobby" ],
136 "durango_debug_modules" : [ "CryRenderD3D12" ],
137 "durango_profile_modules" : [ "CryRenderD3D12" ],
138 "durango_performance_monolithic_build" : "True",
139 "durango_release_monolithic_build" : "True",
141 "orbis_modules" : [ "OrbisLauncher", "CryRenderGNM" ],
142 "orbis_monolithic_build" : "True",
143 "orbis_debug_modules" : ["CryLiveCreate"],
144 "orbis_profile_modules" : ["CryLiveCreate"],
150 "CryAudioImplSDLMixer",
167 "darwin_modules" : [ "MacLauncher", "CryRenderOpenGL", "CryLobby" ],
174 "android_monolithic_build" : "True"