This commit is contained in:
Tomek Melissa 2019-07-07 15:30:47 +02:00
Родитель 6256b524dd
Коммит 5869f92ddd
15 изменённых файлов: 166 добавлений и 139 удалений

Просмотреть файл

@ -82,10 +82,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory">
<Version>4.5.1</Version>
<Version>5.1.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.1</Version>
<Version>12.0.2</Version>
</PackageReference>
<PackageReference Include="Polly">
<Version>7.1.0</Version>

Просмотреть файл

@ -40,7 +40,7 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.7.1.0\lib\netstandard2.0\Polly.dll</HintPath>

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.8" targetFramework="net46" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
<package id="Polly" version="7.1.0" targetFramework="net472" />
<package id="Quartz" version="3.0.7" targetFramework="net461" />
</packages>

Просмотреть файл

@ -40,7 +40,7 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.7.1.0\lib\netstandard2.0\Polly.dll</HintPath>

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.8" targetFramework="net46" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
<package id="Polly" version="7.1.0" targetFramework="net472" />
<package id="Quartz" version="3.0.7" targetFramework="net461" />
</packages>

Просмотреть файл

@ -40,7 +40,7 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.7.1.0\lib\netstandard2.0\Polly.dll</HintPath>

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.8" targetFramework="net46" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
<package id="Polly" version="7.1.0" targetFramework="net472" />
<package id="Quartz" version="3.0.7" targetFramework="net461" />
</packages>

Просмотреть файл

@ -40,7 +40,7 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.7.1.0\lib\netstandard2.0\Polly.dll</HintPath>

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.8" targetFramework="net46" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
<package id="Polly" version="7.1.0" targetFramework="net472" />
<package id="Quartz" version="3.0.7" targetFramework="net461" />
</packages>

Просмотреть файл

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. -->
<configuration>
<configSections>
<section name="quartz" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0,Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
<section name="quartz" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0,Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="RecurringIntegrationsScheduler.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
<section name="RecurringIntegrationsScheduler.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<!-- Uncomment this section to trace network activities to network.log file
@ -54,25 +54,25 @@
<trace autoflush="true"/>
</system.diagnostics> -->
<quartz>
<add key="quartz.scheduler.instanceName" value="Private"/>
<add key="quartz.threadPool.type" value="Quartz.Simpl.SimpleThreadPool, Quartz"/>
<add key="quartz.threadPool.threadCount" value="20"/>
<add key="quartz.jobStore.type" value="Quartz.Simpl.RAMJobStore, Quartz"/>
<add key="quartz.plugin.xml.type" value="Quartz.Plugin.Xml.XMLSchedulingDataProcessorPlugin, Quartz.Plugins"/>
<add key="quartz.plugin.xml.fileNames" value="~/Standalone_schedule.xml"/>
<add key="quartz.plugin.xml.failOnFileNotFound" value="false"/>
<add key="quartz.scheduler.instanceName" value="Private" />
<add key="quartz.threadPool.type" value="Quartz.Simpl.SimpleThreadPool, Quartz" />
<add key="quartz.threadPool.threadCount" value="20" />
<add key="quartz.jobStore.type" value="Quartz.Simpl.RAMJobStore, Quartz" />
<add key="quartz.plugin.xml.type" value="Quartz.Plugin.Xml.XMLSchedulingDataProcessorPlugin, Quartz.Plugins" />
<add key="quartz.plugin.xml.fileNames" value="~/Standalone_schedule.xml" />
<add key="quartz.plugin.xml.failOnFileNotFound" value="false" />
</quartz>
<log4net>
<appender name="EventLogAppender" type="log4net.Appender.EventLogAppender">
<applicationName value="Recurring Integrations Scheduler App"/>
<logName value="Recurring Integrations Scheduler"/>
<applicationName value="Recurring Integrations Scheduler App" />
<logName value="Recurring Integrations Scheduler" />
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%logger - %message%newline"/>
<conversionPattern value="%logger - %message%newline" />
</layout>
</appender>
<root>
<level value="DEBUG"/>
<appender-ref ref="EventLogAppender"/>
<level value="DEBUG" />
<appender-ref ref="EventLogAppender" />
</root>
</log4net>
<userSettings>
@ -156,13 +156,13 @@
<AadApplication>
<Name>User impersonation</Name>
<ClientId>00000000-0000-0000-0000-000000000000</ClientId>
<Secret/>
<Secret />
<AuthenticationType>User</AuthenticationType>
</AadApplication>
<AadApplication>
<Name>Service to Service</Name>
<ClientId>00000000-0000-0000-0000-000000000000</ClientId>
<Secret/>
<Secret />
<AuthenticationType>Service</AuthenticationType>
</AadApplication>
</ArrayOfAadApplication>
@ -173,9 +173,13 @@
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Quartz" publicKeyToken="f6b8c98a402cc8a4" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.0.7.0" newVersion="3.0.7.0"/>
<assemblyIdentity name="Quartz" publicKeyToken="f6b8c98a402cc8a4" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.7.0" newVersion="3.0.7.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup></configuration>

