aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Notes/Tango.Notes
diff options
context:
space:
mode:
authorMirta <mirta@twine-s.com>2020-12-30 16:39:52 +0200
committerMirta <mirta@twine-s.com>2020-12-30 16:39:52 +0200
commit00a491d93733d4625ad329b2ba8237f445364b3f (patch)
tree4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/Visual_Studio/Notes/Tango.Notes
parent124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff)
downloadTango-00a491d93733d4625ad329b2ba8237f445364b3f.tar.gz
Tango-00a491d93733d4625ad329b2ba8237f445364b3f.zip
merge
Diffstat (limited to 'Software/Visual_Studio/Notes/Tango.Notes')
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt20
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/Azure/Publish Tag Creation PAT.txt4
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/DB/Fix Job Corrupted Runs Start Time.sql2
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/EDrawMax/License.txt12
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/Nswag/Pre-Build Example.txt1
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/SciChart/License.txt2
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj10
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/VMWare/Custom Resolution.txt6
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/ZZZ/License.txt19
9 files changed, 1 insertions, 75 deletions
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt b/Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt
index 212da09a2..e3e7191ae 100644
--- a/Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt
+++ b/Software/Visual_Studio/Notes/Tango.Notes/Azure/New Environment.txt
@@ -24,26 +24,6 @@ GO
ALTER ROLE db_datawriter ADD MEMBER [Tango DEV];
GO
-8.1 Create the backup user using the following script
-
-CREATE USER [BackupUser] FOR LOGIN [BackupUser] WITH DEFAULT_SCHEMA=[dbo]
-GO
-
-EXEC sp_addrolemember N'db_owner', N'BackupUser'
-EXEC sp_addrolemember N'db_accessadmin', N'BackupUser'
-EXEC sp_addrolemember N'db_securityadmin', N'BackupUser'
-EXEC sp_addrolemember N'db_backupoperator', N'BackupUser'
-EXEC sp_addrolemember N'db_datareader', N'BackupUser'
-EXEC sp_addrolemember N'db_datawriter', N'BackupUser'
-
-8.2 Create the Tango web application user (for token based authentication)
-
-CREATE USER [Tango] FROM EXTERNAL PROVIDER WITH DEFAULT_SCHEMA=[dbo]
-GO
-
-EXEC sp_addrolemember N'db_datareader', N'Tango'
-EXEC sp_addrolemember N'db_datawriter', N'Tango'
-
9. Create a new storage blob container for the machine studio versions.
10. Create a new storage blob container for the PPC versions.
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Azure/Publish Tag Creation PAT.txt b/Software/Visual_Studio/Notes/Tango.Notes/Azure/Publish Tag Creation PAT.txt
deleted file mode 100644
index c56fd0e21..000000000
--- a/Software/Visual_Studio/Notes/Tango.Notes/Azure/Publish Tag Creation PAT.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-The below token is for all the publishing utilities FSE/PPC/Machine Studio repository Tag creation on VSTS.
-Note: This token expires every year and needs to be renewed!
-
-mxjl3ksz2uquh5ttpgjysjblxcimmj2waiq2ymw7m7listouyxkq \ No newline at end of file
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/DB/Fix Job Corrupted Runs Start Time.sql b/Software/Visual_Studio/Notes/Tango.Notes/DB/Fix Job Corrupted Runs Start Time.sql
deleted file mode 100644
index 9467a8cf1..000000000
--- a/Software/Visual_Studio/Notes/Tango.Notes/DB/Fix Job Corrupted Runs Start Time.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-UPDATE JOB_RUNS SET START_DATE = ACTUAL_START_DATE WHERE START_DATE = '0001-01-01 00:00:00.000' AND ACTUAL_START_DATE IS NOT NULL
-UPDATE JOB_RUNS SET START_DATE = END_DATE WHERE START_DATE = '0001-01-01 00:00:00.000' AND ACTUAL_START_DATE IS NULL \ No newline at end of file
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/EDrawMax/License.txt b/Software/Visual_Studio/Notes/Tango.Notes/EDrawMax/License.txt
deleted file mode 100644
index a6c086727..000000000
--- a/Software/Visual_Studio/Notes/Tango.Notes/EDrawMax/License.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Edraw Max Lifetime License
-MX4J-BK1P-INVB-GPI8-GHR5
-
-License Name: your full name or company name
-License Code has been sent to Roy@twine-s.com. You can also retrieve license code here:
-https://www.edrawsoft.com/retrievecode.php
-
-If you haven't downloaded Edraw Max Lifetime License , visit the link:
-https://www.edrawsoft.com/download-edrawmax.php
-
-
-Use this page to learn how to activate your Edraw full version. Follow these steps to convert your Edraw trial product to perpetual use with no uninstall or reinstall necessary. \ No newline at end of file
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Nswag/Pre-Build Example.txt b/Software/Visual_Studio/Notes/Tango.Notes/Nswag/Pre-Build Example.txt
deleted file mode 100644
index eb9849fba..000000000
--- a/Software/Visual_Studio/Notes/Tango.Notes/Nswag/Pre-Build Example.txt
+++ /dev/null
@@ -1 +0,0 @@
-nswag run "$(SolutionDir)Web\Tango.MachineService.Gateway\Nswag\GatewayClient.nswag" /variables:assembly="$(SolutionDir)Web\Tango.MachineService.Gateway\bin\Tango.MachineService.Gateway.dll",output="$(ProjectDir)Gateway\GatewayClient.cs" \ No newline at end of file
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/SciChart/License.txt b/Software/Visual_Studio/Notes/Tango.Notes/SciChart/License.txt
deleted file mode 100644
index fd59b583d..000000000
--- a/Software/Visual_Studio/Notes/Tango.Notes/SciChart/License.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-// Set this code once in App.xaml.cs or application startup
-SciChartSurface.SetRuntimeLicenseKey("27FuI+bWcfmLHSBlM4B8nUs23aeeXvft2+7Pxj0fOrcnruWXyOm/swjI2PpoBPOKS9dNVtw60E4Xdpq4Ts8UgMWQHU8qcJtPoAyNQqbVMQNOr/sv1QpSD2mRjogERcrGty+tvlCHMGhkw/TOiL5DPnw5rOPqGfymyRuJRNFTTYB/hCIAiCt7VIlyHhO+uo0DOfxIC+gNVKoWyGd0xdQ3xSUmfdNvUigW7ZkUKDkAIBpRcmOLx5wV4y77I/4MghTl3FAZlhhFoBdAUKLZWpbISU8xfAUkI1s/md0mAztMTbqzkRT94AsSI1/KPnH7fuuH82ABJcp0UnKWh8aIlkbjD2vVCKXn9omMBEBRmTx68IuHoP4iT5mTyd6R3OfnEM6Vc6AZ9SLytjoP7Iu2hPKR7uqGJW/2KZ0jIZ4Hn+bJfl23fBexgJl4jK33aeIIkw/Og67w/CRK4MgiHtSLp7x1I3Fsmw8EYbQ2nZe3lA4SH1DU"); \ No newline at end of file
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj
index b26562a12..e95fe1069 100644
--- a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj
+++ b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj
@@ -44,31 +44,23 @@
</ItemGroup>
<ItemGroup>
<Content Include="Advanced Installer\License.txt" />
- <Content Include="Azure\Publish Tag Creation PAT.txt" />
<Content Include="Azure\New Environment.txt" />
<Content Include="Azure\Test User Credentials.txt" />
<Content Include="Azure\SQL Database.txt" />
<Content Include="DB\DB Schema Change Log.txt" />
- <Content Include="DB\Fix Job Corrupted Runs Start Time.sql" />
<Content Include="DB\SQL Dependency.txt" />
- <Content Include="EDrawMax\License.txt" />
- <Content Include="Nswag\Pre-Build Example.txt" />
<Content Include="PPC\Remote Debugging.txt" />
<Content Include="PPC\Virtual Flash Drive.txt" />
<Content Include="PPC\Windows 10 LTSB.txt" />
<Content Include="PPC\Touch.txt" />
<Content Include="TCC\Play Console.txt" />
<Content Include="TeamViewer\License.txt" />
- <Content Include="VMWare\Custom Resolution.txt" />
<Content Include="VMWare\License Key.txt" />
- <Content Include="SciChart\License.txt" />
- <Content Include="ZZZ\License.txt" />
</ItemGroup>
- <ItemGroup />
<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/VMWare/Custom Resolution.txt b/Software/Visual_Studio/Notes/Tango.Notes/VMWare/Custom Resolution.txt
deleted file mode 100644
index a496598b5..000000000
--- a/Software/Visual_Studio/Notes/Tango.Notes/VMWare/Custom Resolution.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Set Custom Resolution For Guest PPC:
-
-After installing VMWare Tools.
-
-In Program Files\VMWare\VMWare Tools, Execute:
-VMWareResolutionSet.exe 0 1 , 0 0 800 1280 \ No newline at end of file
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/ZZZ/License.txt b/Software/Visual_Studio/Notes/Tango.Notes/ZZZ/License.txt
deleted file mode 100644
index ce9ddc47f..000000000
--- a/Software/Visual_Studio/Notes/Tango.Notes/ZZZ/License.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Thank you, Twine Solutions LTD, for purchasing Entity Framework Extensions – SQL Server (1 seat)
-
-
-
-We are proud to have you joining our ZZZ Projects family. We make it a priority to offer responsive, competent and outstanding customer support.
-
-
-
-License Information
-
-License Name: 4578;101-twine-s.com
-
-License Key: 9d23b66f-1101-b253-7f8a-59ae011b2ee8
-
-Support & Updates period: 2021-06-25
-
-
-
-License Setup: https://entityframework-extensions.net/licensingion. \ No newline at end of file