29 lines
971 B
JSON
29 lines
971 B
JSON
{
|
|
"modules" : [
|
|
{
|
|
"module" : "EditorPlugins\\CryDesigner.dll",
|
|
"bootstrapper" : "Editor.exe",
|
|
"args" : ["$module", "-bootstrap_plugin_tests"]
|
|
},
|
|
{
|
|
"module" : "EditorPlugins\\MaglevControlPanel.dll",
|
|
"bootstrapper" : "Editor.exe",
|
|
"args" : ["$module", "-bootstrap_plugin_tests"]
|
|
},
|
|
{
|
|
"module" : "EditorPlugins\\ComponentEntityEditorPlugin.dll",
|
|
"bootstrapper" : "Editor.exe",
|
|
"args" : ["$module", "-bootstrap_plugin_tests"]
|
|
},
|
|
{
|
|
"module" : "EditorPlugins\\EditorModularBehaviorTree.dll",
|
|
"bootstrapper" : "Editor.exe",
|
|
"args" : ["$module", "-bootstrap_plugin_tests"]
|
|
},
|
|
{
|
|
"module" : "EditorPlugins\\UiCanvasEditor.dll",
|
|
"bootstrapper" : "Editor.exe",
|
|
"args" : ["$module", "-bootstrap_plugin_tests"]
|
|
}
|
|
]
|
|
} |