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.PPC.Synchronization.csproj | 7 +++---- .../Modules/Tango.PPC.Synchronization/app.config | 24 ++++++++++++++++++++-- .../Tango.PPC.Synchronization/packages.config | 2 +- 3 files changed, 26 insertions(+), 7 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Tango.PPC.Synchronization.csproj b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Tango.PPC.Synchronization.csproj index 58ce772b4..066aaac44 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Tango.PPC.Synchronization.csproj +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Tango.PPC.Synchronization.csproj @@ -32,11 +32,10 @@ - ..\..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll - True + ..\..\..\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\FontAwesome.WPF.4.7.0.9\lib\net40\FontAwesome.WPF.dll @@ -155,7 +154,7 @@ - + \ No newline at end of file diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/app.config b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/app.config index 1793e5c84..8c8385399 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/app.config +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/app.config @@ -1,9 +1,9 @@  - +
- + @@ -58,6 +58,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/packages.config b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/packages.config index 80367fdd2..4cf1b4859 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/packages.config +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/packages.config @@ -1,6 +1,6 @@  - + -- cgit v1.3.1