diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-10 14:38:10 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-10 14:38:10 +0300 |
| commit | 4f6dcbb46919167f2478fb70368fcf00ae52b2a8 (patch) | |
| tree | b4b4c80bf903a0bdbb6c3be6bd34fe41f735987b /Software/Visual_Studio/Scripting/Tango.Scripting/app.config | |
| parent | 3df4879fafbcac567e17a560e727935102f296cd (diff) | |
| parent | 254a8529c649da07f302db8ba1173be2153850e6 (diff) | |
| download | Tango-4f6dcbb46919167f2478fb70368fcf00ae52b2a8.tar.gz Tango-4f6dcbb46919167f2478fb70368fcf00ae52b2a8.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Scripting/Tango.Scripting/app.config')
| -rw-r--r-- | Software/Visual_Studio/Scripting/Tango.Scripting/app.config | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Scripting/Tango.Scripting/app.config b/Software/Visual_Studio/Scripting/Tango.Scripting/app.config new file mode 100644 index 000000000..38ef71542 --- /dev/null +++ b/Software/Visual_Studio/Scripting/Tango.Scripting/app.config @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + + <runtime> + + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + + <dependentAssembly> + + <assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + + <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" /> + + </dependentAssembly> + + <dependentAssembly> + + <assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + + <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" /> + + </dependentAssembly> + + <dependentAssembly> + + <assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" /> + + <bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" /> + + </dependentAssembly> + + <dependentAssembly> + + <assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + + <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" /> + + </dependentAssembly> + + <dependentAssembly> + + <assemblyIdentity name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + + <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" /> + + </dependentAssembly> + + <dependentAssembly> + + <assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + + <bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" /> + + </dependentAssembly> + + <dependentAssembly> + + <assemblyIdentity name="System.Console" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + + <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" /> + + </dependentAssembly> + + <dependentAssembly> + + <assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + + <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> + + </dependentAssembly> + + <dependentAssembly> + + <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + + <bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0" /> + + </dependentAssembly> + + </assemblyBinding> + + </runtime> +</configuration>
\ No newline at end of file |
