Files
rojo/rojo-test/serve-tests/ref_properties/default.project.json
2024-06-20 23:48:52 +01:00

32 lines
704 B
JSON

{
"name": "ref_properties",
"tree": {
"$className": "DataModel",
"Workspace": {
"ProjectTarget": {
"$className": "Folder",
"$id": "project target",
"ProjectPointer": {
"$className": "ObjectValue",
"$attributes": {
"Rojo_Target_Value": {
"String": "project target"
}
}
}
},
"ModelTarget": {
"$path": "ModelTarget.model.json"
},
"FolderTarget": {
"$path": "FolderTarget"
},
"CrossFormatPointer": {
"$className": "ObjectValue",
"$attributes": {
"Rojo_Target_Value": "folder target"
}
}
}
}
}