196
Scheduler/Forms/MainForm.Designer.cs сгенерированный
Просмотреть файл

@ -31,8 +31,8 @@ namespace RecurringIntegrationsScheduler.Forms
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.mainMenuToolStrip = new System.Windows.Forms.ToolStrip();
this.connectToServerButton = new System.Windows.Forms.ToolStripButton();
this.privateSchedulerButton = new System.Windows.Forms.ToolStripButton();
@ -66,10 +66,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.instanceFilter = new System.Windows.Forms.ToolStripTextBox();
this.jobNameFilter = new System.Windows.Forms.ToolStripTextBox();
this.addJobsDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
this.addUploadJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addDownloadJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addImportJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addExportJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addUploadJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addDownloadJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteJobButton = new System.Windows.Forms.ToolStripButton();
this.editJobButton = new System.Windows.Forms.ToolStripButton();
this.pauseResumeDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
@ -97,27 +97,24 @@ namespace RecurringIntegrationsScheduler.Forms
this.aboutButton});
this.mainMenuToolStrip.Location = new System.Drawing.Point(0, 0);
this.mainMenuToolStrip.Name = "mainMenuToolStrip";
this.mainMenuToolStrip.Size = new System.Drawing.Size(1132, 32);
this.mainMenuToolStrip.Size = new System.Drawing.Size(1384, 44);
this.mainMenuToolStrip.TabIndex = 0;
this.mainMenuToolStrip.Text = "";
//
// connectToServerButton
//
this.connectToServerButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.connectToServerButton.Image = ((System.Drawing.Image)(resources.GetObject("connectToServerButton.Image")));
this.connectToServerButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.connectToServerButton.Name = "connectToServerButton";
this.connectToServerButton.Size = new System.Drawing.Size(161, 29);
this.connectToServerButton.Size = new System.Drawing.Size(188, 38);
this.connectToServerButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Connect_to_service;
this.connectToServerButton.Click += new System.EventHandler(this.ConnectToServerButton_Click);
//
// privateSchedulerButton
//
this.privateSchedulerButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.privateSchedulerButton.Image = ((System.Drawing.Image)(resources.GetObject("privateSchedulerButton.Image")));
this.privateSchedulerButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.privateSchedulerButton.Name = "privateSchedulerButton";
this.privateSchedulerButton.Size = new System.Drawing.Size(224, 29);
this.privateSchedulerButton.Size = new System.Drawing.Size(262, 38);
this.privateSchedulerButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Start_standalone_scheduler;
this.privateSchedulerButton.Click += new System.EventHandler(this.PrivateSchedulerButton_Click);
//
@ -125,20 +122,18 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.saveScheduleButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.saveScheduleButton.Enabled = false;
this.saveScheduleButton.Image = ((System.Drawing.Image)(resources.GetObject("saveScheduleButton.Image")));
this.saveScheduleButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.saveScheduleButton.Name = "saveScheduleButton";
this.saveScheduleButton.Size = new System.Drawing.Size(155, 29);
this.saveScheduleButton.Size = new System.Drawing.Size(182, 38);
this.saveScheduleButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Save_schedule_file;
this.saveScheduleButton.Click += new System.EventHandler(this.SaveScheduleButton_Click);
//
// settingsButton
//
this.settingsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.settingsButton.Image = ((System.Drawing.Image)(resources.GetObject("settingsButton.Image")));
this.settingsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.settingsButton.Name = "settingsButton";
this.settingsButton.Size = new System.Drawing.Size(103, 29);
this.settingsButton.Size = new System.Drawing.Size(120, 38);
this.settingsButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Parameters;
this.settingsButton.Click += new System.EventHandler(this.SettingsButton_Click);
//
@ -146,10 +141,9 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.aboutButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.aboutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.aboutButton.Image = ((System.Drawing.Image)(resources.GetObject("aboutButton.Image")));
this.aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.aboutButton.Name = "aboutButton";
this.aboutButton.Size = new System.Drawing.Size(66, 29);
this.aboutButton.Size = new System.Drawing.Size(74, 38);
this.aboutButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.A_bout;
this.aboutButton.Click += new System.EventHandler(this.AboutButton_Click);
//
@ -158,17 +152,17 @@ namespace RecurringIntegrationsScheduler.Forms
this.statusStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripConnectionStatus});
this.statusStrip.Location = new System.Drawing.Point(0, 474);
this.statusStrip.Location = new System.Drawing.Point(0, 566);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 21, 0);
this.statusStrip.Size = new System.Drawing.Size(1132, 30);
this.statusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 26, 0);
this.statusStrip.Size = new System.Drawing.Size(1384, 39);
this.statusStrip.TabIndex = 1;
this.statusStrip.Text = "statusStrip1";
//
// toolStripConnectionStatus
//
this.toolStripConnectionStatus.Name = "toolStripConnectionStatus";
this.toolStripConnectionStatus.Size = new System.Drawing.Size(129, 25);
this.toolStripConnectionStatus.Size = new System.Drawing.Size(151, 30);
this.toolStripConnectionStatus.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Not_connected;
//
// jobsDataGridView
@ -194,15 +188,15 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobsDataGridView.ContextMenuStrip = this.contextMenuStrip1;
this.jobsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.jobsDataGridView.GridColor = System.Drawing.SystemColors.Window;
this.jobsDataGridView.Location = new System.Drawing.Point(0, 32);
this.jobsDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.jobsDataGridView.Location = new System.Drawing.Point(0, 44);
this.jobsDataGridView.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.jobsDataGridView.MultiSelect = false;
this.jobsDataGridView.Name = "jobsDataGridView";
this.jobsDataGridView.ReadOnly = true;
this.jobsDataGridView.RowHeadersVisible = false;
this.jobsDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
this.jobsDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.jobsDataGridView.Size = new System.Drawing.Size(1132, 410);
this.jobsDataGridView.Size = new System.Drawing.Size(1384, 478);
this.jobsDataGridView.TabIndex = 3;
this.jobsDataGridView.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.JobsDataGridView_CellContentDoubleClick);
this.jobsDataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.JobsDataGridView_CellFormatting);
@ -213,6 +207,7 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.Instance.DataPropertyName = "Instance";
this.Instance.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Instance;
this.Instance.MinimumWidth = 9;
this.Instance.Name = "Instance";
this.Instance.ReadOnly = true;
//
@ -220,6 +215,7 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.JobName.DataPropertyName = "JobName";
this.JobName.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Job_name;
this.JobName.MinimumWidth = 9;
this.JobName.Name = "JobName";
this.JobName.ReadOnly = true;
//
@ -227,6 +223,7 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.JobGroup.DataPropertyName = "JobGroup";
this.JobGroup.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Job_group;
this.JobGroup.MinimumWidth = 9;
this.JobGroup.Name = "JobGroup";
this.JobGroup.ReadOnly = true;
//
@ -234,6 +231,7 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.JobDescription.DataPropertyName = "JobDescription";
this.JobDescription.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Description;
this.JobDescription.MinimumWidth = 9;
this.JobDescription.Name = "JobDescription";
this.JobDescription.ReadOnly = true;
//
@ -241,6 +239,7 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.JobType.DataPropertyName = "JobType";
this.JobType.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Job_type;
this.JobType.MinimumWidth = 9;
this.JobType.Name = "JobType";
this.JobType.ReadOnly = true;
//
@ -248,6 +247,7 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.NextFireTime.DataPropertyName = "NextFireTime";
this.NextFireTime.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Next_run;
this.NextFireTime.MinimumWidth = 9;
this.NextFireTime.Name = "NextFireTime";
this.NextFireTime.ReadOnly = true;
//
@ -255,6 +255,7 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.PreviousFireTime.DataPropertyName = "PreviousFireTime";
this.PreviousFireTime.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Last_run;
this.PreviousFireTime.MinimumWidth = 9;
this.PreviousFireTime.Name = "PreviousFireTime";
this.PreviousFireTime.ReadOnly = true;
//
@ -262,6 +263,7 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.Status.DataPropertyName = "JobStatus";
this.Status.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Trigger_status;
this.Status.MinimumWidth = 9;
this.Status.Name = "Status";
this.Status.ReadOnly = true;
//
@ -281,81 +283,81 @@ namespace RecurringIntegrationsScheduler.Forms
this.openFailedProcessingFolderToolStripMenuItem,
this.openSuccessfulDownloadsFolderToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(358, 310);
this.contextMenuStrip1.Size = new System.Drawing.Size(404, 370);
//
// editJobMenuItem
//
this.editJobMenuItem.Name = "editJobMenuItem";
this.editJobMenuItem.Size = new System.Drawing.Size(357, 30);
this.editJobMenuItem.Text = Resources.Edit_job;
this.editJobMenuItem.Size = new System.Drawing.Size(403, 36);
this.editJobMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_job;
this.editJobMenuItem.Click += new System.EventHandler(this.EditJobButton_Click);
//
// pauseJobMenuItem
//
this.pauseJobMenuItem.Name = "pauseJobMenuItem";
this.pauseJobMenuItem.Size = new System.Drawing.Size(357, 30);
this.pauseJobMenuItem.Text = Resources.Pause_job;
this.pauseJobMenuItem.Size = new System.Drawing.Size(403, 36);
this.pauseJobMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Pause_job;
this.pauseJobMenuItem.Click += new System.EventHandler(this.PauseJobButton_Click);
//
// resumeJobToolStripMenuItem1
//
this.resumeJobToolStripMenuItem1.Name = "resumeJobToolStripMenuItem1";
this.resumeJobToolStripMenuItem1.Size = new System.Drawing.Size(357, 30);
this.resumeJobToolStripMenuItem1.Text = Resources.Resume_job;
this.resumeJobToolStripMenuItem1.Size = new System.Drawing.Size(403, 36);
this.resumeJobToolStripMenuItem1.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Resume_job;
this.resumeJobToolStripMenuItem1.Click += new System.EventHandler(this.ResumeJobButton_Click);
//
// deletJobMenuItem
//
this.deletJobMenuItem.Name = "deletJobMenuItem";
this.deletJobMenuItem.Size = new System.Drawing.Size(357, 30);
this.deletJobMenuItem.Text = Resources.Delete_job;
this.deletJobMenuItem.Size = new System.Drawing.Size(403, 36);
this.deletJobMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete_job;
this.deletJobMenuItem.Click += new System.EventHandler(this.DeleteJobButton_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(354, 6);
this.toolStripSeparator1.Size = new System.Drawing.Size(400, 6);
//
// openInputFolderToolStripMenuItem
//
this.openInputFolderToolStripMenuItem.Name = "openInputFolderToolStripMenuItem";
this.openInputFolderToolStripMenuItem.Size = new System.Drawing.Size(357, 30);
this.openInputFolderToolStripMenuItem.Text = Resources.Open_input_folder;
this.openInputFolderToolStripMenuItem.Size = new System.Drawing.Size(403, 36);
this.openInputFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_input_folder;
this.openInputFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenInputFolderToolStripMenuItem_Click);
//
// openSuccessfulUploadsFolderToolStripMenuItem
//
this.openSuccessfulUploadsFolderToolStripMenuItem.Name = "openSuccessfulUploadsFolderToolStripMenuItem";
this.openSuccessfulUploadsFolderToolStripMenuItem.Size = new System.Drawing.Size(357, 30);
this.openSuccessfulUploadsFolderToolStripMenuItem.Text = Resources.Open_successful_uploads_folder;
this.openSuccessfulUploadsFolderToolStripMenuItem.Size = new System.Drawing.Size(403, 36);
this.openSuccessfulUploadsFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_successful_uploads_folder;
this.openSuccessfulUploadsFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenSuccessfulUploadsFolderToolStripMenuItem_Click);
//
// openFailedUploadsFolderToolStripMenuItem
//
this.openFailedUploadsFolderToolStripMenuItem.Name = "openFailedUploadsFolderToolStripMenuItem";
this.openFailedUploadsFolderToolStripMenuItem.Size = new System.Drawing.Size(357, 30);
this.openFailedUploadsFolderToolStripMenuItem.Text = Resources.Open_failed_uploads_folder;
this.openFailedUploadsFolderToolStripMenuItem.Size = new System.Drawing.Size(403, 36);
this.openFailedUploadsFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_failed_uploads_folder;
this.openFailedUploadsFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenFailedUploadsFolderToolStripMenuItem_Click);
//
// openSuccessfulProcessingFolderToolStripMenuItem
//
this.openSuccessfulProcessingFolderToolStripMenuItem.Name = "openSuccessfulProcessingFolderToolStripMenuItem";
this.openSuccessfulProcessingFolderToolStripMenuItem.Size = new System.Drawing.Size(357, 30);
this.openSuccessfulProcessingFolderToolStripMenuItem.Text = Resources.Open_successful_processing_folder;
this.openSuccessfulProcessingFolderToolStripMenuItem.Size = new System.Drawing.Size(403, 36);
this.openSuccessfulProcessingFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_successful_processing_folder;
this.openSuccessfulProcessingFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenSuccessfulProcessingFolderToolStripMenuItem_Click);
//
// openFailedProcessingFolderToolStripMenuItem
//
this.openFailedProcessingFolderToolStripMenuItem.Name = "openFailedProcessingFolderToolStripMenuItem";
this.openFailedProcessingFolderToolStripMenuItem.Size = new System.Drawing.Size(357, 30);
this.openFailedProcessingFolderToolStripMenuItem.Text = Resources.Open_failed_processing_folder;
this.openFailedProcessingFolderToolStripMenuItem.Size = new System.Drawing.Size(403, 36);
this.openFailedProcessingFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_failed_processing_folder;
this.openFailedProcessingFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenFailedProcessingFolderToolStripMenuItem_Click);
//
// openSuccessfulDownloadsFolderToolStripMenuItem
//
this.openSuccessfulDownloadsFolderToolStripMenuItem.Name = "openSuccessfulDownloadsFolderToolStripMenuItem";
this.openSuccessfulDownloadsFolderToolStripMenuItem.Size = new System.Drawing.Size(357, 30);
this.openSuccessfulDownloadsFolderToolStripMenuItem.Text = Resources.Open_successful_downloads_folder;
this.openSuccessfulDownloadsFolderToolStripMenuItem.Size = new System.Drawing.Size(403, 36);
this.openSuccessfulDownloadsFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_successful_downloads_folder;
this.openSuccessfulDownloadsFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenSuccessfulDownloadsFolderToolStripMenuItem_Click);
//
// jobsToolStrip
@ -370,27 +372,28 @@ namespace RecurringIntegrationsScheduler.Forms
this.editJobButton,
this.pauseResumeDropDownButton,
this.refreshButton});
this.jobsToolStrip.Location = new System.Drawing.Point(0, 442);
this.jobsToolStrip.Location = new System.Drawing.Point(0, 522);
this.jobsToolStrip.Name = "jobsToolStrip";
this.jobsToolStrip.Padding = new System.Windows.Forms.Padding(0);
this.jobsToolStrip.Size = new System.Drawing.Size(1132, 32);
this.jobsToolStrip.Size = new System.Drawing.Size(1384, 44);
this.jobsToolStrip.TabIndex = 4;
this.jobsToolStrip.Text = "";
//
// instanceFilter
//
this.instanceFilter.Enabled = false;
this.instanceFilter.Font = new System.Drawing.Font("Segoe UI", 9F);
this.instanceFilter.Name = "instanceFilter";
this.instanceFilter.Size = new System.Drawing.Size(112, 32);
this.instanceFilter.ToolTipText = Resources.Filter_instances;
this.instanceFilter.Size = new System.Drawing.Size(136, 44);
this.instanceFilter.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Filter_instances;
this.instanceFilter.TextChanged += new System.EventHandler(this.InstanceFilter_TextChanged);
//
// jobNameFilter
//
this.jobNameFilter.Enabled = false;
this.jobNameFilter.Font = new System.Drawing.Font("Segoe UI", 9F);
this.jobNameFilter.Name = "jobNameFilter";
this.jobNameFilter.Size = new System.Drawing.Size(112, 32);
this.jobNameFilter.ToolTipText = Resources.Filter_job_names;
this.jobNameFilter.Size = new System.Drawing.Size(136, 44);
this.jobNameFilter.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Filter_job_names;
this.jobNameFilter.TextChanged += new System.EventHandler(this.JobNameFilter_TextChanged);
//
// addJobsDropDownButton
@ -401,64 +404,61 @@ namespace RecurringIntegrationsScheduler.Forms
this.addExportJobMenuItem,
this.addUploadJobMenuItem,
this.addDownloadJobMenuItem});
this.addJobsDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("addJobsDropDownButton.Image")));
this.addJobsDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.addJobsDropDownButton.Name = "addJobsDropDownButton";
this.addJobsDropDownButton.Size = new System.Drawing.Size(95, 29);
this.addJobsDropDownButton.Text = Resources.Add_job;
//
// addUploadJobMenuItem
//
this.addUploadJobMenuItem.Enabled = false;
this.addUploadJobMenuItem.Name = "addUploadJobMenuItem";
this.addUploadJobMenuItem.Size = new System.Drawing.Size(351, 30);
this.addUploadJobMenuItem.Text = Resources.Add_upload_job;
this.addUploadJobMenuItem.Click += new System.EventHandler(this.AddUploadJobMenuItem_Click);
//
// addDownloadJobMenuItem
//
this.addDownloadJobMenuItem.Enabled = false;
this.addDownloadJobMenuItem.Name = "addDownloadJobMenuItem";
this.addDownloadJobMenuItem.Size = new System.Drawing.Size(351, 30);
this.addDownloadJobMenuItem.Text = Resources.Add_download_job;
this.addDownloadJobMenuItem.Click += new System.EventHandler(this.AddDownloadJobMenuItem_Click);
this.addJobsDropDownButton.Size = new System.Drawing.Size(107, 38);
this.addJobsDropDownButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Add_job;
//
// addImportJobMenuItem
//
this.addImportJobMenuItem.Enabled = false;
this.addImportJobMenuItem.Name = "addImportJobMenuItem";
this.addImportJobMenuItem.Size = new System.Drawing.Size(351, 30);
this.addImportJobMenuItem.Text = Resources.Add_import_job;
this.addImportJobMenuItem.Size = new System.Drawing.Size(561, 40);
this.addImportJobMenuItem.Text = "Add import job (Package API)";
this.addImportJobMenuItem.Click += new System.EventHandler(this.AddImportJobMenuItem_Click);
//
// addExportJobMenuItem
//
this.addExportJobMenuItem.Enabled = false;
this.addExportJobMenuItem.Name = "addExportJobMenuItem";
this.addExportJobMenuItem.Size = new System.Drawing.Size(351, 30);
this.addExportJobMenuItem.Text = Resources.Add_export_job;
this.addExportJobMenuItem.Size = new System.Drawing.Size(561, 40);
this.addExportJobMenuItem.Text = "Add export job (Package API)";
this.addExportJobMenuItem.Click += new System.EventHandler(this.AddExportJobMenuItem_Click);
//
// addUploadJobMenuItem
//
this.addUploadJobMenuItem.Enabled = false;
this.addUploadJobMenuItem.Name = "addUploadJobMenuItem";
this.addUploadJobMenuItem.Size = new System.Drawing.Size(561, 40);
this.addUploadJobMenuItem.Text = "Add upload job (Recurring integrations API)";
this.addUploadJobMenuItem.Click += new System.EventHandler(this.AddUploadJobMenuItem_Click);
//
// addDownloadJobMenuItem
//
this.addDownloadJobMenuItem.Enabled = false;
this.addDownloadJobMenuItem.Name = "addDownloadJobMenuItem";
this.addDownloadJobMenuItem.Size = new System.Drawing.Size(561, 40);
this.addDownloadJobMenuItem.Text = "Add download job (Recurring integrations API)";
this.addDownloadJobMenuItem.Click += new System.EventHandler(this.AddDownloadJobMenuItem_Click);
//
// deleteJobButton
//
this.deleteJobButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.deleteJobButton.Enabled = false;
this.deleteJobButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteJobButton.Image")));
this.deleteJobButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.deleteJobButton.Name = "deleteJobButton";
this.deleteJobButton.Size = new System.Drawing.Size(97, 29);
this.deleteJobButton.Size = new System.Drawing.Size(112, 38);
this.deleteJobButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete_job;
this.deleteJobButton.ToolTipText = Resources.Delete_job;
this.deleteJobButton.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Delete_job;
this.deleteJobButton.Click += new System.EventHandler(this.DeleteJobButton_Click);
//
// editJobButton
//
this.editJobButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.editJobButton.Enabled = false;
this.editJobButton.Image = ((System.Drawing.Image)(resources.GetObject("editJobButton.Image")));
this.editJobButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.editJobButton.Name = "editJobButton";
this.editJobButton.Size = new System.Drawing.Size(77, 29);
this.editJobButton.Size = new System.Drawing.Size(87, 38);
this.editJobButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_job;
this.editJobButton.Click += new System.EventHandler(this.EditJobButton_Click);
//
@ -471,74 +471,70 @@ namespace RecurringIntegrationsScheduler.Forms
this.resumeJobToolStripMenuItem,
this.resumeAllJobsToolStripMenuItem});
this.pauseResumeDropDownButton.Enabled = false;
this.pauseResumeDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseResumeDropDownButton.Image")));
this.pauseResumeDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.pauseResumeDropDownButton.Name = "pauseResumeDropDownButton";
this.pauseResumeDropDownButton.Size = new System.Drawing.Size(144, 29);
this.pauseResumeDropDownButton.Text = Resources.Pause_Resume;
this.pauseResumeDropDownButton.Size = new System.Drawing.Size(169, 38);
this.pauseResumeDropDownButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Pause_Resume;
//
// pauseJobToolStripMenuItem
//
this.pauseJobToolStripMenuItem.Name = "pauseJobToolStripMenuItem";
this.pauseJobToolStripMenuItem.Size = new System.Drawing.Size(219, 30);
this.pauseJobToolStripMenuItem.Text = Resources.Pause_job;
this.pauseJobToolStripMenuItem.Size = new System.Drawing.Size(275, 40);
this.pauseJobToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Pause_job;
this.pauseJobToolStripMenuItem.Click += new System.EventHandler(this.PauseJobToolStripMenuItem_Click);
//
// pauseAllJobsToolStripMenuItem
//
this.pauseAllJobsToolStripMenuItem.Name = "pauseAllJobsToolStripMenuItem";
this.pauseAllJobsToolStripMenuItem.Size = new System.Drawing.Size(219, 30);
this.pauseAllJobsToolStripMenuItem.Text = Resources.Pause_all_jobs;
this.pauseAllJobsToolStripMenuItem.Size = new System.Drawing.Size(275, 40);
this.pauseAllJobsToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Pause_all_jobs;
this.pauseAllJobsToolStripMenuItem.Click += new System.EventHandler(this.PauseAllJobsToolStripMenuItem_Click);
//
// resumeJobToolStripMenuItem
//
this.resumeJobToolStripMenuItem.Name = "resumeJobToolStripMenuItem";
this.resumeJobToolStripMenuItem.Size = new System.Drawing.Size(219, 30);
this.resumeJobToolStripMenuItem.Text = Resources.Resume_job;
this.resumeJobToolStripMenuItem.Size = new System.Drawing.Size(275, 40);
this.resumeJobToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Resume_job;
this.resumeJobToolStripMenuItem.Click += new System.EventHandler(this.ResumeJobToolStripMenuItem_Click);
//
// resumeAllJobsToolStripMenuItem
//
this.resumeAllJobsToolStripMenuItem.Name = "resumeAllJobsToolStripMenuItem";
this.resumeAllJobsToolStripMenuItem.Size = new System.Drawing.Size(219, 30);
this.resumeAllJobsToolStripMenuItem.Text = Resources.Resume_all_jobs;
this.resumeAllJobsToolStripMenuItem.Size = new System.Drawing.Size(275, 40);
this.resumeAllJobsToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Resume_all_jobs;
this.resumeAllJobsToolStripMenuItem.Click += new System.EventHandler(this.ResumeAllJobsToolStripMenuItem_Click);
//
// refreshButton
//
this.refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.refreshButton.Enabled = false;
this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
this.refreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.refreshButton.Name = "refreshButton";
this.refreshButton.Size = new System.Drawing.Size(111, 29);
this.refreshButton.Text = Resources.Refresh_grid;
this.refreshButton.Size = new System.Drawing.Size(167, 38);
this.refreshButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Refresh_grid;
this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(24, 24);
this.toolStripButton1.Text = "";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1132, 504);
this.ClientSize = new System.Drawing.Size(1384, 605);
this.Controls.Add(this.jobsDataGridView);
this.Controls.Add(this.jobsToolStrip);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.mainMenuToolStrip);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MinimumSize = new System.Drawing.Size(1010, 361);
this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.MinimumSize = new System.Drawing.Size(1229, 420);
this.Name = "MainForm";
this.Text = Resources.Recurring_Integrations_Scheduler;
this.Text = "Recurring Integrations Scheduler";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Manager_FormClosing);
this.mainMenuToolStrip.ResumeLayout(false);
this.mainMenuToolStrip.PerformLayout();

