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/Notes/Tango.Notes | |
| 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/Notes/Tango.Notes')
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj | 3 | ||||
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/Twilio/Twilio.txt | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj index f7cf513c6..24a69a82f 100644 --- a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj +++ b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj @@ -61,6 +61,7 @@ <Content Include="PPC\Touch.txt" /> <Content Include="TCC\Play Console.txt" /> <Content Include="TeamViewer\License.txt" /> + <Content Include="Twilio\Twilio.txt" /> <Content Include="VMWare\Custom Resolution.txt" /> <Content Include="VMWare\License Key.txt" /> <Content Include="SciChart\License.txt" /> @@ -70,7 +71,7 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> + <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Twilio/Twilio.txt b/Software/Visual_Studio/Notes/Tango.Notes/Twilio/Twilio.txt new file mode 100644 index 000000000..a84bb902c --- /dev/null +++ b/Software/Visual_Studio/Notes/Tango.Notes/Twilio/Twilio.txt @@ -0,0 +1,8 @@ +User: roy@twine-s.com +Password: Baxp55Ff4Yp425w1 +Recovery Code: Y3Z6YF73G6HE3VFY5LRSCALK +Account Name: Twine +Account SID: AC05c701c7c282134811f96a120119ac34 +Auth Token: e2c4cd2c0d431ed64f5c9832c1322096 +API SID: SK92f80e67f9f5b3b80318c6fbe704b330 +API Secret: SiPL4vpjvnhdVcc0KfIXWbNp7a3EgrMS
\ No newline at end of file |
