aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService.PostPublisher/App.config
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-05 18:22:09 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-05 18:22:09 +0300
commit142fe9ecfa594d93feb9ce5ea0df73f468cd2f79 (patch)
tree1ad117a640c8f9d1fd688dbc51cf6b74c5a5ccdf /Software/Visual_Studio/Web/Tango.MachineService.PostPublisher/App.config
parentb9700510ad42a7b869596924edb03ad38c47675c (diff)
downloadTango-142fe9ecfa594d93feb9ce5ea0df73f468cd2f79.tar.gz
Tango-142fe9ecfa594d93feb9ce5ea0df73f468cd2f79.zip
Redundant.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService.PostPublisher/App.config')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService.PostPublisher/App.config40
1 files changed, 40 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService.PostPublisher/App.config b/Software/Visual_Studio/Web/Tango.MachineService.PostPublisher/App.config
new file mode 100644
index 000000000..35ebb81a2
--- /dev/null
+++ b/Software/Visual_Studio/Web/Tango.MachineService.PostPublisher/App.config
@@ -0,0 +1,40 @@
+<?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>
+ <runtime>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-5.6.4.0" newVersion="5.6.4.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-5.6.4.0" newVersion="5.6.4.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-5.6.4.0" newVersion="5.6.4.0" />
+ </dependentAssembly>
+ </assemblyBinding>
+ </runtime>
+</configuration> \ No newline at end of file