-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathSRP.LightReflection.xml
More file actions
42 lines (26 loc) · 1.44 KB
/
SRP.LightReflection.xml
File metadata and controls
42 lines (26 loc) · 1.44 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
<?xml version = "1.0"?>
<AGIRegistry version = "1.0">
<CategoryRegistry>
<Category Name = "LightReflection">
<!-- 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 a Light Reflection Plugin.
To enable one of the sample plugins in STK or ODTK, 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 = "SRP.Spherical.Perl" ProgID = "AGI.SRP.LightReflection.Spherical.Perl.Example"/>
<Plugin DisplayName = "SRP.Spherical.CSharp" ProgID = "AGI.SRP.LightReflection.Spherical.CSharp.Example"/>
<Plugin DisplayName = "SRP.NPlate.2P.Perl" ProgID = "AGI.SRP.LightReflection.NPlate.2Parameter.Perl.Example"/>
-->
</Category>
</CategoryRegistry>
</AGIRegistry>