aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorRoy <roy.mail.net@gmail.com>2018-01-20 21:30:53 +0200
committerRoy <roy.mail.net@gmail.com>2018-01-20 21:30:53 +0200
commitbc2d3eb5ec8c7176627dcb8f5c02cc085b2db584 (patch)
treee2d690486b4546fc73e81cfbe15526a36b86e232 /Software/Visual_Studio/Tango.UnitTesting
parent215127ecf2b971a7164ab303f09de74e56c970f4 (diff)
downloadTango-bc2d3eb5ec8c7176627dcb8f5c02cc085b2db584.tar.gz
Tango-bc2d3eb5ec8c7176627dcb8f5c02cc085b2db584.zip
Implemented new CATS.
Implemented Process Parameters View on DB Module. Implemented RML Process Parameters View on DB Module. Modified DB Module table initials letter casing. Moved observables generator to CLI.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs1
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj4
2 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
index a5f62b4a4..159fbc930 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
@@ -5,6 +5,7 @@ using Tango.DAL.Observables;
using Tango.Settings;
using System.Linq;
using System.Collections.Generic;
+using Tango.DBObservablesGenerator.CLI;
namespace Tango.UnitTesting
{
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj
index a8274bc5f..0130e3811 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj
+++ b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj
@@ -130,6 +130,10 @@
<Project>{7ada4e86-cad7-4968-a210-3a8a9e5153ab}</Project>
<Name>Tango.Synchronization</Name>
</ProjectReference>
+ <ProjectReference Include="..\Utilities\Tango.DBObservablesGenerator.CLI\Tango.DBObservablesGenerator.CLI.csproj">
+ <Project>{ebb7cb9f-6af2-456b-a5dd-1b136b605d90}</Project>
+ <Name>Tango.DBObservablesGenerator.CLI</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />