aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.BulkEmailModifier.CLI/App.config
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.BulkEmailModifier.CLI/App.config')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.BulkEmailModifier.CLI/App.config16
1 files changed, 16 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.BulkEmailModifier.CLI/App.config b/Software/Visual_Studio/Utilities/Tango.BulkEmailModifier.CLI/App.config
new file mode 100644
index 000000000..f05da3520
--- /dev/null
+++ b/Software/Visual_Studio/Utilities/Tango.BulkEmailModifier.CLI/App.config
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <configSections>
+ <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
+ <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
+ </configSections>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
+ </startup>
+ <entityFramework>
+ <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
+ <providers>
+ <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
+ </providers>
+ </entityFramework>
+</configuration> \ No newline at end of file