From 071dc67e905d23347ac6b5cc4573972d91dd0ea3 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 17 Jan 2019 13:32:58 +0200 Subject: Upgraded EF from 6.0 to 6.2 for all projects. Improved EF first load with pre-compiled views and model store. Implemented auto generate views in Tango Build VSIX. --- .../Tango.MachineStudio.UI/App.config | 33 ++++++++++++++++++---- .../Tango.MachineStudio.UI.csproj | 6 ++-- .../Tango.MachineStudio.UI/packages.config | 2 +- 3 files changed, 31 insertions(+), 10 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config index 6f1fcffc2..662ab4bf6 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.config @@ -2,20 +2,18 @@
- + + - - - + - @@ -24,7 +22,6 @@ - @@ -119,6 +116,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj index 9f2cddd68..4abd115f0 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj @@ -43,10 +43,10 @@ ..\..\packages\Dragablz.0.0.3.197\lib\net45\Dragablz.dll - ..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll + ..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll - ..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll + ..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll ..\..\packages\FluentFTP.19.1.2\lib\net45\FluentFTP.dll @@ -609,7 +609,7 @@ copy /Y "$(SolutionDir)Referenced Assemblies\Microsoft.WITDataStore32.dll" "$(Ta - + \ No newline at end of file diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/packages.config b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/packages.config index a75d03cc6..693812850 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/packages.config +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/packages.config @@ -2,7 +2,7 @@ - + -- cgit v1.3.1