Просмотреть файл

@ -117,6 +117,18 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="mainMenuToolStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="statusStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>272, 17</value>
</metadata>
<metadata name="contextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>439, 17</value>
</metadata>
<metadata name="jobsToolStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>687, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>

Просмотреть файл

@ -64,7 +64,7 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.7.1.0\lib\netstandard2.0\Polly.dll</HintPath>
@ -75,19 +75,30 @@
<Reference Include="Quartz, Version=3.0.7.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<HintPath>..\packages\Quartz.3.0.7\lib\net452\Quartz.dll</HintPath>
</Reference>
<Reference Include="Quartz.Plugins">
<HintPath>..\Setup\Quartz.Plugins.dll</HintPath>
<Reference Include="Quartz.Jobs, Version=3.0.7.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<HintPath>..\packages\Quartz.Jobs.3.0.7\lib\net452\Quartz.Jobs.dll</HintPath>
</Reference>
<Reference Include="Quartz.Plugins, Version=3.0.7.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<HintPath>..\packages\Quartz.Plugins.3.0.7\lib\net452\Quartz.Plugins.dll</HintPath>
</Reference>
<Reference Include="Quartz.Serialization.Json, Version=3.0.7.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<HintPath>..\packages\Quartz.Serialization.Json.3.0.7\lib\net452\Quartz.Serialization.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Topshelf, Version=4.2.1.215, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\Topshelf.4.2.1\lib\net452\Topshelf.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\Version.cs">

