Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.38 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.38 KB

IntegrationTool

The Integration Tool allows to run and organize workflows, in which you can execute several tasks and import/migrate data from different sources to different targets.

You can find out more about it on http://www.freedevelopertutorials.com/integrationtool-tutorial

Screenshot of the IntegrationTool

How can I contribute?

You are very welcome to contribute. I list ideas I'd like to see in the Integration Tool in the Wiki. If you want to implement on of them:

  • Please open an issue with the label "requirement takeover". I'll then list you as the contributor behind that idea! We will use this issue as well to discuss everything around it (the idea).
  • In the issue please estimate how long it will take you to implement it.
  • Next, please create a fork and whenever your code is ready, you create a pull request.

How to build the solution

The development is currently done with a Visual Studio 2013 (Community Edition or Premium). The Solution has the following pre-requisites:

WiX Toolset V3.8. Is used for the setup.
You can download it here: http://wix.codeplex.com/releases/view/115492

Developer Pack of .Net 4.6.2. Makes .Net 4.6.2 available in your Visual Studio.
You can download it here: https://www.microsoft.com/en-us/download/details.aspx?id=53321