-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShapeArt.uproject
56 lines (56 loc) · 917 Bytes
/
ShapeArt.uproject
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"FileVersion": 3,
"EngineAssociation": "{80C33E87-560E-4E0A-9B07-80C8F8D884B8}",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "ShapeArt",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"ProceduralMeshComponent",
"FunctionalTesting",
"CoreUObject"
]
},
{
"Name": "Sketch",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "Tests",
"Type": "Program",
"LoadingPhase": "Default",
"TargetAllowList": [
"Program"
]
},
{
"Name": "GoogleTestModule",
"Type": "Program",
"LoadingPhase": "Default",
"TargetAllowList": [
"Program"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "FunctionalTestingEditor",
"Enabled": true
}
],
"TargetPlatforms": [
"Windows"
]
}