non attributed plugin example

the main purpose of this plugin is to demostrate how to create a package, a command and connection to the script. Using this plugin you can add info or error text message to the output log.

Plugins defines following script commands:

RsSample.LogInfo(BSTR bszTextMsg) - Add info message to the output log
RsSample.LogError(BSTR bszTextMsg) - Add error message to the output log. 
