-
Notifications
You must be signed in to change notification settings - Fork 0
/
MC2.armproj
109 lines (109 loc) · 3.71 KB
/
MC2.armproj
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<ArmProject Version="1">
<ProjectName>MechCommander2</ProjectName>
<ArmRoot>.\Source\data</ArmRoot>
<CategoryAnnotationKey>Type</CategoryAnnotationKey>
<DisplayFullAssetName>false</DisplayFullAssetName>
<ExportAbsoluteName>true</ExportAbsoluteName>
<UseDefaultEditor>true</UseDefaultEditor>
<PredefinedQueries>
<PredefinedQuery>
<Name>Assets < 1k</Name>
<Query>Asset[ FileSize < 1000 ]</Query>
</PredefinedQuery>
<PredefinedQuery>
<Name>Assets > 10k</Name>
<Query>Asset[ FileSize > 10000 ]</Query>
</PredefinedQuery>
<PredefinedQuery>
<Name>Virtual Assets</Name>
<Query>Asset[ Type = 'Virtual' ]</Query>
</PredefinedQuery>
<PredefinedQuery>
<Name>Unreferenced Assets</Name>
<Query>Asset[not(ParentRelationship)]</Query>
</PredefinedQuery>
<PredefinedQuery>
<Name>References more than 100 assets</Name>
<Query>Asset[count(ChildRelationship) >=100]</Query>
</PredefinedQuery>
<PredefinedQuery>
<Name>Is referenced by more than 50 assets</Name>
<Query>Asset[count(ParentRelationship) >=50]</Query>
</PredefinedQuery>
</PredefinedQueries>
<SearchTerms>
<SearchTerm>
<Name>Name</Name>
<Type>String</Type>
<Expression>BaseName</Expression>
<PropertyBinding>BaseName</PropertyBinding>
</SearchTerm>
<SearchTerm>
<Name>FullName</Name>
<Type>String</Type>
<Expression>Name</Expression>
<PropertyBinding>Name</PropertyBinding>
</SearchTerm>
<SearchTerm>
<Name>Author</Name>
<Type>String</Type>
<Expression>Author</Expression>
<PropertyBinding>Author</PropertyBinding>
</SearchTerm>
<SearchTerm>
<Name>Category</Name>
<Type>Set</Type>
<Expression>@Type</Expression>
<PropertyBinding>Type</PropertyBinding>
</SearchTerm>
<SearchTerm>
<Name>FileSize</Name>
<Type>Numeric</Type>
<Expression>FileSize</Expression>
</SearchTerm>
<SearchTerm>
<Name>AssetType</Name>
<Type>Set</Type>
<Expression>Type</Expression>
<PropertyBinding>AssetType</PropertyBinding>
</SearchTerm>
<SearchTerm>
<Name>Parent Count</Name>
<Type>Numeric</Type>
<Expression>count(ParentRelationship)</Expression>
</SearchTerm>
<SearchTerm>
<Name>Child Count</Name>
<Type>Numeric</Type>
<Expression>count (ChildRelationship)</Expression>
</SearchTerm>
</SearchTerms>
<Editors />
<Categories>
<Category>
<DisplayName>Mission</DisplayName>
<Identifier>Mission</Identifier>
<Type>Level</Type>
</Category>
<Category>
<DisplayName>Campaign</DisplayName>
<Identifier>Campaign</Identifier>
<Type>Mesh</Type>
</Category>
<Category>
<DisplayName>Mission Group</DisplayName>
<Identifier>Mission Group</Identifier>
<Type>Object</Type>
</Category>
<Category>
<DisplayName>Object</DisplayName>
<Identifier>Object Definition</Identifier>
<Type>Vehicle</Type>
</Category>
<Category>
<DisplayName>Warrior</DisplayName>
<Identifier>Warrior</Identifier>
<Type>Character</Type>
</Category>
</Categories>
</ArmProject>