diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-11-14 14:30:42 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-11-14 14:30:42 +0200 |
| commit | 7d9ab3b87aed944167d77244b00fbdd4224725e2 (patch) | |
| tree | 9a2a56059a0332182a7ecf4aa4237eae132f97f7 /Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj | |
| parent | c19568d8dc2677fe8dd57d55a737535c718f52f5 (diff) | |
| download | Tango-7d9ab3b87aed944167d77244b00fbdd4224725e2.tar.gz Tango-7d9ab3b87aed944167d77244b00fbdd4224725e2.zip | |
Added support for SMS notifications on TS & X4.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj b/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj index 08ad6ec1c..f3e7d4e5e 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj @@ -232,6 +232,9 @@ <Compile Include="Resume\JobResumeDroppedEventArgs.cs" /> <Compile Include="Resume\JobResumeModel.cs" /> <Compile Include="Resume\JobResumeUpdatedEventArgs.cs" /> + <Compile Include="SMS\DefaultSMSNotificationProvider.cs" /> + <Compile Include="SMS\ISMSNotificationProvider.cs" /> + <Compile Include="SMS\SMSNotificationSettings.cs" /> <Compile Include="SQL\DefaultRemoteSqlService.cs" /> <Compile Include="SQL\IRemoteSqlService.cs" /> <Compile Include="Statistics\DefaultStatisticsService.cs" /> @@ -261,6 +264,8 @@ <Compile Include="Publish\SequenceItem.cs" /> <Compile Include="Publish\SynchronizationOptions.cs" /> <Compile Include="UWF\AlternativeUnifiedWriteFilterManager.cs" /> + <Compile Include="Web\SendSMSResponse.cs" /> + <Compile Include="Web\SendSMSRequest.cs" /> <Compile Include="Web\CheckForUpdateRequest.cs" /> <Compile Include="Web\CheckForUpdateResponse.cs" /> <Compile Include="MachineUpdate\DbCompareResult.cs" /> |
