Component template for InfoDC platform.
Before first use:
- start PowerShell as administrator and change execution policy as follows: set-executionpolicy unrestricted
- make changes to the settings (file: prepare_settings.json)
- set a valid path for Visual Studio,
- set your name/surname/nickname,
- start prepare.cmd script, enter the name for new component without the .dll extension e.g. MyNewComponent, then enter the COM + application name (formerly COM + package) with NET suffix e.g. MyPackageNET,
- wait a moment patiently,
- move created folder (e.g. MyNewComponent.dll) with contents to the target place (COM+NET).
- start Visual Studio and build the new solution.
- enjoy it.