-
Notifications
You must be signed in to change notification settings - Fork 138
/
Copy pathRadar Clutter Map Plugins.xml
42 lines (29 loc) · 1.49 KB
/
Radar Clutter Map Plugins.xml
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
<?xml version = "1.0"?>
<!--
AGI Registry File for COM Servers.
-->
<AGIRegistry version = "1.0">
<CategoryRegistry>
<Category Name = "Radar Clutter Map Plugin">
<!-- This tag to the left indicates the start of a comment block
Register your plugins with those below. Use the following format:
<Plugin DisplayName = "YOUR_NAME_TO_APPEAR_IN_USER_INTERFACE_GOES_HERE" ProgID = "YOUR_PROGID_GOES_HERE"/>
The tag below indicates the end of the comment block
-->
<!-- NOTE: The xml reader is case sensitive, so while the keyword ProgID is valid,
ProgId is invalid because of the 'd' not being capitalized.
Any improper keyword casing violation will cause the plugin to
not be registered.
-->
<!-- This section is a comment block.
The following Plugin tags register each Plugin component as an Radar Clutter Map Plugin.
To enable one of the sample plugins in STK, simply build the component (if necessary),
register it in the Windows Registry, and move the registration line below
outside of this comment block.
<Plugin DisplayName = "Clutter Map CPP Example" ProgID = "Agi.Radar.ClutterMap.CPP.Example1"/>
<Plugin DisplayName = "Clutter Map CSharp Example" ProgID = "Agi.Radar.ClutterMap.CSharp.Example1"/>
<Plugin DisplayName = "Clutter Map WSC Example" ProgID = "Agi.Radar.ClutterMap.WSC.Example"/>
-->
</Category>
</CategoryRegistry>
</AGIRegistry>