-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathEngine Models.xml
More file actions
48 lines (31 loc) · 1.67 KB
/
Engine Models.xml
File metadata and controls
48 lines (31 loc) · 1.67 KB
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
<?xml version = "1.0"?>
<!--
AGI Registry File for COM Servers.
-->
<AGIRegistry version = "1.0">
<CategoryRegistry>
<Category Name = "Engine Models">
<!-- 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 Engine Example" ProgID = "VBScript.Example1.EngineModel.WSC"/>
<Plugin DisplayName = "JScript Engine Example" ProgID = "JScript.Example1.EngineModel.WSC"/>
<Plugin DisplayName = "CPP Engine Example" ProgID = "AGI.Astrogator.Plugin.Examples.EngineModeling.CPP.Example1"/>
<Plugin DisplayName = "CSharp Engine Example" ProgID = "AGI.Astrogator.Plugin.Examples.EngineModeling.CSharp.Example1"/>
<Plugin DisplayName = "Matlab Engine Example" ProgID = "Matlab.Example1.EngineModel.WSC"/>
-->
</Category>
</CategoryRegistry>
</AGIRegistry>