-
Notifications
You must be signed in to change notification settings - Fork 140
/
Copy pathEphemerisFileReader.xml
45 lines (29 loc) · 1.52 KB
/
EphemerisFileReader.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
43
44
45
<?xml version = "1.0"?>
<!--
AGI Registry File for COM Servers.
-->
<AGIRegistry version = "1.0">
<CategoryRegistry>
<Category Name = "EphemerisFileReader Plugins">
<!-- 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 Engine Model 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 = "VBScript EphemerisFileReader Example" ProgID = "VBScript.Example.EphemerisFileReader.WSC"/>
<Plugin DisplayName = "JScript EphemerisFileReader Example" ProgID = "JScript.Example.EphemerisFileReader.WSC"/>
<Plugin DisplayName = "CSharp EphemerisFileReader Example" ProgID = "AGI.EphemerisFileReader.Plugin.Examples.CSharp.Example"/>
-->
</Category>
</CategoryRegistry>
</AGIRegistry>