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.Explorer/Tango.Explorer.csproj | 1 + Software/Visual_Studio/Tango.Explorer/app.config | 47 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 Software/Visual_Studio/Tango.Explorer/app.config (limited to 'Software/Visual_Studio/Tango.Explorer') diff --git a/Software/Visual_Studio/Tango.Explorer/Tango.Explorer.csproj b/Software/Visual_Studio/Tango.Explorer/Tango.Explorer.csproj index a436400a4..10f3b929e 100644 --- a/Software/Visual_Studio/Tango.Explorer/Tango.Explorer.csproj +++ b/Software/Visual_Studio/Tango.Explorer/Tango.Explorer.csproj @@ -81,6 +81,7 @@ ResXFileCodeGenerator Resources.Designer.cs + SettingsSingleFileGenerator Settings.Designer.cs diff --git a/Software/Visual_Studio/Tango.Explorer/app.config b/Software/Visual_Studio/Tango.Explorer/app.config new file mode 100644 index 000000000..462d17b27 --- /dev/null +++ b/Software/Visual_Studio/Tango.Explorer/app.config @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.3.1