Просмотреть файл

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.8" targetFramework="net46" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
<package id="Polly" version="7.1.0" targetFramework="net472" />
<package id="PortableSettingsProvider" version="0.2.2" targetFramework="net472" />
<package id="Quartz" version="3.0.7" targetFramework="net461" />
<package id="Quartz.Jobs" version="3.0.7" targetFramework="net472" />
<package id="Quartz.Plugins" version="3.0.7" targetFramework="net472" />
<package id="Quartz.Serialization.Json" version="3.0.7" targetFramework="net472" />
<package id="Topshelf" version="4.2.1" targetFramework="net472" />
</packages>

Просмотреть файл

@ -37,11 +37,11 @@ Name: Scheduler; Description: Recurring Integrations Scheduler Service; Types: f
; Quartz
Source: "..\Output\Release\Quartz.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: App Scheduler
Source: "..\Output\Release\log4net.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: App Scheduler
Source: ".\Quartz.Plugins.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: App Scheduler
Source: ".\Quartz.Jobs.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: App Scheduler
Source: ".\Quartz.Serialization.Json.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: App Scheduler
Source: "..\Output\Release\Quartz.Plugins.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: App Scheduler
Source: "..\Output\Release\Quartz.Jobs.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: App Scheduler
Source: "..\Output\Release\Quartz.Serialization.Json.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: App Scheduler
Source: "..\Output\Release\Topshelf.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: Scheduler
Source: ".\Quartz.Server.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: Scheduler
Source: ".\Topshelf.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: Scheduler
; Common
Source: "..\Output\Release\RecurringIntegrationsScheduler.Common.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: App Scheduler
; Jobs