diff --git a/VectoCommon/VectoHashingTest/app.config b/VectoCommon/VectoHashingTest/app.config new file mode 100644 index 0000000000000000000000000000000000000000..fdc60f6f83437dedadf5df7aad3f232919b15e36 --- /dev/null +++ b/VectoCommon/VectoHashingTest/app.config @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-3.3.4.0" newVersion="3.3.4.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration> \ No newline at end of file