-
Download the latest release and unzip.
-
Open
cmd
orPowerShell
and navigate to root directory. -
Try:
H:\SZTAKI\git\ProSeqqo>Seqencer.exe -h
H:\SZTAKI\git\ProSeqqo>ProSeqqoConsole.exe -i example/test.txt
H:\SZTAKI\git\ProSeqqo>ProSeqqoConsole.exe -i example/test.txt -o example/test_out.txt
- Download the latest release and unzip.
- Open your VisualStudio Solution
- Solution Explorer, right-click on your project, add COM/Project/Shared Project Reference
- Browse SequencePlanner.dll and put a tick.
- Use SequencePlanner.
- HelloWorld, methods and properties
- Examples
- Clone the repository from the master branch (use release tags) of the latest.
- Open the VisualStudio Solution and add your new project.
- Solution Explorer, right-click on your project, add Project Reference.
- Add SequencePlanner.
- Customize SequencePlanner and use.
- HelloWorld, methods and properties
- Examples