Within Visual Studio you can configure the External Tools to run a Data Sync project via the Run Tool and report the status to the Visual Studio output window.
Go to Tools->External Tools
and add a new Tool.
Parameter | Value |
---|---|
Command | C:\Program Files\Simego\Data Synchronisation Studio 3.0\Simego.DataSync.Run.exe |
Arguments | "$(ItemFileName)$(ItemExt)" -execute |
Initial Directory | $(SolutionDir) |
To run a project select the Data Sync project in the Solution Explorer and then go to Tools->Data Sync
to run the project.