GitXplorerGitXplorer
D

FF-e-Con-Rules-Exporter

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
39f40f4927304fb66bab4806cf29b62076aa3d25

Update README.md

DDegubi committed 3 years ago
Unverified
d83e83c654778c5a985c520716e7097ebcec75ef

Trim down application: Remove git stuff

DDegubi committed 3 years ago
Verified
93a85458b3fb4b1400f1dffacef08387a1953ce8

Update README.md

DDegubi committed 4 years ago
Verified
5b9bb95f043f052b90d8958f2f27cd16d9ef0856

Create README.md

DDegubi committed 4 years ago
Unverified
01e7bec3254ece3a100a58e40b286c9f6566d02e

Add statically linked build config

DDegubi committed 4 years ago
Unverified
f0648751af14e42fbe13d8ba28fab507e75324db

Add github actions file for building, tweak build flags

DDegubi committed 4 years ago

README

The README file for this repository.

Rules exporter

  • This application takes as an E-Con Studio project .zip or an E-Con Studio model .xml file as input
  • As output it generates separate files for rules

Usage

  • Download either the self contained(doesn't need .NET installed) or the normal application .exe file
  • Run the application from the command line: 'E-ConRulesExporter "projectZipOrModelXML" "outputFolder"'
  • The first argument is the input file: This can be either a project zip export or a model XML file
  • The second argument is the output directory
  • e.g: 'E-ConRulesExporter ProjectExport.zip export_out'