Simple winforms application which serves an UI to use Novadrop CLI
- DataCenter pack / unpack UI
- Resources pack / unpack UI
- Schemas generation UI
- Compiled binaries of Novadrop
- .Net Runtime Desktop
Recommended: Precompiled Novadrop binaries
Folders must follow this structure, place the binaries and their corresponding dlls into their respective folders.
novadrop
├── novadrop-dc-x64
├── novadrop-dc-x86
└── novadrop-rc
The app automatically generates a DataCenter.xml file to persist certain configurations. You can also add more branches by following this structure.
BranchName Text="Branch Name" Value="KEY,IV"
Ex BranchName Text="100.02 EUR" Value="1C01C904FF76FF06C211187E197B5716,396C342C52A0C12D511DD0209F90CA7D"
This app doesn't replace or perform the functionality of Novadrop, it simply facilitates its use.